TimeLockPool
Verified contract
Active on
Ethereum with 211 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OVO | ERC-20 | 10 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8489352 | 5 years ago | | | 0 | 0.00038184000 | |
| 8489276 | 5 years ago | | | 0 | 0.00038184000 | |
| 8489173 | 5 years ago | | | 0 | 0.00026728800 | |
| 8489172 | 5 years ago | | | 0 | 0.00038184000 | |
| 8489167 | 5 years ago | | | 0 | 0.00028638000 | |
| 8489163 | 5 years ago | | | 0 | 0.00028638000 | |
| 8489161 | 5 years ago | | | 0 | 0.00029401680 | |
| 8489155 | 5 years ago | | | 0 | 0.00030547200 | |
| 8489153 | 5 years ago | | | 0 | 0.00053184000 | |
| 8489149 | 5 years ago | | | 0 | 0.00038184000 |
ABI
ABI objects
Getter at block 21215104
This contract contains no getter function objects.
Read-only
getAvailableBalanceOf(address account, address tokenAddr) view returns (uint256)
getLockedBalanceOf(address account, address tokenAddr) view returns (uint256)
getNextReleaseTimeOf(address account, address tokenAddr) view returns (uint256)
lockedBalances(address, address, uint256) view returns (uint256 balance, uint256 releaseTime)
State-modifying
Events depositERC20(address tokenAddr, address account, uint256 amount, uint256 releaseTime) returns (bool)
depositETH(address account, uint256 releaseTime) payable returns (bool)
withdraw(address account, address tokenAddr, uint256 index_from, uint256 index_to) returns (bool)
Deposit(address indexed owner, address indexed tokenAddr, uint256 amount, uint256 releaseTime)
Withdraw(address indexed owner, address indexed tokenAddr, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.