RewardDistributor
Verified contract
Active on
Ethereum with 5,249 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 906.075488K | $1.00 |
$906,075.49 | |
ALCX | ERC-20 | 2.047631K | $21.01 |
$43,020.72 | |
RPL | ERC-20 | 4.056867K | $10.03 |
$40,690.37 | |
AURA | ERC-20 | 117.598258K | $0.301453 |
$35,450.35 | |
BTRFLY | ERC-20 | 177.842724 | $142.87 |
$25,408.39 | |
PENDLE | ERC-20 | 3.540236K | $5.22 |
$18,480.03 | |
BADGER | ERC-20 | 5.517384K | $3.25 |
$17,931.5 | |
FXS | ERC-20 | 6.91186K | $2.27 |
$15,689.92 | |
WETH | ERC-20 | 4.607898 | $3,105.34 |
$14,309.09 | |
INV | ERC-20 | 409.830386 | $31.45 |
$12,889.17 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210294 | 7 hours ago | | | 0 | 0.0012497334 | |
| 21210180 | 7 hours ago | | | 0 | 0.00063332853 | |
| 21206681 | 19 hours ago | | | 0 | 0.00089726742 | |
| 21204505 | a day ago | | | 0 | 0.0014335444 | |
| 21204001 | a day ago | | | 0 | 0.0018978734 | |
| 21202896 | a day ago | | | 0 | 0.0028671165 | |
| 21199027 | 2 days ago | | | 0 | 0.00093751457 | |
| 21196832 | 2 days ago | | | 0 | 0.0011959078 | |
| 21196545 | 2 days ago | | | 0 | 0.0016022109 | |
| 21195580 | 2 days ago | | | 0 | 0.0028470861 |
ABI
ABI objects
Getter at block 21212417
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINIMUM_ACTIVE_TIMER() view returns (uint256)
10800
activeTimerDuration() view returns (uint256)
10800
paused() view returns (bool)
false
Read-only
claimed(bytes32, address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
rewards(bytes32) view returns (address token, bytes32 merkleRoot, bytes32 proof, uint256 activeAt)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events changeActiveTimerDuration(uint256 _duration)
claim(struct RewardDistributorClaim[] _claims)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPauseState(bool state)
updateRewardsMetadata(struct CommonDistribution[] _distributions)
Paused(address account)
RewardClaimed(bytes32 indexed identifier, address indexed token, address indexed account, uint256 amount)
RewardMetadataUpdated(bytes32 indexed identifier, address indexed token, bytes32 merkleRoot, bytes32 proof, uint256 activeAt)
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)
SetActiveTimerDuration(uint256 duration)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
InvalidArray()
InvalidDistribution()
InvalidMerkleRoot()
InvalidProof()
InvalidTimerDuration()
RewardInactive()