RewardDistributor
Verified contract
Active on
Ethereum with 8,316 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$21,455.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.963015 | $3,081.32 |
$21,455.28 | |
USDC | ERC-20 | 276.333404K | $0.999584 |
$276,218.45 | |
LDO | ERC-20 | 140.864062K | $1.20 |
$169,036.87 | |
WETH | ERC-20 | 6.867002 | $3,080.12 |
$21,151.19 | |
BADGER | ERC-20 | 6.379623K | $3.26 |
$20,797.57 | |
SPA | ERC-20 | 2.762394M | $0.00745 |
$20,579.95 | |
PENDLE | ERC-20 | 3.884542K | $5.20 |
$20,199.62 | |
AURA | ERC-20 | 47.979897K | $0.286497 |
$13,746.1 | |
USDT | ERC-20 | 12.467174K | $0.998794 |
$12,452.14 | |
OHM | ERC-20 | 403.936868 | $20.64 |
$8,337.26 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20893689 | a month ago | | | 0 | 0.0014086559 | |
| 20853726 | 2 months ago | | | 0 | 0.00057885000 | |
| 20713904 | 2 months ago | | | 0 | 0.0034002851 | |
| 20651248 | 3 months ago | | | 0 | 0.00046814360 | |
| 20580222 | 3 months ago | | | 0 | 0.000081528355 | |
| 20578544 | 3 months ago | | | 0 | 0.0018697737 | |
| 20568027 | 3 months ago | | | 0 | 0.000070618230 | |
| 20552503 | 3 months ago | | | 0 | 0.0018392317 | |
| 20541188 | 3 months ago | | | 0 | 0.00042658632 | |
| 20527375 | 3 months ago | | | 0 | 0.0023909728 |
ABI
ABI objects
Getter at block 21214779
BRIBE_VAULT() view returns (address)
0x9ddb2da7dd76612e0df237b89af2cf4413733212
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
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 updateCount)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(struct RewardDistributorClaim[] _claims)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateRewardsMetadata(struct CommonDistribution[] _distributions)
RewardClaimed(bytes32 indexed identifier, address indexed token, address indexed account, uint256 amount, uint256 updateCount)
RewardMetadataUpdated(bytes32 indexed identifier, address indexed token, bytes32 merkleRoot, bytes32 proof, uint256 indexed updateCount)
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 _bribeVault)
receive()
This contract contains no error objects.