FeeDistributor
Verified contract
Active on
Ethereum with 1,882 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($246,721.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 246.785011K | $0.999744 |
$246,721.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293228 | 17 minutes ago | | | 0 | 0.0060205936 | |
| 21291905 | 5 hours ago | | | 0 | 0.0039401195 | |
| 21288470 | 16 hours ago | | | 0 | 0.0011673369 | |
| 21286480 | a day ago | | | 0 | 0.015455282 | |
| 21280457 | 2 days ago | | | 0 | 0.013634371 | |
| 21279779 | 2 days ago | | | 0 | 0.0072530213 | |
| 21251005 | 6 days ago | | | 0 | 0.028118660 | |
| 21248518 | 6 days ago | | | 0 | 0.012125418 | |
| 21246567 | 7 days ago | | | 0 | 0.0064967430 | |
| 21243134 | 7 days ago | | | 0 | 0.017117803 |
ABI
ABI objects
Getter at block 21293312
getStartTime() view returns (uint256)
1694044800
getTimeCursor() view returns (uint256)
1733356800
getVotingEscrow() view returns (address)
0x0e42acbd23faee03249daff896b78d7e79fbd58e
owner() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
Read-only
canTokenBeClaimed(address token) view returns (bool)
getTokenCachedBalance(address token) view returns (uint256)
getTokenLastBalance(address token) view returns (uint256)
getTokenStartTime(address token) view returns (uint256)
getTokenTimeCursor(address token) view returns (uint256)
getTokensDistributedInWeek(address token, uint256 timestamp) view returns (uint256)
getTotalSupplyAtTimestamp(uint256 timestamp) view returns (uint256)
getUserBalanceAtTimestamp(address user, uint256 timestamp) view returns (uint256)
getUserLastEpochCheckpointed(address user) view returns (uint256)
getUserStartTime(address user) view returns (uint256)
getUserTimeCursor(address user) view returns (uint256)
getUserTokenTimeCursor(address user, address token) view returns (uint256)
onlyVeHolderClaimingEnabled(address user) view returns (bool)
State-modifying
Events checkpoint()
checkpointToken(address token)
checkpointTokens(address[] tokens)
checkpointUser(address user)
claimToken(address user, address token) returns (uint256)
claimTokens(address user, address[] tokens) returns (uint256[])
depositToken(address token, uint256 amount)
depositTokens(address[] tokens, uint256[] amounts)
enableOnlyVeHolderClaiming(bool enabled)
enableTokenClaiming(address token, bool enable)
renounceOwnership()
transferOwnership(address newOwner)
withdrawToken(address token, uint256 amount, address recipient)
OnlyVeHolderClaimingEnabled(address user, bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCheckpointed(address token, uint256 amount, uint256 lastCheckpointTimestamp)
TokenClaimingEnabled(address token, bool enabled)
TokenWithdrawn(address token, uint256 amount, address recipient)
TokensClaimed(address user, address token, uint256 amount, uint256 userTokenTimeCursor)
constructor(address votingEscrow, uint256 startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.