@collabland/staking-contracts
Version:
Staking contracts supported by Collab.Land
63 lines (62 loc) • 1.15 kB
JSON
[
{
"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
}
]