ParallelAI
Verified contract
Active on
Ethereum with 6,880 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($2,535.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAI | ERC-20 | 4.109564K | $0.378974 |
$1,557.42 | |
LCX | ERC-20 | 7.770751K | $0.125837 |
$977.85 | |
CatNip | ERC-20 | 10M | -- | -- | |
PETARDIO | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246406 | 5 minutes ago | | | 0 | 0.00077175723 | |
| 21246285 | 29 minutes ago | | | 0 | 0.00082161537 | |
| 21246268 | 33 minutes ago | | | 0 | 0.0013192775 | |
| 21246183 | an hour ago | | | 0 | 0.0013846534 | |
| 21246132 | an hour ago | | | 0 | 0.00090164050 | |
| 21245862 | 2 hours ago | | | 0 | 0.0010017089 | |
| 21245679 | 3 hours ago | | | 0 | 0.00053862609 | |
| 21245655 | 3 hours ago | | | 0 | 0.00082308438 | |
| 21245601 | 3 hours ago | | | 0 | 0.00082317772 | |
| 21245598 | 3 hours ago | | | 0 | 0.00056381049 |
ABI
ABI objects
Getter at block 21246429
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
MAX_FEE() view returns (uint256)
25
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
buyFee() view returns (uint256)
3
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xfabff7a1b454cfa0aea01ebf483b53ba1c81271f
isCooldownEnabled() view returns (bool)
false
isLaunched() view returns (bool)
true
isLimitsEnabled() view returns (bool)
false
isTaxEnabled() view returns (bool)
true
launchBlock() view returns (uint256)
20837479
launchTime() view returns (uint256)
1727386091
maxBuy() view returns (uint256)
1000000000000000000000000
maxSell() view returns (uint256)
1000000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000
name() view returns (string)
ParallelAI
operationsWallet() view returns (address)
0x77c85cff21c25c25498bb40b31fc2e103bf9088e
owner() view returns (address)
0xae9d2559eaa801d8b726c55bdf878350bae75cf1
sellFee() view returns (uint256)
3
swapTokensAtAmount() view returns (uint256)
10000000000000000000000
symbol() view returns (string)
PAI
totalSupply() view returns (uint256)
100000000000000000000000000
transferFee() view returns (uint256)
0
uniswapV2Pair() view returns (address)
0x24b8c320a4505057cb1e4808d200535ec5320817
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBot(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromFees(address[] accounts, bool value)
excludeFromLimits(address[] accounts, bool value)
launch()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBots(address[] accounts, bool value)
setBuyFees(uint256 _buyFee)
setCooldownEnabled(bool value)
setDevelopmentWallet(address _developmentWallet)
setLimitsEnabled(bool value)
setMaxBuy(uint256 amount)
setMaxSell(uint256 amount)
setMaxWallet(uint256 amount)
setOperationsWallet(address _operationsWallet)
setSellFees(uint256 _sellFee)
setSwapTokensAtAmount(uint256 amount)
setTaxesEnabled(bool value)
setTransferFees(uint256 _transferFee)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens(address _token)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address account, bool isExcluded)
ExcludeFromLimits(address account, bool isExcluded)
Launch()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address pair, bool value)
SetBots(address account, bool isExcluded)
SetBuyFees(uint256 newValue, uint256 oldValue)
SetCooldownEnabled(bool status)
SetDevelopmentWallet(address newWallet, address oldWallet)
SetLimitsEnabled(bool status)
SetMaxBuy(uint256 amount)
SetMaxSell(uint256 amount)
SetMaxWallet(uint256 amount)
SetOperationsWallet(address newWallet, address oldWallet)
SetSellFees(uint256 newValue, uint256 oldValue)
SetSwapTokensAtAmount(uint256 newValue, uint256 oldValue)
SetTaxesEnabled(bool status)
SetTransferFees(uint256 newValue, uint256 oldValue)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawStuckTokens(address token, uint256 amount)
constructor()
fallback()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)