RewardDistributor
Verified contract
Active on
Base with 31 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11986321 | 8 months ago | | | 0 | 4.8071940e-7 | |
| 11672249 | 9 months ago | | | 0 | 0.000000080443270696 | |
| 11370012 | 9 months ago | | | 0 | 0.000000080441019104 | |
| 10766343 | 9 months ago | | | 0 | 0.000000080445200632 | |
| 10168842 | 10 months ago | | | 0 | 0.000000080441396980 | |
| 9858884 | 10 months ago | | | 0 | 0.000000080419709394 | |
| 9570179 | 10 months ago | | | 0 | 0.000000080407949748 | |
| 9256160 | 10 months ago | | | 0 | 0.000000008047109394 | |
| 8952650 | a year ago | | | 0 | 0.000000005365382908 | |
| 8648541 | a year ago | | | 0 | 0.000000096502750636 |
ABI
ABI objects
Getter at block 22926136
admin() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
gov() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
lastDistributionTime() view returns (uint256)
1731834475
pendingRewards() view returns (uint256)
515765016
rewardToken() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
rewardTracker() view returns (address)
0x46baa2cfdbf83232c2a85c74d521440f9bc1fa4c
tokensPerInterval() view returns (uint256)
639
Read-only
This contract contains no read-only function objects.
State-modifying
Events distribute() returns (uint256)
setAdmin(address _admin)
setGov(address _gov)
setTokensPerInterval(uint256 _amount)
updateLastDistributionTime()
withdrawToken(address _token, address _account, uint256 _amount)
Distribute(uint256 amount)
TokensPerIntervalChange(uint256 amount)
constructor(address _rewardToken, address _rewardTracker)
This contract contains no fallback and receive objects.
This contract contains no error objects.