LinearVesting
Verified contract
Active on
Ethereum with 1,609 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,430.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANIM | ERC-20 | 1.097009M | $0.006774 |
$7,430.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21383705 | a day ago | | | 0 | 0.0015387647 | |
| 21370211 | 3 days ago | | | 0 | 0.0012996061 | |
| 21361086 | 4 days ago | | | 0 | 0.0010862861 | |
| 21359247 | 4 days ago | | | 0 | 0.0011553715 | |
| 21357770 | 5 days ago | | | 0 | 0.00096136943 | |
| 21357075 | 5 days ago | | | 0 | 0.00093070500 | |
| 21352827 | 5 days ago | | | 0 | 0.0013005926 | |
| 21352146 | 5 days ago | | | 0 | 0.0010395737 | |
| 21342627 | 7 days ago | | | 0 | 0.0017391156 | |
| 21335787 | 8 days ago | | | 0 | 0.0017419758 |
ABI
ABI objects
Getter at block 21391171
ERC20Interface() view returns (address)
0xfbcb5cbedeebcc55dcd136d34db1daaf74cf67e8
endTime() view returns (uint32)
1720274437
merkleRoot() view returns (bytes32)
0x06bda789682ed38a97c6ed9c8901d14add02c2f8b4725027d5fb72364efe6bb1
owner() view returns (address)
0xb44889a0da462090922f72d7faf69bceb3adb7c6
paused() view returns (bool)
false
startTime() view returns (uint32)
1709733637
totalClaimed() view returns (uint256)
1377823395150043070734543
totalVested() view returns (uint256)
2474832130000000000000000
Read-only
getClaimableAmount(struct UserAllocation alloc) view returns (uint256 claimableAmount)
userClaims(address) view returns (uint256)
State-modifying
Events claim(struct UserAllocation alloc, bytes32[] proof) returns (bool)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
update(bytes32 merkleRoot_, uint32 startTime_, uint32 endTime_, uint256 toClaim) returns (bool)
Claimed(address indexed token, address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SettingsUpdated(uint32 indexed start, uint32 indexed end, uint256 totalVested)
Unpaused(address account)
constructor(address _token)
This contract contains no fallback and receive objects.
AllocNotFound()
InvalidMerkleRoot()
InvalidTimings()
NoTokensToClaim()
ZeroTokenAddress()