EthTokenToSmthSwaps
Verified contract
Active on
Ethereum with 597 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($99.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.000999 | $89,276.00 |
$89.19 | |
EURS | ERC-20 | 10 | $1.063 |
$10.63 | |
SWAP | ERC-20 | 425.999118 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9299510 | 5 years ago | | | 0 | 0.00028000500 | |
| 9297058 | 5 years ago | | | 0 | 0.00044227700 | |
| 9297055 | 5 years ago | | | 0 | 0.00036333430 | |
| 9297046 | 5 years ago | | | 0 | 0.00094388350 | |
| 8344074 | 5 years ago | | | 0 | 0.000024963000 | |
| 8342507 | 5 years ago | | | 0 | 0.00022100400 | |
| 8342502 | 5 years ago | | | 0 | 0.00085449600 | |
| 8342396 | 5 years ago | | | 0 | 0.00035320200 | |
| 8342393 | 5 years ago | | | 0 | 0.00040488000 | |
| 8342181 | 5 years ago | | | 0 | 0.00048433800 |
ABI
ABI objects
Getter at block 21187963
owner() view returns (address)
0x239dd7382adc14eae38e397a883bc0a42ee370e3
Read-only
getBalance(address _ownerAddress) view returns (uint256)
getSecret(address _participantAddress) view returns (bytes32)
getTargetWallet(address tokenOwnerAddress) view returns (address)
swaps(address, address) view returns (address token, address targetWallet, bytes32 secret, bytes20 secretHash, uint256 createdAt, uint256 balance)
State-modifying
Events createSwap(bytes20 _secretHash, address _participantAddress, uint256 _value, address _token)
createSwapTarget(bytes20 _secretHash, address _participantAddress, address _targetWallet, uint256 _value, address _token)
refund(address _participantAddress)
withdraw(bytes32 _secret, address _ownerAddress)
withdrawNoMoney(bytes32 _secret, address participantAddress)
withdrawOther(bytes32 _secret, address _ownerAddress, address participantAddress)
CreateSwap(address token, address _buyer, address _seller, uint256 _value, bytes20 _secretHash, uint256 createdAt)
Refund(address _buyer, address _seller, bytes20 _secretHash)
Withdraw(address _buyer, address _seller, bytes20 _secretHash, uint256 withdrawnAt)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.