ListingRewardDistributorV2Controller
Verified contract
Active on
Ethereum with 39 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ListingRewardDistributorV2Controller"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14519423 | 3 years ago | | | 0 | 0.0016199020 | |
| 14513766 | 3 years ago | | | 0 | 0.0020397976 | |
| 14506530 | 3 years ago | | | 0 | 0.0017818922 | |
| 14500268 | 3 years ago | | | 0 | 0.0016838455 | |
| 14493899 | 3 years ago | | | 0 | 0.0016199020 | |
| 14487129 | 3 years ago | | | 0 | 0.0010444105 | |
| 14480694 | 3 years ago | | | 0 | 0.0023232805 | |
| 14474573 | 3 years ago | | | 0 | 0.0016838455 | |
| 14467379 | 3 years ago | | | 0 | 0.00093783800 | |
| 14460939 | 3 years ago | | | 0 | 0.00089520900 |
ABI
ABI objects
Getter at block 21299796
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
currentRound() view returns (uint256)
47
lastRoundUpdatedAt() view returns (uint256)
1649073726
lrd() view returns (address)
0xc4ccddcd0239d8425b54322e8e5f99d19fb7ba43
minRoundUpdateDelay() view returns (uint256)
64800
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
operatorWithdraw(address token, uint256 amount, address to)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferUnderlyingOwnership(address to)
unpause()
updateMinRoundUpdateDelay(uint256 newDelay)
updateRound(uint256 newRound)
updateSetting(uint256 _maxReward, uint256 _maxRound)
updateSigners(address[] toAdd, address[] toRemove)
updateStakingPool(address pool_)
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)
constructor(address _lrd, address _operator, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.