TokenVesting
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DXT | ERC-20 | 300M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6388344 | 6 years ago | | | 0 | 0.00011638000 | |
| 5271710 | 7 years ago | | | 0 | 0.000070086000 |
ABI
ABI objects
Getter at block 21184776
beneficiary() view returns (address)
0x0190c5ee21ab417b985e8b092f7709268cb65577
cliff() view returns (uint256)
1549454400
duration() view returns (uint256)
31622400
owner() view returns (address)
0x0190c5ee21ab417b985e8b092f7709268cb65577
revocable() view returns (bool)
false
start() view returns (uint256)
1517918400
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.