AtomicSwap
Verified contract
Active on
Ethereum with 15,529 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 |
---|---|---|---|---|---|
WBTC | ERC-20 | 2.236346 | $95,538.00 |
$213,656.05 | |
$ | ERC-20 | 50K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315758 | 13 hours ago | | | 0 | 0.0028998161 | |
| 21315749 | 14 hours ago | | | 0 | 0.0058154862 | |
| 21315529 | 14 hours ago | | | 0 | 0.0025874039 | |
| 21315522 | 14 hours ago | | | 0 | 0.0044079218 | |
| 21307708 | 2 days ago | | | 0 | 0.00079327964 | |
| 21307674 | 2 days ago | | | 0 | 0.0016897338 | |
| 21307643 | 2 days ago | | | 0 | 0.00073044932 | |
| 21307524 | 2 days ago | | | 0 | 0.0014473453 | |
| 21306614 | 2 days ago | | | 0 | 0.00099166272 | |
| 21306607 | 2 days ago | | | 0 | 0.0016819140 |
ABI
ABI objects
Getter at block 21319768
token() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
Read-only
atomicSwapOrders(bytes32) view returns (address redeemer, address initiator, uint256 expiry, uint256 initiatedAt, uint256 amount, bool isFulfilled)
State-modifying
Events initiate(address _redeemer, uint256 _expiry, uint256 _amount, bytes32 _secretHash)
redeem(bytes32 _orderId, bytes _secret)
refund(bytes32 _orderId)
Initiated(bytes32 indexed orderId, bytes32 indexed secretHash, uint256 initiatedAt, uint256 amount)
Redeemed(bytes32 indexed orderId, bytes32 indexed secrectHash, bytes secret)
Refunded(bytes32 indexed orderId)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.