Pen Pineapple Apple Pen

Verified contract

Active on Base with 221 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pen Pineapple Apple Pen"

0x3b25cbf2d32b779dc25cf7450c02e9fb965a7f3020d687d468ca1c4c97d32629
0xa7abefb1fa02d672ec5f00efb187519ed7bf0a974b15b7e7014667ab10341054
0x0e5c479bfeac72a5db7c192cc80fd7caba935708c0ac26e1ad9695bff88fb119
0x3ea353098c835c6de39c0486ba49f9a1569b1be3b39ea2f142ee4f28351cccfd
0xd16b16ccd266545c79f82cb81e4282f31b1af12a7922b2c2b33606ad7a8e7c08
0xf9feac9115118912064ecaf0811090451f8650776d552c7929f89286a42b17a4
0x82846ea419e4bbb96bf9071ed8f7c1559d8af21003f95ebc7adbd2ef9594e6a9
0xf56353831c8bcbfca3b3780708804711c3c1fa826a2ee1f53c206ebc4a5cac22
0xa2e514e4a7334cde3af46695495c0fdb680b131460c52a58e3b99d6292ecbb56
0x22ef267819d5dc515b737a10e822c4c5c54a694eae51f40db9de000c041538f8

Functions
Getter at block 23060040
decimals(view returns (uint8)
18
name(view returns (string)
Pen Pineapple Apple Pen
symbol(view returns (string)
PPAP
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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