UNPKG

namillum

Version:
57 lines (56 loc) 1.2 kB
[ { "type": "constructor", "inputs": [ { "name": "gatewayContract", "type": "address", "internalType": "address" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "count", "inputs": [], "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }], "stateMutability": "view" }, { "type": "function", "name": "foo", "inputs": [], "outputs": [{ "name": "", "type": "string", "internalType": "string" }], "stateMutability": "pure" }, { "type": "function", "name": "gateway", "inputs": [], "outputs": [ { "name": "", "type": "address", "internalType": "contract ChainGateway" } ], "stateMutability": "view" }, { "type": "function", "name": "increment", "inputs": [], "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }], "stateMutability": "nonpayable" }, { "type": "event", "name": "Incremented", "inputs": [ { "name": "count", "type": "uint256", "indexed": false, "internalType": "uint256" } ], "anonymous": false } ]