@jbx-protocol/contracts-v1
Version:
116 lines (115 loc) • 2.44 kB
JSON
{
"address": "0x9C1B7A7D6b6EE04a465bD4B0F52b21807c49E36e",
"abi": [
{
"inputs": [
{
"internalType": "contract ITerminalDirectory",
"name": "_terminalDirectory",
"type": "address"
},
{
"internalType": "contract ITicketBooth",
"name": "_ticketBooth",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "projectId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "string",
"name": "memo",
"type": "string"
},
{
"indexed": true,
"internalType": "address",
"name": "caller",
"type": "address"
}
],
"name": "Deploy",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_projectId",
"type": "uint256"
}
],
"name": "addressesOf",
"outputs": [
{
"internalType": "contract IProxyPaymentAddress[]",
"name": "",
"type": "address[]"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_projectId",
"type": "uint256"
},
{
"internalType": "string",
"name": "_memo",
"type": "string"
}
],
"name": "deploy",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "terminalDirectory",
"outputs": [
{
"internalType": "contract ITerminalDirectory",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "ticketBooth",
"outputs": [
{
"internalType": "contract ITicketBooth",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
}