Swapper
Verified contract
Active on
Ethereum with 4,094 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
10SET | ERC-20 | 15.056929M | -- | -- | |
LETS | ERC-20 | 27.489366K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15778161 | 2 years ago | | | 0.0042 | 0.0033163761 | |
| 14921180 | 2 years ago | | | 0 | 0.0072175123 | |
| 14921060 | 2 years ago | | | 0 | 0.0074039896 | |
| 14921015 | 2 years ago | | | 0 | 0.0064100268 | |
| 14920973 | 2 years ago | | | 0 | 0.0093324077 | |
| 14920957 | 2 years ago | | | 0 | 0.0083328268 | |
| 14920900 | 2 years ago | | | 0 | 0.0071610746 | |
| 14920842 | 2 years ago | | | 0 | 0.0045494489 | |
| 14920749 | 2 years ago | | | 0 | 0.0042341573 | |
| 14920720 | 2 years ago | | | 0 | 0.0034096682 |
ABI
ABI objects
Getter at block 21202879
auditor() view returns (address)
0x21269c8a07a6a65f9fee1ef18daccc73d6484ba3
feeWallet() view returns (address)
0xa0b4d18a40c06e2d628dae35f35d7e88120ac1bd
minAmount() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xa0b4d18a40c06e2d628dae35f35d7e88120ac1bd
swapFee() view returns (uint256)
4200000000000000
token() view returns (address)
0x7ff4169a6b5122b664c51c95727d87750ec07c84
Read-only
finalizedTxs(bytes32) view returns (bool)
State-modifying
Events finalizeSwap(bytes32 otherTxHash, address toAddress, uint256 amount) returns (bool)
renounceOwnership()
retrieveTokens(address to, address anotherToken)
retriveETH(address to)
setFeeWallet(address newWallet)
setMinAmount(uint256 newMinAmount)
setSwapFee(uint256 fee)
setToken(address newToken) returns (bool)
startSwap(uint256 amount) payable returns (bool)
transferAuditing(address newAuditor)
transferOwnership(address newOwner)
AuditingTransferred(address indexed previousAuditor, address indexed newAuditor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapFinalized(address indexed tokenAddr, bytes32 indexed otherTxHash, address indexed toAddress, uint256 amount)
SwapStarted(address indexed tokenAddr, address indexed fromAddr, uint256 amount, uint256 feeAmount)
TokenSet(address indexed tokenAddr, string name, string symbol, uint8 decimals)
constructor(address _feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.