PizzaPunks
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PiZZA | ERC-20 | 101B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16901458 | 2 years ago | | | 0 | 0.0027491117 | |
| 16901410 | 2 years ago | | | 0 | 0.022086281 | |
| 16901401 | 2 years ago | | | 0 | 0.00081697732 | |
| 16901389 | 2 years ago | | | 0 | 0.00062937295 | |
| 16901386 | 2 years ago | | | 0 | 0.00065175203 | |
| 16901371 | 2 years ago | | | 0 | 0.00059208443 | |
| 16901367 | 2 years ago | | | 0 | 0.00072891010 | |
| 16901366 | 2 years ago | | | 0 | 0.00077498501 | |
| 16901365 | 2 years ago | | | 0 | 0.00077685779 | |
| 16901364 | 2 years ago | | | 0 | 0.00080093569 |
ABI
ABI objects
Getter at block 21203235
SwapAndLiquifyEnabled() view returns (bool)
true
_buyCooldown() view returns (uint256)
0
_maxTxAmount() view returns (uint256)
50000000000
_pizzapunksFee() view returns (uint256)
1
_pizzapunksWallet() view returns (address)
0x4e397ba112fb2afb19631c00feea42ee196ea13b
_punkFee() view returns (uint256)
0
decimals() pure returns (uint8)
9
mainV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
name() pure returns (string)
PizzaPunks
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
PiZZA
totalSupply() view returns (uint256)
1000000000000
uniswapV2Pair() view returns (address)
0xe87ae58b123c747eb337fa793e26c98d7288f399
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.