EtherSwap
Verified contract
Active on
Ethereum with 642 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,449.79)
Native
Value
$2,449.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.780261 | $3,139.71 |
$2,449.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15684017 | 2 years ago | | | 0.00000006 | 0.0019482895 | |
| 15684015 | 2 years ago | | | 0.00000006 | 0.0019807361 | |
| 15684004 | 2 years ago | | | 0.00000006 | 0.0021142644 | |
| 15683964 | 2 years ago | | | 0.000060806631 | 0.0020849149 | |
| 15683949 | 2 years ago | | | 0.000062806539 | 0.0024573713 | |
| 15683874 | 2 years ago | | | 0.000061047471 | 0.0027981945 | |
| 15674788 | 2 years ago | | | 0 | 0.00055723023 | |
| 15674784 | 2 years ago | | | 0.026476255 | 0.0015987297 | |
| 15674309 | 2 years ago | | | 0 | 0.00046683520 | |
| 15674296 | 2 years ago | | | 0.38904419 | 0.0015218315 |
ABI
ABI objects
Getter at block 21213263
collectedFees() view returns (uint256)
776037600254079293
feePerMillion() view returns (uint64)
1000
feeRecipient() view returns (address)
0xc5bf0223730816f4c5057c13eab5ae99988f7795
numberOfSwaps() view returns (uint32)
322
recipientChangeLockDuration() view returns (uint64)
1200
Read-only
feeFromSwapValue(uint256 value) view returns (uint256)
swaps(uint32) view returns (bytes32 hashedSecret, address initiator, uint64 endTimeStamp, address recipient, uint64 changeRecipientTimestamp, uint256 value, uint256 expectedAmount)
State-modifying
Events changeRecipient(uint32 _swapId, address _recipient)
claim(uint32 _id, bytes32 _proof)
commit(uint64 _swapEndTimestamp, bytes32 _hashedSecret, uint256 _payout, uint256 _expectedAmount, address _recipient) payable
commit(uint64 _transactionExpiryTime, uint64 _lockTimeSec, bytes32 _hashedSecret, uint256 _payout, uint256 _expectedAmount, address _recipient) payable
refund(uint32 id)
withdrawFees()
ChangeRecipient(address recipient, uint32 indexed id)
Claim(address recipient, uint256 value, bytes32 proof, uint32 indexed id)
Commit(address initiator, address recipient, uint256 value, uint256 expectedAmount, uint64 endTimeStamp, bytes32 indexed hashedSecret, uint32 indexed id)
Refund(uint32 indexed id)
WithdrawFees(uint256 value)
constructor(uint64 _recipientChangeLockDuration, address _feeRecipient, uint64 _feePerMillion)
This contract contains no fallback and receive objects.
This contract contains no error objects.