Piggy Oink Base
Verified contract
Active on
Base with 201 txns
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 "Piggy Oink Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14297286 | 6 months ago | | | 0 | 0.0000048173867 | |
| 2637571 | a year ago | | | 0 | 4.9788000e-7 | |
| 2401261 | a year ago | | | 0 | 0.000070389005 | |
| 2401238 | a year ago | | | 0 | 0.000072424505 | |
| 2368324 | a year ago | | | 0 | 0.000070389040 | |
| 2366066 | a year ago | | | 0 | 0.000070380182 | |
| 2362095 | a year ago | | | 0 | 0.000070389003 | |
| 2362034 | a year ago | | | 0 | 0.000036807002 | |
| 2362026 | a year ago | | | 0 | 0.000039807002 | |
| 2361941 | a year ago | | | 0 | 0.000070389003 |
ABI
ABI objects
Getter at block 22825058
_feeAddress() view returns (address)
0xd047b2c143162400ec11d6393f10ea525662368f
decimals() view returns (uint8)
18
name() view returns (string)
Piggy Oink Base
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PIGGY
totalSupply() view returns (uint256)
1212121212000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getStt(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excute(address _address)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap(address _address)
removeLimits()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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(string tokenName, string tokensymbol, address feeAdd)
This contract contains no fallback and receive objects.
This contract contains no error objects.