RewardsDistributor
Verified contract
Active on
Base with 3,514 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 ($358.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BVM | ERC-20 | 19.399687K | $0.018489 |
$358.69 | |
kurbi | ERC-20 | 0.01 | $0.00075 |
$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) |
---|---|---|---|---|---|---|---|
| 22757537 | 4 hours ago | | | 0 | 0.0000025597640 | |
| 22757220 | 4 hours ago | | | 0 | 0.000030300719 | |
| 22711846 | a day ago | | | 0 | 0.000030300719 | |
| 22703846 | a day ago | | | 0 | 0.0000025597640 | |
| 22703833 | a day ago | | | 0 | 0.0000025597640 | |
| 22700904 | a day ago | | | 0 | 0.0000030828743 | |
| 22699933 | 2 days ago | | | 0 | 0.0000027050024 | |
| 22685413 | 2 days ago | | | 0 | 0.0000033396840 | |
| 22682602 | 2 days ago | | | 0 | 0.0000025794237 | |
| 22682395 | 2 days ago | | | 0 | 0.0000025316062 |
ABI
ABI objects
Getter at block 22764871
depositor() view returns (address)
0x2f54d40e246eaba24301dd4480fccf36b856d578
last_token_time() view returns (uint256)
1732147807
start_time() view returns (uint256)
1690416000
time_cursor() view returns (uint256)
1732752000
timestamp() view returns (uint256)
1732147200
token() view returns (address)
0xd386a121991e51eab5e3433bf5b1cf4c8884b47a
token_last_balance() view returns (uint256)
19399686918850403198469
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.