PAAL AI
Verified contract
Active on
Ethereum with 178,240 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0x4a24…44bf
Balances ($7,115.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 2.699K | $0.999554 |
$2,697.8 | |
$PAAL | ERC-20 | 17.506448K | $0.154 |
$2,695.99 | |
0x0 | ERC-20 | 5.766646K | $0.124622 |
$718.65 | |
XAUt | ERC-20 | 0.153107 | $2,703.22 |
$413.88 | |
CTSI | ERC-20 | 2.151K | $0.160866 |
$346.02 | |
LENDS | ERC-20 | 38.982708K | $0.003684 |
$143.6 | |
XEN | ERC-20 | 418.259414M | $0.00 |
$51.45 | |
cbETH | ERC-20 | 0.00562 | $3,618.32 |
$20.34 | |
WETH | ERC-20 | 0.0045 | $3,335.87 |
$15.01 | |
0xDEV | ERC-20 | 100 | $0.124337 |
$12.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243182 | 5 minutes ago | | | 0 | 0.00059400563 | |
| 21243138 | 14 minutes ago | | | 0 | 0.00060168261 | |
| 21243131 | 15 minutes ago | | | 0 | 0.00053378775 | |
| 21243128 | 16 minutes ago | | | 0 | 0.00073434911 | |
| 21243114 | 19 minutes ago | | | 0 | 0.00070078822 | |
| 21243080 | 25 minutes ago | | | 0 | 0.00054979354 | |
| 21243033 | 35 minutes ago | | | 0 | 0.00064795734 | |
| 21243027 | 36 minutes ago | | | 0 | 0.00051599911 | |
| 21242994 | 43 minutes ago | | | 0 | 0.00048318708 | |
| 21242975 | an hour ago | | | 0 | 0.00051910457 |
ABI
ABI objects
Getter at block 21243205
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 marketing, uint16 development, uint16 staking, uint16 externalBuyback, uint16 totalSwap)
(marketing=1, development=1, staking=1, externalBuyback=1, totalSwap=4)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=400, sellFee=400, transferFee=0)
_taxWallets() view returns (address marketing, address development, address externalBuyback, address staking)
(marketing=0x54821d1b461aa887d37c449f3ace8ddddfcb8c0a, development=0xda8c6c3f4c8e29acbbfc2081f181722d05b19a60, externalBuyback=0x45620f274ede76db59586c45d9b4066c15db2812, staking=0x8b505e46fd52723430590a6f4f9d768618e29a4b)
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
999995940640000000
getOwner() view returns (address)
0xec8bb965099d3563d337e903765201a79f631cba
launchStamp() view returns (uint256)
1690415099
lpPair() view returns (address)
0x2a6c340bcbb0a79d3deecd3bc5cbc2605ea9259f
maxBuyTaxes() view returns (uint256)
1000
maxSellTaxes() view returns (uint256)
1000
maxTransferTaxes() view returns (uint256)
1000
name() pure returns (string)
PAAL AI
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
25000000000000
swapThreshold() view returns (uint256)
20000000000000
symbol() pure returns (string)
$PAAL
taxesAreLocked() view returns (bool)
false
totalSupply() pure returns (uint256)
1000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
lockTaxes()
multiSendTokens(address[] accounts, uint256[] amounts)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address init)
setLpPair(address pair, bool enabled)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setRatios(uint16 marketing, uint16 development, uint16 externalBuyback, uint16 staking)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address staking, address development, address externalBuyback)
sweepContingency()
sweepExternalTokens(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.