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 |
---|---|---|---|---|---|
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
Only | ERC-20 | 10 | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6984150 | 6 years ago | | | 0 | 0.00014901900 | |
| 5299618 | 7 years ago | | | 0 | 0.0024335640 |
ABI
ABI objects
Getter at block 21179362
beneficiary() view returns (address)
0xa43380142ffad3776e1ec31a194754585a0876a1
cliff() view returns (uint256)
1513965600
duration() view returns (uint256)
31536000
owner() view returns (address)
0x8d9d080427f73e9f42ba183f0b7a4dd770be33a8
revocable() view returns (bool)
true
start() view returns (uint256)
1513965600
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.