TokenVesting
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($90.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNB | ERC-20 | 0.15 | $606.15 |
$90.92 | |
KICK | ERC-20 | 888.888K | -- | -- | |
BPTN | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11659018 | 4 years ago | | | 0 | 0.0045694680 | |
| 7683294 | 6 years ago | | | 0 | 0.00020620000 | |
| 7672784 | 6 years ago | | | 0 | 0.00015465000 | |
| 7630010 | 6 years ago | | | 0 | 0.00084490450 | |
| 7155401 | 6 years ago | | | 0 | 0.0021135500 | |
| 5940991 | 6 years ago | | | 0 | 0.0027285500 |
ABI
ABI objects
Getter at block 21176595
beneficiary() view returns (address)
0x6e9570c944f6c42cf651c4185dd8c6d376a452bc
cliff() view returns (uint256)
1517413820
duration() view returns (uint256)
63072000
owner() view returns (address)
0x21a3fdbc4e9201e85ddd58b7b320ea5aa581fcd6
revocable() view returns (bool)
false
start() view returns (uint256)
1517413820
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.