TokenVesting
Verified contract
Active on
Ethereum with 4 txns
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 "TokenVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10904144 | 4 years ago | | | 0 | 0.0050722161 | |
| 10904091 | 4 years ago | | | 0 | 0.0025797960 | |
| 10904012 | 4 years ago | | | 0 | 0.0022692650 | |
| 6618544 | 6 years ago | | | 0 | 0.00034112000 |
ABI
ABI objects
Getter at block 21313382
beneficiary() view returns (address)
0x2dc83ad0fd078e041fc10df579361def6416e734
cliff() view returns (uint256)
1535760000
duration() view returns (uint256)
15724800
owner() view returns (address)
0x52386be2397e8eac26298f733b390684203fb580
revocable() view returns (bool)
true
start() view returns (uint256)
1535760000
Read-only
releasableAmount(address _token) view returns (uint256)
released(address) view returns (uint256)
revoked(address) view returns (bool)
vestedAmount(address _token) view returns (uint256)
State-modifying
Events release(address _token)
renounceOwnership()
revoke(address _token)
transferOwnership(address _newOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(uint256 amount)
Revoked()
constructor(address _beneficiary, uint256 _start, uint256 _cliff, uint256 _duration, bool _revocable)
This contract contains no fallback and receive objects.
This contract contains no error objects.