RewardDistributorV3
Verified contract
Active on
Ethereum with 37,085 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($66,938.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
X2Y2 | ERC-20 | 14.72863M | $0.004545 |
$66,938.24 | |
Y2X2 | ERC-20 | 12.078255M | -- | -- | |
BLUR | ERC-20 | 1.157745M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119715 | 6 days ago | | | 0 | 0.00071893194 | |
| 21107869 | 8 days ago | | | 0 | 0.00084665265 | |
| 21097880 | 9 days ago | | | 0 | 0.00069235713 | |
| 21091146 | 10 days ago | | | 0 | 0.00046486200 | |
| 21075313 | 12 days ago | | | 0 | 0.0019872618 | |
| 21072168 | 13 days ago | | | 0 | 0.00085207277 | |
| 21070808 | 13 days ago | | | 0 | 0.0018037419 | |
| 21068106 | 13 days ago | | | 0 | 0.0010058405 | |
| 21051716 | 15 days ago | | | 0 | 0.00047803533 | |
| 21011714 | 21 days ago | | | 0 | 0.00056988390 |
ABI
ABI objects
Getter at block 21162756
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DELAYED_OPERATOR() view returns (bytes32)
0x9e82a9a71cc445574ff5ed9759fa9ee0fe8a9386bece5361bc8d03c890da5d09
OPERATOR() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
paused() view returns (bool)
false
stakingPool() view returns (address)
0xc8c3cc5be962b6d281e4a53dbcce1359f76a1b85
totalRewardDistributed() view returns (uint256)
276271369660000000000000000
x2y2Token() view returns (address)
0x1e4ede388cbc9f4b5c79681b7f94d36a11abebc9
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
userClaimedTotal(address) view returns (uint256)
State-modifying
Events claim(uint256 deadline, uint256 rewards, bool staking, uint8 v, bytes32 r, bytes32 s)
grantRole(bytes32 role, address account)
operatorWithdraw(address token, uint256 amount, address to)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unpause()
updateStakingPool(address pool_)
Paused(address account)
Reward(address user, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StakingPoolUpdate(address pool)
Unpaused(address account)
constructor(address _x2y2Token, address _stakingPool, address _signer, address _operator, address _delayedOperator, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.