mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 07:45:50 +00:00
459 lines
9.9 KiB
Plaintext
459 lines
9.9 KiB
Plaintext
[
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "delegatorAddress",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "address",
|
|
"name": "validatorAddress",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "delegationRewards",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct DecCoin[]",
|
|
"name": "rewards",
|
|
"type": "tuple[]"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "delegatorAddress",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "delegationTotalRewards",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "validatorAddress",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct DecCoin[]",
|
|
"name": "reward",
|
|
"type": "tuple[]"
|
|
}
|
|
],
|
|
"internalType": "struct DelegationDelegatorReward[]",
|
|
"name": "rewards",
|
|
"type": "tuple[]"
|
|
},
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct DecCoin[]",
|
|
"name": "total",
|
|
"type": "tuple[]"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "delegatorAddress",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "delegatorValidators",
|
|
"outputs": [
|
|
{
|
|
"internalType": "address[]",
|
|
"name": "validators",
|
|
"type": "address[]"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "delegatorAddress",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "delegatorWithdrawAddress",
|
|
"outputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "withdrawAddress",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "params",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "communityTax",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "baseProposerReward",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "bonusProposerReward",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"internalType": "bool",
|
|
"name": "withdrawAddrEnabled",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"internalType": "struct Params",
|
|
"name": "",
|
|
"type": "tuple"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "withdrawerAddress",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "setWithdrawAddress",
|
|
"outputs": [
|
|
{
|
|
"internalType": "bool",
|
|
"name": "success",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "validatorAddress",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"name": "validatorCommission",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct DecCoin[]",
|
|
"name": "commission",
|
|
"type": "tuple[]"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "validatorAddress",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "validatorDistributionInfo",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "operatorAddress",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct DecCoin[]",
|
|
"name": "selfBondRewards",
|
|
"type": "tuple[]"
|
|
},
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct DecCoin[]",
|
|
"name": "commission",
|
|
"type": "tuple[]"
|
|
}
|
|
],
|
|
"internalType": "struct ValidatorDistributionInfoResponse",
|
|
"name": "distributionInfo",
|
|
"type": "tuple"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "validatorAddress",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "validatorOutstandingRewards",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct DecCoin[]",
|
|
"name": "rewards",
|
|
"type": "tuple[]"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "validatorAddress",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "uint64",
|
|
"name": "startingHeight",
|
|
"type": "uint64"
|
|
},
|
|
{
|
|
"internalType": "uint64",
|
|
"name": "endingHeight",
|
|
"type": "uint64"
|
|
},
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "bytes",
|
|
"name": "key",
|
|
"type": "bytes"
|
|
},
|
|
{
|
|
"internalType": "uint64",
|
|
"name": "offset",
|
|
"type": "uint64"
|
|
},
|
|
{
|
|
"internalType": "uint64",
|
|
"name": "limit",
|
|
"type": "uint64"
|
|
},
|
|
{
|
|
"internalType": "bool",
|
|
"name": "countTotal",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"internalType": "bool",
|
|
"name": "reverse",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"internalType": "struct PageRequest",
|
|
"name": "pageRequest",
|
|
"type": "tuple"
|
|
}
|
|
],
|
|
"name": "validatorSlashes",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "uint64",
|
|
"name": "validatorPeriod",
|
|
"type": "uint64"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "fraction",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct ValidatorSlashEvent[]",
|
|
"name": "slashes",
|
|
"type": "tuple[]"
|
|
},
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "bytes",
|
|
"name": "nextKey",
|
|
"type": "bytes"
|
|
},
|
|
{
|
|
"internalType": "uint64",
|
|
"name": "total",
|
|
"type": "uint64"
|
|
}
|
|
],
|
|
"internalType": "struct PageResponse",
|
|
"name": "pageResponse",
|
|
"type": "tuple"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "validatorAddress",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"name": "withdrawDelegatorRewards",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct Coin[]",
|
|
"name": "amount",
|
|
"type": "tuple[]"
|
|
}
|
|
],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "withdrawValidatorCommission",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{
|
|
"internalType": "string",
|
|
"name": "denom",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "amount",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"internalType": "struct Coin[]",
|
|
"name": "amount",
|
|
"type": "tuple[]"
|
|
}
|
|
],
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
}
|
|
]
|