TokenVesting
Verified contract
Active on
Ethereum with 5 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) |
---|---|---|---|---|---|---|---|
| 18929259 | 10 months ago | | | 0 | 0.0019594651 | |
| 16499356 | 2 years ago | | | 0 | 0.019396000 | |
| 15633689 | 2 years ago | | | 0 | 0.015121000 | |
| 15220376 | 2 years ago | | | 0 | 0.0013234484 | |
| 14767723 | 3 years ago | | | 0 | 0.0023574993 |
ABI
ABI objects
Getter at block 21216089
beneficiary() view returns (address)
0x4f20cb7a1d567a54350a18dacb0cc803aebb4483
cliff() view returns (uint256)
1643328000
duration() view returns (uint256)
31536000
isOwner() view returns (bool)
false
owner() view returns (address)
0x65c7fb804de91632461496cf03342aa79b33811c
revocable() view returns (bool)
true
start() view returns (uint256)
1643328000
Read-only
released(address token) view returns (uint256)
revoked(address token) view returns (bool)
State-modifying
Events release(address token)
renounceOwnership()
revoke(address token)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenVestingRevoked(address token)
TokensReleased(address token, uint256 amount)
constructor(address beneficiary, uint256 start, uint256 cliffDuration, uint256 duration, bool revocable)
This contract contains no fallback and receive objects.
This contract contains no error objects.