TokenVesting
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "TokenVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15824755 | 2 years ago | | | 0 | 0.00036498278 | |
| 14475164 | 3 years ago | | | 0 | 0.0025430212 | |
| 14165529 | 3 years ago | | | 0 | 0.0051622359 | |
| 13899266 | 3 years ago | | | 0 | 0.0087654901 | |
| 13584251 | 3 years ago | | | 0 | 0.013889557 | |
| 13127735 | 3 years ago | | | 0 | 0.0042764151 | |
| 12587739 | 3 years ago | | | 0 | 0.0012070080 | |
| 12587212 | 3 years ago | | | 0 | 0.00041141700 | |
| 12094884 | 4 years ago | | | 0 | 0.0097891646 | |
| 12094824 | 4 years ago | | | 0 | 0.0027731180 |
ABI
ABI objects
Getter at block 21203779
beneficiary() view returns (address)
0xdf934780e40d9449035779a58f9d25d64fa1ffc7
cliff() view returns (uint256)
1583020800
duration() view returns (uint256)
63072000
isOwner() view returns (bool)
false
owner() view returns (address)
0x8e452b55e3e00428ad90f9683565ae1fba16efbf
revocable() view returns (bool)
true
start() view returns (uint256)
1583020800
Read-only
released(address token) view returns (uint256)
revoked(address token) view returns (bool)
State-modifying
Events initialize(address sender)
release(address token)
renounceOwnership()
revoke(address token)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenVestingRevoked(address token)
TokensReleased(address token, uint256 amount)
constructor(address beneficiary, uint256 start, uint256 cliffDuration, uint256 duration, bool revocable)
This contract contains no fallback and receive objects.
This contract contains no error objects.