LockedTokenVault
Verified contract
Active on
Ethereum with 3,514 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22,873,974.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WOO | ERC-20 | 69.910585M | $0.327189 |
$22,873,974.35 | |
THS | ERC-20 | 2.605972M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21317813 | 2 minutes ago | | | 0 | 0.0018291329 | |
| 21316110 | 6 hours ago | | | 0 | 0.0028716088 | |
| 21316097 | 6 hours ago | | | 0 | 0.0024395325 | |
| 21315905 | 6 hours ago | | | 0 | 0.0024596657 | |
| 21313473 | 15 hours ago | | | 0 | 0.0010445717 | |
| 21308735 | a day ago | | | 0 | 0.0019598612 | |
| 21307369 | a day ago | | | 0 | 0.00081717642 | |
| 21303594 | 2 days ago | | | 0 | 0.00091336697 | |
| 21299009 | 3 days ago | | | 0 | 0.00029631066 | |
| 21299007 | 3 days ago | | | 0 | 0.00057172634 |
ABI
ABI objects
Getter at block 21317820
_NEW_OWNER_() view returns (address)
0x87918dfc72b1e192d8276f03a3950445f85e5f23
_OWNER_() view returns (address)
0xe2933566f172d08f8c90144fed5ae28e9d54b1ec
_UNDISTRIBUTED_AMOUNT_() view returns (uint256)
16729025617712832040011524
Read-only
getClaimableBalance(address holder) view returns (uint256)
getClaimedBalance(address holder) view returns (uint256)
getOriginBalance(address holder) view returns (uint256)
getReleaseDuration(address holder) view returns (uint256)
getRemainingBalance(address holder) view returns (uint256)
getRemainingRatio(uint256 timestamp, address holder) view returns (uint256)
getStartReleaseTime(address holder) view returns (uint256)
isReleaseStart(address holder) view returns (bool)
State-modifying
Events claim()
claimOwnership()
deposit(uint256 amount)
grant(address[] holderList, uint256[] amountList, uint256[] startList, uint256[] durationList)
recall(address holder)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.