Penguins404

Verified contract

Active on Base with 21 txns
Deployed by via 0xa5d4794b at 10309848
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Penguins404"

0x40c83282384381d3cbac22001c0403223d6c0083f54505c448360dc2ee8548a4
0x169b48f60dcefa22533933a5a5d3ea0ad0e023f4339254408af1b3036ad5cf8c
0xb6aa17c49099d33cac5578d32b7f7ca8e78e29f4935403d2f5ecdb0c1908b8bc
0x531162f3e329f298afa63830ce16da49586d28b212ccafd3c73b7abf561da95c
0x504c7299b00711422d07ee86e6f24e0aa6ab1e698edaa55347409290e624a25d
0xe16787b894545cb061bc5110d512079edb2722c30003ccefd24c7d4c5c83d830
0x3e889f97e466f3ed380e916e7cb18ddab763f85c48c3220f2c01b76b16cc88ae
0x1256a44253930f92f22ca359cbf6d6672701a0f01cd654ecaf255c819219f793
0x07b1cc5606b26d825f92ed8b9f32b853a66355d4b25faebe92019ebe0758fe1b
0xde9d5fee900ef9db477bb416b5fd4fde05b7b67aa69795c1d717c3745e39cd6f

Functions
Getter at block 22746306
baseTokenURI(view returns (string)
dataURI(view returns (string)
decimals(view returns (uint8)
18
minted(view returns (uint256)
100
name(view returns (string)
Penguins404
owner(view returns (address)
0x1026e1d7b1180dee2596899cb49b106a871870b0
symbol(view returns (string)
PENGUINS404
totalSupply(view returns (uint256)
100000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(