LockedTokenVault
Verified contract
Active on
Ethereum with 19,620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($71,408.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DODO | ERC-20 | 504.614307K | $0.141511 |
$71,408.48 | |
KP5V | ERC-20 | 23.5468 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043329 | a month ago | | | 0 | 0.00057677745 | |
| 21027041 | a month ago | | | 0 | 0.00079562416 | |
| 20746606 | 2 months ago | | | 0 | 0.000097926254 | |
| 20653939 | 3 months ago | | | 0 | 0.000077986779 | |
| 20564286 | 3 months ago | | | 0 | 0.00015077093 | |
| 19983758 | 6 months ago | | | 0 | 0.0019814429 | |
| 19931017 | 6 months ago | | | 0 | 0.00049860090 | |
| 19894024 | 6 months ago | | | 0 | 0.00031460430 | |
| 19710294 | 7 months ago | | | 0 | 0.00068528140 | |
| 19652522 | 7 months ago | | | 0 | 0.0010089119 |
ABI
ABI objects
Getter at block 21259991
_CLIFF_RATE_() view returns (uint256)
0
_DISTRIBUTE_FINISHED_() view returns (bool)
false
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x17dbfa501f2f376d092fa69d3223a09bba4efdf7
_RELEASE_DURATION_() view returns (uint256)
15768000
_START_RELEASE_TIME_() view returns (uint256)
1601913600
_UNDISTRIBUTED_AMOUNT_() view returns (uint256)
395414325440226700
Read-only
getClaimableBalance(address holder) view returns (uint256)
getClaimedBalance(address holder) view returns (uint256)
getHolderTransferRequest(address holder) view returns (address)
getOriginBalance(address holder) view returns (uint256)
getRemainingBalance(address holder) view returns (uint256)
State-modifying
Events claim()
claimOwnership()
deposit(uint256 amount)
finishDistribute()
grant(address[] holderList, uint256[] amountList)
recall(address holder)
transferLockedToken(address to)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token, uint256 _startReleaseTime, uint256 _releaseDuration, uint256 _cliffRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.