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 "Pundu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14288984 | 7 months ago | | | 0 | 0.000058684184 | |
| 14275267 | 7 months ago | | | 0 | 5.1682397e-7 | |
| 14275008 | 7 months ago | | | 0 | 0.0000074726930 | |
| 14275007 | 7 months ago | | | 0 | 0.0000060753830 | |
| 14275007 | 7 months ago | | | 0 | 0.000010267313 | |
| 14275006 | 7 months ago | | | 0 | 0.0000051438430 | |
| 14275005 | 7 months ago | | | 0 | 0.0000051438430 | |
| 14275005 | 7 months ago | | | 0 | 0.0000074726930 | |
| 14275004 | 7 months ago | | | 0 | 0.0000051438430 | |
| 14275004 | 7 months ago | | | 0 | 0.0000051438430 |
ABI
ABI objects
Getter at block 23303600
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Pundu
owner() view returns (address)
0x8b92423b92897af84b256451321e5636401cd3d3
punduWallet() view returns (address)
0x37de629e5fcdd7504ad9f08b19286d92295c6d2b
sellFee() view returns (uint256)
0
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
symbol() view returns (string)
PUNDU
totalSupply() view returns (uint256)
50000000000000000000000000000
uniswapV3Pool() view returns (address)
0x3a30e61d383299134872e4f86bbde7c9728332f5
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableSwap() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapRouter(address router, address mkWallet) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressInsufficientBalance(address account)