185 lines
4.3 KiB
JSON
185 lines
4.3 KiB
JSON
|
[
|
||
|
{
|
||
|
"inputs": [
|
||
|
{
|
||
|
"internalType": "address",
|
||
|
"name": "governanceAddress",
|
||
|
"type": "address"
|
||
|
},
|
||
|
{ "internalType": "address", "name": "tornAddress", "type": "address" },
|
||
|
{
|
||
|
"internalType": "bytes32",
|
||
|
"name": "_relayerRegistry",
|
||
|
"type": "bytes32"
|
||
|
}
|
||
|
],
|
||
|
"stateMutability": "nonpayable",
|
||
|
"type": "constructor"
|
||
|
},
|
||
|
{
|
||
|
"anonymous": false,
|
||
|
"inputs": [
|
||
|
{
|
||
|
"indexed": true,
|
||
|
"internalType": "address",
|
||
|
"name": "account",
|
||
|
"type": "address"
|
||
|
},
|
||
|
{
|
||
|
"indexed": false,
|
||
|
"internalType": "uint256",
|
||
|
"name": "rewardsClaimed",
|
||
|
"type": "uint256"
|
||
|
}
|
||
|
],
|
||
|
"name": "RewardsClaimed",
|
||
|
"type": "event"
|
||
|
},
|
||
|
{
|
||
|
"anonymous": false,
|
||
|
"inputs": [
|
||
|
{
|
||
|
"indexed": true,
|
||
|
"internalType": "address",
|
||
|
"name": "account",
|
||
|
"type": "address"
|
||
|
},
|
||
|
{
|
||
|
"indexed": false,
|
||
|
"internalType": "uint256",
|
||
|
"name": "rewards",
|
||
|
"type": "uint256"
|
||
|
}
|
||
|
],
|
||
|
"name": "RewardsUpdated",
|
||
|
"type": "event"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [],
|
||
|
"name": "Governance",
|
||
|
"outputs": [
|
||
|
{
|
||
|
"internalType": "contract ITornadoGovernance",
|
||
|
"name": "",
|
||
|
"type": "address"
|
||
|
}
|
||
|
],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [],
|
||
|
"name": "accumulatedRewardPerTorn",
|
||
|
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
||
|
"name": "accumulatedRewardRateOnLastUpdate",
|
||
|
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
||
|
"name": "accumulatedRewards",
|
||
|
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [
|
||
|
{ "internalType": "uint256", "name": "amount", "type": "uint256" }
|
||
|
],
|
||
|
"name": "addBurnRewards",
|
||
|
"outputs": [],
|
||
|
"stateMutability": "nonpayable",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [
|
||
|
{ "internalType": "bytes32[]", "name": "domains", "type": "bytes32[]" }
|
||
|
],
|
||
|
"name": "bulkResolve",
|
||
|
"outputs": [
|
||
|
{ "internalType": "address[]", "name": "result", "type": "address[]" }
|
||
|
],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [
|
||
|
{ "internalType": "address", "name": "account", "type": "address" }
|
||
|
],
|
||
|
"name": "checkReward",
|
||
|
"outputs": [
|
||
|
{ "internalType": "uint256", "name": "rewards", "type": "uint256" }
|
||
|
],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [],
|
||
|
"name": "getReward",
|
||
|
"outputs": [],
|
||
|
"stateMutability": "nonpayable",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [],
|
||
|
"name": "ratioConstant",
|
||
|
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [],
|
||
|
"name": "relayerRegistry",
|
||
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [
|
||
|
{ "internalType": "bytes32", "name": "node", "type": "bytes32" }
|
||
|
],
|
||
|
"name": "resolve",
|
||
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [],
|
||
|
"name": "torn",
|
||
|
"outputs": [
|
||
|
{ "internalType": "contract IERC20", "name": "", "type": "address" }
|
||
|
],
|
||
|
"stateMutability": "view",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [
|
||
|
{ "internalType": "address", "name": "account", "type": "address" },
|
||
|
{
|
||
|
"internalType": "uint256",
|
||
|
"name": "amountLockedBeforehand",
|
||
|
"type": "uint256"
|
||
|
}
|
||
|
],
|
||
|
"name": "updateRewardsOnLockedBalanceChange",
|
||
|
"outputs": [],
|
||
|
"stateMutability": "nonpayable",
|
||
|
"type": "function"
|
||
|
},
|
||
|
{
|
||
|
"inputs": [
|
||
|
{ "internalType": "uint256", "name": "amount", "type": "uint256" }
|
||
|
],
|
||
|
"name": "withdrawTorn",
|
||
|
"outputs": [],
|
||
|
"stateMutability": "nonpayable",
|
||
|
"type": "function"
|
||
|
}
|
||
|
]
|