InstaTokenVesting
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "InstaTokenVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "InstaTokenVesting"
ABI
ABI objects
Getter at block 21220258
factory() view returns (address)
0x3b05a5295aa749d78858e33ece3b97bb3ef4f029
lastUpdate() view returns (uint32)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
recipient() view returns (address)
0x0000000000000000000000000000000000000000
terminateTime() view returns (uint32)
0
token() view returns (address)
0x6f40d4a6237c257fff2db00fa0510deeecd303eb
vestingAmount() view returns (uint256)
0
vestingBegin() view returns (uint32)
0
vestingCliff() view returns (uint32)
0
vestingEnd() view returns (uint32)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events claim()
delegate(address delegatee_)
initialize(address recipient_, address owner_, uint256 vestingAmount_, uint32 vestingBegin_, uint32 vestingCliff_, uint32 vestingEnd_)
terminate()
updateOwner(address owner_)
updateRecipient(address recipient_)
LogClaim(uint256 _claimAmount)
LogDelegate(address indexed _delegate)
LogOwner(address indexed _newOwner)
LogRecipient(address indexed _delegate)
LogTerminate(address owner, uint256 tokenAmount, uint32 _terminateTime)
constructor(address factory_)
This contract contains no fallback and receive objects.
This contract contains no error objects.