PaalXSwapContract
Verified contract
Active on
Ethereum with 347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,396.32)
Native
Value
$347.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.108699 | $3,197.09 |
$347.52 | |
Neiro | ERC-20 | 349.182376K | $0.002728 |
$952.5 | |
$PAAL | ERC-20 | 129.735649 | $0.282317 |
$36.63 | |
MAGA | ERC-20 | 216.008592K | $0.000077 |
$16.53 | |
USDC | ERC-20 | 15.503735 | $1.00 |
$15.5 | |
PEIPEI | ERC-20 | 60.697404M | $0.00 |
$7.65 | |
NEIRO | ERC-20 | 35.96354 | $0.107851 |
$3.88 | |
AMC | ERC-20 | 361.316795M | $0.00 |
$3.25 | |
KAI | ERC-20 | 570.06731M | $0.00 |
$2.85 | |
CRE | ERC-20 | 383.153261K | $0.000006 |
$2.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20962891 | a month ago | | | 0 | 0.0035168235 | |
| 20959232 | a month ago | | | 0 | 0.0049936623 | |
| 20959197 | a month ago | | | 0.04749801 | 0.0031139020 | |
| 20959193 | a month ago | | | 0 | 0.0031407379 | |
| 20955549 | a month ago | | | 0 | 0.0017757041 | |
| 20955539 | a month ago | | | 0.04 | 0.0016396116 | |
| 20955520 | a month ago | | | 0 | 0.0027395986 | |
| 20955516 | a month ago | | | 0 | 0.0019215359 | |
| 20955498 | a month ago | | | 0 | 0.0027553369 | |
| 20955487 | a month ago | | | 0 | 0.0031613368 |
ABI
ABI objects
Getter at block 21157443
isReferralStopped() view returns (bool)
false
isStopped() view returns (bool)
false
owner() view returns (address)
0xc96e0d2a43d27d9ae1e0afc6a21eba691d94a62b
referralFee() view returns (uint256)
10000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swappingFee() view returns (uint256)
1000
swappingFeeDivisior() view returns (uint256)
100000
Read-only
checkReferralReward(address _referrer, address _token) view returns (uint256 claimableReferralFee)
referrals(address referrer, address tokenAddress) view returns (uint256 feeAmount)
referredBy(address referrer, address sender) view returns (bool isReferredBy)
totalReferralFeePerToken(address token) view returns (uint256 totalReferralFee)
State-modifying
Events claimReferralFee(address _token)
emergencyStop(bool _isStopped)
emergencyStopAndWithdraw(bool _isStopped)
pauseRefferals()
renounceOwnership()
resumeRefferals()
setRouter(address _newRouter)
setSwappingFee(uint256 _swappingFee, uint256 _swappingFeeDivisior)
swapExactETHForTokens(address _tokenOut, uint256 _amountOutMin, uint256 _deadline, address _referrer) payable returns (uint256 amountOut)
swapExactTokensForETH(address _tokenIn, uint256 _amountIn, uint256 _amountOutMin, uint256 _deadline, address _referrer) returns (uint256 amountOut)
swapExactTokensForTokens(address _tokenIn, address _tokenOut, uint256 _amountIn, uint256 _amountOutMin, uint256 _deadline, bool _hasPair, address _referrer) returns (uint256 amountOut)
transferOwnership(address newOwner)
updateReferralFee(uint256 _referralFee)
withdrawERC20(address _tokenAddress) returns (bool result)
withdrawEther()
Buy(address indexed sender, uint256 amountIn, address indexed tokenAddr, uint256 amountOut)
ClaimedReferralFee(address indexed sender, uint256 amountClaimed, address token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PausedReferrals(bool arg0)
Sell(address indexed sender, uint256 amountIn, address indexed tokenAddr, uint256 amountOut)
SellTokensForTokens(address indexed sender, address indexed tokenIn, uint256 amountIn, address indexed tokenOut, uint256 amountOut)
constructor(address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.