TimelockManagerReversible
Verified contract
Active on
Ethereum with 543 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,853.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
API3 | ERC-20 | 5.796082K | $1.70 |
$9,853.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112141 | 14 days ago | | | 0 | 0.00041123255 | |
| 21064330 | 20 days ago | | | 0 | 0.00057651992 | |
| 21046899 | 23 days ago | | | 0 | 0.00035695580 | |
| 20992615 | a month ago | | | 0 | 0.0013500417 | |
| 20902986 | a month ago | | | 0 | 0.00021699794 | |
| 20888032 | a month ago | | | 0 | 0.00039450951 | |
| 20852080 | 2 months ago | | | 0 | 0.00037825268 | |
| 20801764 | 2 months ago | | | 0 | 0.00044842875 | |
| 20765845 | 2 months ago | | | 0 | 0.00032147804 | |
| 20735467 | 2 months ago | | | 0 | 0.00088453257 |
ABI
ABI objects
Getter at block 21210533
api3Token() view returns (address)
0x0b38210ea11411557c13457d4da7dc6ea731b88a
owner() view returns (address)
0x0c4030768601a5b564fcd50ec5957d516b0f2ad4
Read-only
getRemainingAmount(address recipient) view returns (uint256 remainingAmount)
getTimelock(address recipient) view returns (uint256 totalAmount, uint256 remainingAmount, uint256 releaseStart, uint256 releaseEnd)
getWithdrawable(address recipient) view returns (uint256 withdrawable)
timelocks(address) view returns (uint256 totalAmount, uint256 remainingAmount, uint256 releaseStart, uint256 releaseEnd)
State-modifying
Events renounceOwnership()
stopVesting(address recipient, address destination)
transferAndLock(address source, address recipient, uint256 amount, uint256 releaseStart, uint256 releaseEnd)
transferAndLockMultiple(address source, address[] recipients, uint256[] amounts, uint256[] releaseStarts, uint256[] releaseEnds)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StoppedVesting(address recipient, address destination, uint256 amount)
TransferredAndLocked(address source, address indexed recipient, uint256 amount, uint256 releaseStart, uint256 releaseEnd)
Withdrawn(address indexed recipient, uint256 amount)
constructor(address api3TokenAddress, address timelockManagerOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.