TimeLocker
Verified contract
Active on
Ethereum with 1,645 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x485d…a260
Balances ($3,956,814.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIME | ERC-20 | 169.23929K | $23.38 |
$3,956,814.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247759 | 10 days ago | | | 0 | 0.0010361957 | |
| 21192782 | 18 days ago | | | 0 | 0.0013368908 | |
| 21192763 | 18 days ago | | | 0 | 0.0014504650 | |
| 21187187 | 19 days ago | | | 0 | 0.0040706490 | |
| 21182718 | 19 days ago | | | 0 | 0.0036041159 | |
| 21182597 | 19 days ago | | | 0 | 0.0030912723 | |
| 21155959 | 23 days ago | | | 0 | 0.0012381343 | |
| 21063292 | a month ago | | | 0 | 0.00077524746 | |
| 20836455 | 2 months ago | | | 0 | 0.0033092968 | |
| 20835175 | 2 months ago | | | 0 | 0.0037853042 |
ABI
ABI objects
Getter at block 21321976
erc20Time() view returns (address)
0x485d17a6f1b8780392d53d64751824253011a260
getListBridgeValidators() view returns (address[])
[0x390c0A8060789B11E5f4f4800Fabb4e91B68A071, 0xFec2C7058D023d1D2Ba46f2085bcbaf784783B48]
getListChainIds() view returns (uint256[])
[56, 137]
lastLockId() view returns (uint256)
1331
owner() view returns (address)
0xaded97ecb7457a7d01cab18ce28771f038860b55
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
bridgeValidators(uint256) view returns (address)
burnIdsUsed(uint256, uint256) view returns (bool)
chainIds(uint256) view returns (uint256)
checkSignatures(bytes32 _messageHash, bytes[] _signatures) view returns (bool)
indexOfBridgeValidator(address _validator) view returns (bool found, uint256 index)
indexOfChainId(uint256 _chainId) view returns (bool found, uint256 index)
State-modifying
Events addBridgeValidator(address _validator)
addChainId(uint256 _chainId)
claimOwnership()
init(address _erc20Time)
lock(uint256 _toChainId, uint256 _amount)
onTokenTransfer(address _sender, uint256 _amount, bytes _data)
removeBridgeValidator(address _validator)
removeChainId(uint256 _chainId)
transferOwnership(address newOwner)
unlock(uint256 _fromChainId, uint256 _burnId, uint256 _amount, bytes[] _signatures)
Locked(address indexed _from, uint256 indexed _toChainId, uint256 indexed _lockId, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Unlocked(address indexed _from, uint256 indexed _fromChainId, uint256 indexed _burnId, uint256 _amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.