TokenVesting
Verified contract
Active on
Ethereum with 170 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) |
---|---|---|---|---|---|---|---|
| 8853387 | 5 years ago | | | 0 | 0.00055122100 | |
| 8677990 | 5 years ago | | | 0 | 0.00062871000 | |
| 8631475 | 5 years ago | | | 0 | 0.0051180000 | |
| 8525171 | 5 years ago | | | 0 | 0.00095961000 | |
| 8446615 | 5 years ago | | | 0 | 0.0051180000 | |
| 8362082 | 5 years ago | | | 0 | 0.0051180000 | |
| 8317249 | 5 years ago | | | 0 | 0.0051180000 | |
| 8272213 | 5 years ago | | | 0 | 0.00040944000 | |
| 8272053 | 5 years ago | | | 0 | 0.00052944000 | |
| 8226678 | 5 years ago | | | 0 | 0.0066180000 |
ABI
ABI objects
Getter at block 21165271
beneficiary() view returns (address)
0x58eae5a835a2da8815028cc56b4a1490f3d49d5e
cliff() view returns (uint256)
1525135854
duration() view returns (uint256)
47304000
owner() view returns (address)
0x6941627cba3518385e75de75d25a189185672bfe
revocable() view returns (bool)
true
start() view returns (uint256)
1525135854
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)
revoke(address token)
transferOwnership(address newOwner)
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.