AtomicSwap
Verified contract
Active on
Ethereum with 3,116 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AtomicSwap"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16287185 | 2 years ago | | | 0 | 0.0016085856 | |
| 16287181 | 2 years ago | | | 0.042128 | 0.0035014032 | |
| 16241497 | 2 years ago | | | 0 | 0.00046327680 | |
| 16241326 | 2 years ago | | | 0 | 0.0014444232 | |
| 16235609 | 2 years ago | | | 0.14662554 | 0.00072355680 | |
| 16235605 | 2 years ago | | | 0.10651478 | 0.00072355680 | |
| 16235602 | 2 years ago | | | 0.089517324 | 0.00072355680 | |
| 16235599 | 2 years ago | | | 0.069193817 | 0.00072355680 | |
| 16235596 | 2 years ago | | | 0.048471777 | 0.00072355680 | |
| 16235591 | 2 years ago | | | 0.01003205 | 0.0035014032 |
ABI
ABI objects
Getter at block 21262798
This contract contains no getter function objects.
Read-only
swaps(bytes32) view returns (bytes32 hashedSecret, bytes32 secret, address initiator, address participant, uint256 refundTimestamp, uint256 value, uint256 payoff, uint8 state)
State-modifying
Events add(bytes32 _hashedSecret) payable
initiate(bytes32 _hashedSecret, address _participant, uint256 _refundTimestamp, uint256 _payoff) payable
redeem(bytes32 _hashedSecret, bytes32 _secret)
refund(bytes32 _hashedSecret)
Added(bytes32 indexed _hashedSecret, address _sender, uint256 _value)
Initiated(bytes32 indexed _hashedSecret, address indexed _participant, address _initiator, uint256 _refundTimestamp, uint256 _value, uint256 _payoff)
Redeemed(bytes32 indexed _hashedSecret, bytes32 _secret)
Refunded(bytes32 indexed _hashedSecret)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.