Pengu Foods

Verified contract

Active on Ethereum with 81 txns
Deployed by via 0x3f6189ff at 19238299
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pengu Foods"

0xc58749abbaca98e563750d13269affd4531d2d08a8ada27703eab52dca2934f3
0x2f11477de911ca04d27f5e2a1b13797c1ab9cc68d294af523fac8592c2859fba
0xb7a7d4f493773df35cf93ad2109f70165f1885436fa7010ea3b82d8e82194484
0x5a7d05eb6b5b47a67ddf3094ea80e1f06ca6facd3d8f34fa5fc84ba656e9576f
0xe8e8d30f8342bb19898e7f55d7e224e7ec75ad5ee5a97b9f02c827b95155fda9
0x1a348119375014df957e525d8b857e4783ec0d1518dd900258a7b79bc0b5c337
0x73c9229713893b13d6dc1e85b5db2eb651f2515b73756bc2ed519fdf724f4b2c
0xb2e29260d4e19154f5622dd94093a51aa14803978798db81d87e70c5917c18ab
0xded98f63c2a2cdc4a2c3f26a0417243222b3d3c045bd6eb47bd90742b5082bf1
0xad15e54d2080911337dad584e0d772ed56d5a4191e34ce46bf55ab93cd1f2354

Functions
Getter at block 21392224
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://raw.githubusercontent.com/iampengu404/metadata/main/images/
decimals(view returns (uint8)
18
minted(view returns (uint256)
28
name(view returns (string)
Pengu Foods
owner(view returns (address)
0x09b8c1b4e8851c206bafb80a769d92b2311e995c
symbol(view returns (string)
PENGU
totalSupply(view returns (uint256)
10000000000000000000000
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(
Fallback and receive

This contract contains no fallback and receive objects.

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