ListingRewardDistributorV2
Verified contract
Active on
Ethereum with 18,264 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc8c3…1b85
Balances ($0.00)
No balances found for "ListingRewardDistributorV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14655633 | 3 years ago | | | 0 | 0.0014824796 | |
| 14655633 | 3 years ago | | | 0 | 0.0014824796 | |
| 14614093 | 3 years ago | | | 0 | 0.0027659562 | |
| 14614027 | 3 years ago | | | 0 | 0.0056463780 | |
| 14613699 | 3 years ago | | | 0 | 0.0051925600 | |
| 14610897 | 3 years ago | | | 0 | 0.0085596772 | |
| 14608011 | 3 years ago | | | 0 | 0.0089276371 | |
| 14606697 | 3 years ago | | | 0 | 0.0071100965 | |
| 14606631 | 3 years ago | | | 0 | 0.0022543901 | |
| 14605674 | 3 years ago | | | 0 | 0.0026130266 |
ABI
ABI objects
Getter at block 21276307
currentRound() view returns (uint256)
47
maxRewardPerRound() view returns (uint256)
243822326135221453517371986
maxRoundsPerClaim() view returns (uint256)
14
operatorBufferInBlocks() view returns (uint256)
19500
owner() view returns (address)
0xfb7602ad16ddd89363b4d796915aebcc92c29159
paused() view returns (bool)
false
pausedAt() view returns (uint256)
0
stakingPool() view returns (address)
0xc8c3cc5be962b6d281e4a53dbcce1359f76a1b85
totalRewardDistributed() view returns (uint256)
258041785874943780929683456
x2y2Token() view returns (address)
0x1e4ede388cbc9f4b5c79681b7f94d36a11abebc9
Read-only
rewardClaimed(uint256, address) view returns (uint256)
signers(address) view returns (bool)
userClaimedTotal(address) view returns (uint256)
State-modifying
Events claim(uint256 round, uint256[] rewards, bool staking, uint8 v, bytes32 r, bytes32 s)
operatorWithdraw(address token, uint256 amount)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateRound(uint256 newRound)
updateSetting(uint256 _maxReward, uint256 _maxRound)
updateSigners(address[] toAdd, address[] toRemove)
updateStakingPool(address pool_)
NewRound(uint256 round)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Reward(address user, uint256 round, uint256 amount)
SettingsUpdate(uint256 maxReward, uint256 maxRounds)
SignerUpdate(address signer, bool isRemoval)
StakingPoolUpdate(address pool)
Unpaused(address account)
constructor(uint256 _maxReward, uint256 _maxRound, address _x2y2Token, address _stakingPool, address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.