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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NBAI | ERC-20 | 2.444079B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7632575 | 6 years ago | | | 0 | 0.000050654000 | |
| 7110809 | 6 years ago | | | 0 | 0.022822344 | |
| 7110666 | 6 years ago | | | 0 | 0.00015196200 | |
| 5609543 | 6 years ago | | | 0 | 0.00040523200 | |
| 5524427 | 7 years ago | | | 0 | 0.00040327000 |
ABI
ABI objects
Getter at block 21176760
beneficiary() view returns (address)
0xd86fce1890bf98fc086b264a66ca96c7e3b03b40
cliff() view returns (uint256)
1524283200
duration() view returns (uint256)
94608000
owner() view returns (address)
0x17f8afb63dfcdcc90ebe6e84f060cc306a98257d
revocable() view returns (bool)
false
start() view returns (uint256)
1524283200
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.