RewardsDistributor
Verified contract
Active on
Base with 173,054 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 999999999999999 additional slots
Balances ($1,444,295.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AERO | ERC-20 | 1.085931M | $1.33 |
$1,444,287.58 | |
BFROG | ERC-20 | 4.245855K | $0.000995 |
$4.22 | |
AYB | ERC-20 | 2M | $0.000001 |
$2.68 | |
toby | ERC-20 | 11.112665M | $0.00 |
$0.5 | |
WGC | ERC-20 | 200 | $0.000638 |
$0.13 | |
BENTO | ERC-20 | 9.768977M | $0.00 |
$0.12 | |
BOOMER | ERC-20 | 7.32 | $0.01174 |
$0.09 | |
PEEZY | ERC-20 | 1.2 | $0.011389 |
$0.01 | |
OKAYEG | ERC-20 | 420.69 | $0.00001 |
$0 | |
BOYS | ERC-20 | 0.11 | $0.010941 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22714991 | 2 minutes ago | | | 0 | 0.0000067992704 | |
| 22714980 | 3 minutes ago | | | 0 | 0.000011745476 | |
| 22714975 | 3 minutes ago | | | 0 | 0.000010085992 | |
| 22714975 | 3 minutes ago | | | 0 | 0.0000067981307 | |
| 22714910 | 5 minutes ago | | | 0 | 0.0000078238482 | |
| 22714819 | 8 minutes ago | | | 0 | 0.0000067984621 | |
| 22714809 | 9 minutes ago | | | 0 | 0.0000067616787 | |
| 22714726 | 11 minutes ago | | | 0 | 0.0000072678570 | |
| 22714721 | 11 minutes ago | | | 0 | 0.0000072667173 | |
| 22714716 | 12 minutes ago | | | 0 | 0.0000072667173 |
ABI
ABI objects
Getter at block 22715060
WEEK() view returns (uint256)
604800
lastTokenTime() view returns (uint256)
1732147277
minter() view returns (address)
0xeb018363f0a9af8f91f06fee6613a751b2a33fe5
startTime() view returns (uint256)
1692835200
token() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
tokenLastBalance() view returns (uint256)
1085930513138152958084597
ve() view returns (address)
0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4
Read-only
claimable(uint256 _tokenId) view returns (uint256 claimable_)
timeCursorOf(uint256) view returns (uint256)
tokensPerWeek(uint256) view returns (uint256)
State-modifying
Events checkpointToken()
claim(uint256 _tokenId) returns (uint256)
claimMany(uint256[] _tokenIds) returns (bool)
setMinter(address _minter)
CheckpointToken(uint256 time, uint256 tokens)
Claimed(uint256 indexed tokenId, uint256 indexed epochStart, uint256 indexed epochEnd, uint256 amount)
constructor(address _ve)
This contract contains no fallback and receive objects.
NotManagedOrNormalNFT()
NotMinter()
UpdatePeriod()