Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pandu Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13037701 | 7 months ago | | | 0 | 3.6140293e-7 | |
| 13030002 | 7 months ago | | | 0 | 2.4336664e-7 | |
| 12997072 | 7 months ago | | | 0 | 2.4336664e-7 | |
| 12996762 | 7 months ago | | | 0 | 0.0000049002191 | |
| 12996746 | 7 months ago | | | 0 | 0.0000049002191 | |
| 12996095 | 7 months ago | | | 0 | 2.4336664e-7 | |
| 12996015 | 7 months ago | | | 0 | 2.4336664e-7 | |
| 12995995 | 7 months ago | | | 0 | 1.3358712e-7 | |
| 12995977 | 7 months ago | | | 0 | 3.3846114e-7 | |
| 12995957 | 7 months ago | | | 0 | 3.3846114e-7 |
ABI
ABI objects
Getter at block 21866032
decimals() pure returns (uint8)
9
maxBuyAmount() view returns (uint256)
1000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000
maxTransferAmount() view returns (uint256)
1000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000
name() view returns (string)
Pandu Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xcce17aabfa5b854c957cef698d7398c27b0a1f23
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
PANDU
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxTransferAmount(uint256 _maxTransferAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxTransferAmountUpdated(uint256 maxTransferAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.