Pork Upgrade
Verified contract
Proxy
Active on
Base with 57 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c22…c9c9
Balances ($0.00)
No balances found for "Pork Upgrade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12081021 | 9 months ago | | | 0 | 0.0000049532633 | |
| 12080994 | 9 months ago | | | 0 | 0.00023320016 | |
| 12080972 | 9 months ago | | | 0 | 0.00023320016 | |
| 12080965 | 9 months ago | | | 0 | 0.0000049532633 | |
| 12080958 | 9 months ago | | | 0 | 0.00027948600 | |
| 12080954 | 9 months ago | | | 0 | 0.00023320016 | |
| 12080950 | 9 months ago | | | 0 | 0.00023320016 | |
| 12080947 | 9 months ago | | | 0 | 3.3989544e-7 | |
| 12080939 | 9 months ago | | | 0 | 0.00023320016 | |
| 12080935 | 9 months ago | | | 0 | 0.0000049532633 |
ABI
ABI objects
Getter at block 23633047
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x6c2279c7af4939c6452d033b0ea27706ccedc9c9
marketingWallet() view returns (address)
0x398099ec61481be733ed6f16327348fe97856ca2
name() view returns (string)
Pork Upgrade
owner() view returns (address)
0x5a5a6bf980af4da8fbf00472e1523c5c536ef986
symbol() view returns (string)
PORKU
totalSupply() view returns (uint256)
420700000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableSwap(address router) payable returns (bool)
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)
updateTaxWallet(address wallet) returns (bool)
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)