UNPKG

@collabland/staking-contracts

Version:
226 lines (225 loc) 5.53 kB
[ { "inputs": [ { "internalType": "address", "name": "checkpointManager", "type": "address" }, {"internalType": "address", "name": "fxRoot", "type": "address"}, { "internalType": "address", "name": "_spitBuddiesContract", "type": "address" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "inputs": [], "name": "JIRA_REWARD", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "SEND_MESSAGE_EVENT_SIG", "outputs": [{"internalType": "bytes32", "name": "", "type": "bytes32"}], "stateMutability": "view", "type": "function" }, { "inputs": [{"internalType": "address", "name": "owner", "type": "address"}], "name": "balanceOf", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "checkpointManager", "outputs": [ { "internalType": "contract ICheckpointManager", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "fxChildTunnel", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "fxRoot", "outputs": [ {"internalType": "contract IFxStateSender", "name": "", "type": "address"} ], "stateMutability": "view", "type": "function" }, { "inputs": [ {"internalType": "address", "name": "_address", "type": "address"} ], "name": "getUserStake", "outputs": [{"internalType": "uint256[]", "name": "", "type": "uint256[]"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "jiraCentral", "outputs": [ {"internalType": "contract IJiraCentral", "name": "", "type": "address"} ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function" }, { "inputs": [{"internalType": "bytes32", "name": "", "type": "bytes32"}], "name": "processedExits", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "view", "type": "function" }, { "inputs": [{"internalType": "bytes", "name": "inputData", "type": "bytes"}], "name": "receiveMessage", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ {"internalType": "address", "name": "_fxChildTunnel", "type": "address"} ], "name": "setFxChildTunnel", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ {"internalType": "address", "name": "_jiraCentral", "type": "address"} ], "name": "setJiraCentral", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_spitBuddiesContract", "type": "address" } ], "name": "setSpitBuddies", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{"internalType": "bool", "name": "paused", "type": "bool"}], "name": "setStakingPaused", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "spitBuddies", "outputs": [ {"internalType": "contract IERC721A", "name": "", "type": "address"} ], "stateMutability": "view", "type": "function" }, { "inputs": [ {"internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]"} ], "name": "stake", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "stakingPaused", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "view", "type": "function" }, { "inputs": [ {"internalType": "address", "name": "newOwner", "type": "address"} ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ {"internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]"} ], "name": "unstake", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ {"internalType": "address", "name": "", "type": "address"}, {"internalType": "uint256", "name": "", "type": "uint256"} ], "name": "userStake", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function" } ]