RewardsDistributor
Verified contract
Active on
Base with 1 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 ($0.00)
No balances found for "RewardsDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6385790 | a year ago | | | 0 | 0.0000032430021 |
ABI
ABI objects
Getter at block 21772397
WEEK() view returns (uint256)
604800
lastTokenTime() view returns (uint256)
1699488000
minter() view returns (address)
0xd32f1e755388dce5c18de23474c3bcb5764318a5
startTime() view returns (uint256)
1699488000
token() view returns (address)
0x6f176458b92b3aff0c05bc19be47a7e8793e4aad
tokenLastBalance() view returns (uint256)
0
ve() view returns (address)
0xa8552b34c09e691ba8a26a0d76e96fa55ee94829
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()