UNPKG

@flarenetwork/flare-periphery-contract-artifacts

Version:

Smart contract artifacts for all Flare chains

163 lines (162 loc) 3.27 kB
[ { "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": [ { "internalType": "uint24", "name": "_rewardEpochId", "type": "uint24" }, { "internalType": "address", "name": "_voter", "type": "address" } ], "name": "calculateBurnFactorPPM", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_voter", "type": "address" }, { "internalType": "uint24", "name": "_rewardEpochId", "type": "uint24" }, { "internalType": "uint256", "name": "_votePowerBlockNumber", "type": "uint256" } ], "name": "calculateRegistrationWeight", "outputs": [ { "internalType": "uint256", "name": "_registrationWeight", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" }, { "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" } ]