VestingTrustee
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
0x4162…406d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLN | ERC-20 | 841.326705M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VestingTrustee"
ABI
ABI objects
Getter at block 21303779
cln() view returns (address)
0x4162178b78d6985480a308b2190ee5517460406d
newOwnerCandidate() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb0f37b1878fd6a3006467d9cacc8cdef082e11f8
totalVesting() view returns (uint256)
841326704501831607596340996
Read-only
grants(address) view returns (uint256 value, uint256 start, uint256 cliff, uint256 end, uint256 installmentLength, uint256 transferred, bool revokable)
readyTokens(address _holder) view returns (uint256)
supportsToken(address token) view returns (bool)
vestedTokens(address _holder, uint256 _time) view returns (uint256)
State-modifying
Events acceptOwnership()
batchUnlockVestedTokens(address[] _grantees) returns (bool success)
grant(address _to, uint256 _start, uint256 _cliff, uint256 _end, uint256 _installmentLength, bool _revokable)
grant(address _to, uint256 _value, uint256 _start, uint256 _cliff, uint256 _end, uint256 _installmentLength, bool _revokable)
requestOwnershipTransfer(address _newOwnerCandidate)
revoke(address _holder)
tokenFallback(address _sender, uint256 _value, bytes _data) returns (bool ok)
unlockVestedTokens() returns (uint256)
withdrawERC20(address _tokenAddress, uint256 _amount) returns (bool success)
Error(address indexed sender, uint256 error)
GrantRevoked(address indexed _holder, uint256 _refund)
NewGrant(address indexed _from, address indexed _to, uint256 _value)
OwnershipRequested(address indexed _by, address indexed _to)
OwnershipTransferred(address indexed _from, address indexed _to)
TokensUnlocked(address indexed _to, uint256 _value)
constructor(address _cln)
This contract contains no fallback and receive objects.
This contract contains no error objects.