LockedTokenVault
Verified contract
Active on
Ethereum with 842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,763.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DODO | ERC-20 | 135.104623K | $0.124075 |
$16,763.11 | |
BEEPLE | ERC-20 | 534.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19443024 | 8 months ago | | | 0 | 0.0022155058 | |
| 19442992 | 8 months ago | | | 0 | 0.0016634530 | |
| 19339905 | 9 months ago | | | 0 | 0.0033912465 | |
| 18543585 | a year ago | | | 0 | 0.0027250515 | |
| 18440812 | a year ago | | | 0 | 0.00074740799 | |
| 18368687 | a year ago | | | 0 | 0.00062892848 | |
| 18090777 | a year ago | | | 0 | 0.00085512215 | |
| 17863650 | a year ago | | | 0 | 0.0019437823 | |
| 17391772 | a year ago | | | 0 | 0.0020795286 | |
| 16532135 | 2 years ago | | | 0 | 0.00074834698 |
ABI
ABI objects
Getter at block 21213159
_CLIFF_RATE_() view returns (uint256)
0
_DISTRIBUTE_FINISHED_() view returns (bool)
false
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x3e19d726ed435afd3a42967551426b3a47c0f5b7
_RELEASE_DURATION_() view returns (uint256)
31536000
_START_RELEASE_TIME_() view returns (uint256)
1617206400
_UNDISTRIBUTED_AMOUNT_() view returns (uint256)
0
isReleaseStart() view returns (bool)
true
Read-only
getClaimableBalance(address holder) view returns (uint256)
getClaimedBalance(address holder) view returns (uint256)
getOriginBalance(address holder) view returns (uint256)
getRemainingBalance(address holder) view returns (uint256)
getRemainingRatio(uint256 timestamp) 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)
Claim(address indexed holder, uint256 origin, uint256 claimed, 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.