VestingTrustee
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x818f…2ce5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KIN | ERC-20 | 17.317073B | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
YNN | ERC-20 | 200 | -- | -- | |
UBT | ERC-20 | 10 | -- | -- | |
CTB | ERC-20 | 10 | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
XRPC | ERC-20 | 5 | -- | -- | |
PMT | ERC-20 | 0.0088 | -- | -- | |
CYRUS | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9560630 | 5 years ago | | | 0 | 0.00044768000 | |
| 7810979 | 6 years ago | | | 0 | 0.0019074480 | |
| 7749887 | 6 years ago | | | 0 | 0.0027440480 | |
| 7340410 | 6 years ago | | | 0 | 0.0013385600 | |
| 7076330 | 6 years ago | | | 0 | 0.0027440480 | |
| 6944120 | 6 years ago | | | 0 | 0.0016385600 | |
| 6874806 | 6 years ago | | | 0 | 0.0013385600 | |
| 6720625 | 6 years ago | | | 0 | 0.0027440480 | |
| 6693654 | 6 years ago | | | 0 | 0.0066258720 | |
| 6649265 | 6 years ago | | | 0 | 0.0027440480 |
ABI
ABI objects
Getter at block 21255027
kin() pure returns (address)
0x818fc6c2ec5986bc6e2cbf00939d90556ab12ce5
newOwnerCandidate() pure returns (address)
0x0000000000000000000000000000000000000000
owner() pure returns (address)
0x9853814c40af3e95ee8c335f1212267867bc4091
totalVesting() pure returns (uint256)
17317073170830000000000000000
Read-only
grants(address) pure returns (uint256 value, uint256 start, uint256 cliff, uint256 end, uint256 installmentLength, uint256 transferred, bool revokable)
vestedTokens(address _holder, uint256 _time) pure returns (uint256)
State-modifying
Events acceptOwnership()
grant(address _to, uint256 _value, uint256 _start, uint256 _cliff, uint256 _end, uint256 _installmentLength, bool _revokable)
requestOwnershipTransfer(address _newOwnerCandidate)
revoke(address _holder)
unlockVestedTokens()
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 _kin)
This contract contains no fallback and receive objects.
This contract contains no error objects.