GenesisPenguins

Verified contract

Active on Ethereum with 4,714 txns
Deployed by via 0x9507557d at 14661566
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots

No balances found for "GenesisPenguins"

0xec5bb825c16422db98c351ff8eda2519fc499ee36561588022669997d4b91b55
0x70b188272063e0695a27b06b2912548a7f2dd9c3d6ce7882baf899d0f34c3ebd
0xaed34ba798027f5e82a89b5ce385b5f068c4780bf165f2ce2a50c0c0a3a8b92b
0x83c68c2e6538e039de44958afcfa06ed1c0e213374acfbb76bfa2788d1d6d5ea
0x116453c180a18eac49015dacc0f4c5500416f8caa970c6fa651b6555d247b6ba
0x2e585abc6466c4d19ef8645da4ee14d776b25284c41aad4ff7ba80bd84018ac5
0x52a347aba5a49e65978b3b63b05fc00d46c300fec51d369daf1bc25185b6bb0c
0x2d8447f23100828fbe83d6438ee7a5ed4b6e22d06c779e0c919007b50835d5ef
0x9339611c505731b8f946cf5a6c07f1effa610fc0ddfb04be861ada5ec45e72a6
0x5e65ec01a61f36d99477923f13eac59b435565414e4a306dfbe46a0047bdf49b

Functions
Getter at block 20930432
MAX_SUPPLY(view returns (uint256)
3334
isDiamondSale(view returns (bool)
false
isPublicSale(view returns (bool)
false
isWhitelistSale(view returns (bool)
false
lastUpdated(view returns (uint256)
1651201401
name(view returns (string)
GenesisPenguins
owner(view returns (address)
0xa301d05a0cde2e57bf2449bac6762e9998c442d8
symbol(view returns (string)
GP
totalSupply(view returns (uint256)
3334
wlSupply(view returns (uint256)
3334
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintingTiers(uint256view returns (uint256 userAllocationuint256 costuint256 amountMinted)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userAmountMinted(addressview returns (uint256)
State-modifying
airdropMint(address[] _recipientsuint256 _mintAmount
approve(address touint256 tokenId
diamondMint(uint256 _mintAmountuint256 _allocationbytes32[] merkleProofpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setSaleState(bool _isWhitelistSalebool _isDiamondSalebool _isPublicSale
setTdRoot(bytes32 _tdRoot
setTierConfig(uint256 _mintingStageuint256 _userAllocationuint256 _cost
setWhitelistSupply(uint256 _supply
setWlRoot(bytes32 _wlRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountuint256 _mintingTierbytes32[] merkleProofpayable 
withdraw(
Events
AirdropMint(address[] addressesuint256 amount
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Mint(address indexed touint256 amountuint256 tier
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetSaleState(bool isWhitelistSalebool isDiamondSalebool isPublicSaleuint256 lastUpdated
SetTierConfig(uint256 tieruint256 userAllocationuint256 cost
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(