HashTimeLock
Verified contract
Active on
Ethereum with 1,484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$5,879.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.8 | $3,266.29 |
$5,879.32 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14570346 | 3 years ago | | | 0 | 0.0012424750 | |
| 14570341 | 3 years ago | | | 0 | 0.0011385051 | |
| 14570319 | 3 years ago | | | 0 | 0.0011921085 | |
| 14570222 | 3 years ago | | | 0 | 0.0012424750 | |
| 14570222 | 3 years ago | | | 0 | 0.0012424750 | |
| 14570222 | 3 years ago | | | 0 | 0.0012424750 | |
| 14570222 | 3 years ago | | | 0 | 0.0012424750 | |
| 14570222 | 3 years ago | | | 0 | 0.0012424750 | |
| 14569956 | 3 years ago | | | 0 | 0.0012347872 | |
| 14569956 | 3 years ago | | | 0 | 0.0012347872 |
ABI
ABI objects
Getter at block 21172572
ACTIVE() view returns (uint256)
1
EXPIRED() view returns (uint256)
4
INVALID() view returns (uint256)
0
REFUNDED() view returns (uint256)
2
WITHDRAWN() view returns (uint256)
3
Read-only
contracts(bytes32) view returns (uint256 inputAmount, uint256 outputAmount, uint256 expiration, uint256 status, bytes32 hashLock, address sender, address receiver, string outputNetwork, string outputAddress)
getSingleStatus(bytes32 id) view returns (uint256 result)
getStatus(bytes32[] ids) view returns (uint256[])
State-modifying
Events newContract(uint256 outputAmount, uint256 expiration, bytes32 hashLock, address receiver, string outputNetwork, string outputAddress) payable
refund(bytes32 id)
withdraw(bytes32 id, bytes32 secret)
NewContract(uint256 inputAmount, uint256 outputAmount, uint256 expiration, bytes32 indexed id, bytes32 hashLock, address indexed sender, address indexed receiver, string outputNetwork, string outputAddress)
Refund(bytes32 indexed id, bytes32 hashLock, address indexed sender, address indexed receiver)
Withdraw(bytes32 indexed id, bytes32 secret, bytes32 hashLock, address indexed sender, address indexed receiver)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.