Porcu Pineappple

Verified contract

Active on Base with 1,300 txns
Deployed by via 0x2744e0b4 at 19982595
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Porcu Pineappple"

0x146cf90ca32a44c642fb8e79efa7e3f02bb168fbbc1fb9e69935da4730d9917d
0x31c18639b42ff4bd933032e15f96c136dfaccdba8d0e96d784ee4fa1b24a40ca
0x7847a297042092ca645c5d555549000564a3f2787b3f1fe25793e42d2c1ec208
0xc06d9fb8b7d62b0ef505c4452c3d25ef17f3300fde0eab272868e630359f46f2
0xc395c19ee9c0a35655ea14569e1c01d7a694d6ed1ed735c1c83a28202ff74cf3
0xe080a278c2500c2a0df64d651f7d989291f90b2b875300e5bca29a13d76ef30e
0xceddff07d719733e477c0db050e9714616aeba6729d730d01b585dca6e268351
0x9de1100760db504e7115288a030d2c1b007d0240b6acc3fd053761ffb27efe94
0xbd7986253d924e0d76a3303ae8b40988d701f952113f029f0e5fdd4a8ee17949
0x7306901a4fb3b464af1ce359640ba0bffa9c19c8ec8a9824960984d6b1596844

Functions
Getter at block 22041884
decimals(view returns (uint8)
18
name(view returns (string)
Porcu Pineappple
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PORCU
totalSupply(view returns (uint256)
50000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account