UNPKG

@collabland/staking-contracts

Version:
63 lines (62 loc) 1.15 kB
[ { "inputs": [ { "internalType": "address", "name": "_stake4boom", "type": "address" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "stake4boom", "outputs": [ { "internalType": "contract Stake4BOOM", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function", "constant": true }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "minValue", "type": "uint256" }, { "internalType": "uint256", "name": "maxValue", "type": "uint256" }, { "internalType": "address", "name": "owner", "type": "address" } ], "name": "getStakedTokens", "outputs": [ { "internalType": "uint256[]", "name": "", "type": "uint256[]" } ], "stateMutability": "view", "type": "function", "constant": true } ]