RewardsDistributor
Verified contract
Active on
Base with 3,438 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
-
variable spans 999999999999999 additional slots
Balances ($337.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BVM | ERC-20 | 19.258795K | $0.017533 |
$337.66 | |
kurbi | ERC-20 | 0.01 | $0.000719 |
$0 | |
COIN www.baseweb.io | ERC-20 | 20K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21786208 | 20 minutes ago | | | 0 | 0.0000013836549 | |
| 21784059 | 2 hours ago | | | 0 | 0.0000013208045 | |
| 21784027 | 2 hours ago | | | 0 | 0.0000014183816 | |
| 21773918 | 7 hours ago | | | 0 | 0.0000013454009 | |
| 21773285 | 8 hours ago | | | 0 | 0.0000013734492 | |
| 21773282 | 8 hours ago | | | 0 | 0.0000013742533 | |
| 21773201 | 8 hours ago | | | 0 | 0.0000014281857 | |
| 21772942 | 8 hours ago | | | 0 | 0.0000014072128 | |
| 21772715 | 8 hours ago | | | 0 | 0.0000014015575 | |
| 21767677 | 11 hours ago | | | 0 | 0.0000013735080 |
ABI
ABI objects
Getter at block 21786816
depositor() view returns (address)
0x2f54d40e246eaba24301dd4480fccf36b856d578
last_token_time() view returns (uint256)
1730332877
start_time() view returns (uint256)
1690416000
time_cursor() view returns (uint256)
1730937600
timestamp() view returns (uint256)
1730332800
token() view returns (address)
0xd386a121991e51eab5e3433bf5b1cf4c8884b47a
token_last_balance() view returns (uint256)
19258794649445517835020
voting_escrow() view returns (address)
0x91f85d68b413de823684c891db515b0390a02512
Read-only
claimable(uint256 _tokenId) view returns (uint256)
time_cursor_of(uint256) view returns (uint256)
tokens_per_week(uint256) view returns (uint256)
user_epoch_of(uint256) view returns (uint256)
ve_for_at(uint256 _tokenId, uint256 _timestamp) view returns (uint256)
ve_supply(uint256) view returns (uint256)
State-modifying
Events checkpoint_token()
checkpoint_total_supply()
claim(uint256 _tokenId) returns (uint256)
claim_many(uint256[] _tokenIds) returns (bool)
setDepositor(address _depositor)
CheckpointToken(uint256 time, uint256 tokens)
Claimed(uint256 tokenId, uint256 amount, uint256 claim_epoch, uint256 max_epoch)
constructor(address _voting_escrow)
This contract contains no fallback and receive objects.
This contract contains no error objects.