TokenVestingNoStaking
Verified contract
Active on
Ethereum with 83 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokenVestingNoStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249308 | 10 days ago | | | 0 | 0.00074359655 | |
| 21224550 | 14 days ago | | | 0 | 0.0012373817 | |
| 21199621 | 17 days ago | | | 0 | 0.00083419017 | |
| 21122272 | a month ago | | | 0 | 0.0015354557 | |
| 21091831 | a month ago | | | 0 | 0.00047261576 | |
| 21057333 | a month ago | | | 0 | 0.00058034961 | |
| 21012416 | a month ago | | | 0 | 0.00069588837 | |
| 20971256 | 2 months ago | | | 0 | 0.0019771109 | |
| 20958488 | 2 months ago | | | 0 | 0.00087568964 | |
| 20910809 | 2 months ago | | | 0 | 0.00059845914 |
ABI
ABI objects
Getter at block 21322344
CLIFF_DENOMINATOR() view returns (uint256)
5
cliff() view returns (uint256)
1700740800
end() view returns (uint256)
1732276800
getBeneficiary() view returns (address)
0x6ac5b423afb36954d5309bcc7e737729a589adaf
getRevoker() view returns (address)
0x0000000000000000000000000000000000000000
revoked() view returns (bool)
false
transferableBeneficiary() view returns (bool)
true
Read-only
released(address) view returns (uint256)
State-modifying
Events release(address token)
revoke(address token)
transferBeneficiary(address beneficiary_)
transferRevoker(address revoker_)
BeneficiaryTransferred(address oldBeneficiary, address newBeneficiary)
RevokerTransferred(address oldRevoker, address newRevoker)
TokenVestingRevoked(address indexed token, uint256 refund)
TokensReleased(address indexed token, uint256 amount)
constructor(address beneficiary_, address revoker_, uint256 cliff_, uint256 end_, bool transferableBeneficiary_)
This contract contains no fallback and receive objects.
This contract contains no error objects.