@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
110 lines (109 loc) • 2.21 kB
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "voter",
"type": "address"
},
{
"indexed": true,
"internalType": "uint24",
"name": "rewardEpochId",
"type": "uint24"
},
{
"indexed": false,
"internalType": "address",
"name": "delegationAddress",
"type": "address"
},
{
"indexed": false,
"internalType": "uint16",
"name": "delegationFeeBIPS",
"type": "uint16"
},
{
"indexed": false,
"internalType": "uint256",
"name": "wNatWeight",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "wNatCappedWeight",
"type": "uint256"
},
{
"indexed": false,
"internalType": "bytes20[]",
"name": "nodeIds",
"type": "bytes20[]"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "nodeWeights",
"type": "uint256[]"
}
],
"name": "VoterRegistrationInfo",
"type": "event"
},
{
"inputs": [],
"name": "signingPolicySignNoRewardsDurationBlocks",
"outputs": [
{
"internalType": "uint64",
"name": "",
"type": "uint64"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "signingPolicySignNonPunishableDurationBlocks",
"outputs": [
{
"internalType": "uint64",
"name": "",
"type": "uint64"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "signingPolicySignNonPunishableDurationSeconds",
"outputs": [
{
"internalType": "uint64",
"name": "",
"type": "uint64"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "wNatCapPPM",
"outputs": [
{
"internalType": "uint24",
"name": "",
"type": "uint24"
}
],
"stateMutability": "view",
"type": "function"
}
]