VestingDistributor
Verified contract
Active on
Ethereum with 599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($111,826.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FYDE | ERC-20 | 2.78015M | $0.040223 |
$111,826.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275794 | 2 hours ago | | | 0 | 0.00069539371 | |
| 21274591 | 6 hours ago | | | 0 | 0.0010187081 | |
| 21273013 | 12 hours ago | | | 0 | 0.0019469722 | |
| 21270875 | 19 hours ago | | | 0 | 0.00069962118 | |
| 21269898 | a day ago | | | 0 | 0.00077061995 | |
| 21267477 | a day ago | | | 0 | 0.00071543031 | |
| 21265033 | 2 days ago | | | 0 | 0.0014914077 | |
| 21264552 | 2 days ago | | | 0 | 0.0016389394 | |
| 21264404 | 2 days ago | | | 0 | 0.0010778800 | |
| 21264087 | 2 days ago | | | 0 | 0.00097247814 |
ABI
ABI objects
Getter at block 21276448
LOCK_TIME() view returns (uint256)
2592000
TOKEN() view returns (address)
0x8a462e6a0051d006e33152fbeadfb9a14198de30
cumulativeFees() view returns (uint256)
6977840745895908781863000
owner() view returns (address)
0x24b3b50c1b87b549374876d31f919e5e6eeba999
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
root() view returns (bytes32)
0x8235158e18365daa5499212e0dd242fde0f1d9ff553df6515b976431979e2200
startLockTime() view returns (uint256)
1728402287
Read-only
claimed(address account) view returns (uint256 amount)
State-modifying
Events acceptOwnership()
cancelTransferOwnership()
claim(address account, uint256 claimable, bytes32[] proof)
deposit(address from, uint256 amount)
enableClaim()
recoverAsset(address asset, address to, uint256 amount)
transferOwnership(address newOwner)
updateRoot(bytes32 newRoot)
OwnershipTransferCanceled(address indexed pendingOwner)
OwnershipTransferStarted(address indexed user, address indexed newOwner)
OwnershipTransferred(address indexed user, address indexed newOner)
RewardsClaimed(address account, uint256 amount)
RootUpdated(bytes32 newRoot)
constructor(address _TOKEN)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ClaimNotEnabled()
ProofInvalidOrExpired()
Unauthorized()