SWFT Swap1.1
Verified contract
Active on
Ethereum with 349,564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,067.24)
Native
Value
$458.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.138539 | $3,310.20 |
$458.59 | |
USDC | ERC-20 | 8.355658K | $1.001 |
$8,364.01 | |
USDT | ERC-20 | 1.243386K | $1.001 |
$1,244.63 | |
SYLO | ERC-20 | 11.93729 | $0.000858 |
$0.01 | |
CRE | ERC-20 | 0.005 | $0.006962 |
$0 | |
HBTC | ERC-20 | 0 | $4,153.28 |
$0 | |
AD | ERC-20 | 4 | $0.000005 |
$0 | |
WETH | ERC-20 | 0 | $3,307.96 |
$0 | |
QNT | ERC-20 | 0 | $84.92 |
$0 | |
OKB | ERC-20 | 0 | $45.45 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164390 | 11 days ago | | | 0 | 0.0013795060 | |
| 21164386 | 11 days ago | | | 0 | 0.0010553131 | |
| 21164131 | 11 days ago | | | 0 | 0.00071293820 | |
| 20633132 | 3 months ago | | | 0 | 0.000022731159 | |
| 20633127 | 3 months ago | | | 0 | 0.000023840232 | |
| 20612550 | 3 months ago | | | 0 | 0.000045155484 | |
| 20610596 | 3 months ago | | | 0 | 0.000076113140 | |
| 20610587 | 3 months ago | | | 0 | 0.000047685461 | |
| 20610578 | 3 months ago | | | 0 | 0.000037296492 | |
| 20610576 | 3 months ago | | | 0 | 0.00014367717 |
ABI
ABI objects
Getter at block 21244097
name() view returns (string)
SWFT Swap1.1
owner() view returns (address)
0xa377aa6822603cc52e4e9ed6eaa045c46ef6b3e2
symbol() view returns (string)
SSwap
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
swap(address fromToken, string toToken, string destination, uint256 fromAmount, uint256 minReturnAmount)
swapEth(string toToken, string destination, uint256 minReturnAmount) payable
transferOwnership(address newOwner)
withdraw(address token, address destination, uint256 amount)
withdrawETH(address destination, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address fromToken, string toToken, address sender, string destination, uint256 fromAmount, uint256 minReturnAmount)
SwapEth(string toToken, address sender, string destination, uint256 fromAmount, uint256 minReturnAmount)
WithdrawETH(uint256 amount)
Withdtraw(address token, uint256 amount)
constructor()
receive()
This contract contains no error objects.