LockedTokenVault
Verified contract
Active on
Ethereum with 491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($298,981.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DODO | ERC-20 | 1.949554M | $0.153359 |
$298,981.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279761 | a day ago | | | 0 | 0.00089176038 | |
| 20378909 | 4 months ago | | | 0 | 0.00066701452 | |
| 19510686 | 8 months ago | | | 0 | 0.0018933893 | |
| 19269237 | 9 months ago | | | 0 | 0.0031047478 | |
| 18916648 | a year ago | | | 0 | 0.00074179232 | |
| 18859497 | a year ago | | | 0 | 0.0011456312 | |
| 18855747 | a year ago | | | 0 | 0.0015446422 | |
| 18762760 | a year ago | | | 0 | 0.0019160461 | |
| 18756999 | a year ago | | | 0 | 0.0016309239 | |
| 18736252 | a year ago | | | 0 | 0.0043959829 |
ABI
ABI objects
Getter at block 21286191
_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)
63072000
_START_RELEASE_TIME_() view returns (uint256)
1633017600
_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.