PaalXSwapContract
Verified contract
Active on
Ethereum with 100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 438.107999K | $0.00002 |
$8.7 | |
$PAAL | ERC-20 | 50.809689 | $0.156423 |
$7.95 | |
BOB | ERC-20 | 71.499757K | $0.000037 |
$2.65 | |
RVST | ERC-20 | 55.168778 | $0.024347 |
$1.34 | |
CCD | ERC-20 | 108.674922 | $0.012011 |
$1.31 | |
TKST | ERC-20 | 9.35117 | $0.033513 |
$0.31 | |
BAND | ERC-20 | 0.117192 | $1.27 |
$0.15 | |
USDT | ERC-20 | 0.096097 | $1.001 |
$0.1 | |
SHIB | ERC-20 | 2.229459K | $0.000024 |
$0.05 | |
LON | ERC-20 | 0.031407 | $1.027 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18648311 | a year ago | | | 0 | 0.00059372478 | |
| 18587117 | a year ago | | | 0.005 | 0.0060767784 | |
| 18585318 | a year ago | | | 0.15 | 0.0096124513 | |
| 18582010 | a year ago | | | 0.005 | 0.0058532807 | |
| 18579158 | a year ago | | | 0.012 | 0.010432769 | |
| 18565485 | a year ago | | | 0.01 | 0.0094018224 | |
| 18565417 | a year ago | | | 0 | 0.0011261127 | |
| 18565021 | a year ago | | | 0 | 0.0099909419 | |
| 18564543 | a year ago | | | 0.005 | 0.013829099 | |
| 18563804 | a year ago | | | 0.005 | 0.016145902 |
ABI
ABI objects
Getter at block 21226779
owner() view returns (address)
0xd2cc9fb584a1a9d76833acb6da2b0c879e4baeb5
swappingFee() view returns (uint24)
10000
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy(address tokenAddr, uint256 amountOutMin) payable returns (uint256 amountOut)
renounceOwnership()
sell(address tokenAddr, uint256 amountIn, uint256 amountOutMin) returns (uint256 amountOut)
setSwappingFee(uint24 fee)
transferOwnership(address newOwner)
withdraw()
withdrawToken(address tokenAddress, address to) returns (bool res)
Buy(address indexed buyer, uint256 amountEthIn, address indexed tokenToBuy, uint256 amountTokenOut)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sell(address indexed seller, address indexed token, uint256 amountTokenIn, uint256 amountEthOut)
constructor(address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.