Genesis Packs

Verified contract

Active on Ethereum with 70 txns
Deployed by via 0x497d441d at 20712899
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $31.06
0x733aa225ebb9d99e427cf06111dbba0858c444b80b2f92d5d24421ae9b6381e7
0xd8e7ad83c699fa1ef803e953c0edec3de3bb5218896ea62b5718c75f5c769a44
0xc5d2b967c6f578eefca4b1bc2bc85b48b498bd6348aa967159e08fc5b3cc7388
0x56ec7c9079fd44791b7555d7f03669c26144079ce5d5b826787ad04b8dddfeed
0x5df9956497caf50b05f4bc5f7da835a8aa65e91cbfaf6794711a220af8fa3ee9
0xc494582aaa98ff091ec82d7387ee765fd436c90accfd1763ca1684c977e68d8f
0xe12d44eb5f71f084095b925e6d65f19dbf6b814107cbd48fae7932d250d78605
0xc4f98cc6fa0c8d8fa371214d440d68da30f42403dc05cbdc30ac20a46f93ee7c
0x0980573596f93870dccb53208ddcadde236ef4783e76265809417c507cce697b
0xcc8f292380a0c13c18acbd539ea71258249ceca017f403bcd58104b1579f343e

Functions
Getter at block 21225366
MAX_MINT_PER_TX(view returns (uint256)
20
MAX_MINT_PER_WALLET(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
8000
PUBLIC_PRICE(view returns (uint256)
20000000000000000
WHITELIST_PRICE(view returns (uint256)
10000000000000000
WHITELIST_SUPPLY(view returns (uint256)
2000
baseURI(view returns (string)
https://green-capable-porpoise-132.mypinata.cloud/ipfs/QmUL4RCYqkicr3LY4etvNnrviPTMhAcSaa2edagxCTGJ3o/
isMintingOpen(view returns (bool)
true
isRevealed(view returns (bool)
true
merkleRoot(view returns (bytes32)
0x6512296c489a119b8531edafe9baa60f0733ed60e528a5e9f4ec57a1666b8802
name(pure returns (string)
Genesis Packs
notRevealedURI(view returns (string)
https://green-capable-porpoise-132.mypinata.cloud/ipfs/QmYiQYWADXXwenmNNCCdYZwZc4WXCy7gSu8DcAnhUx4FRC
owner(view returns (address)
0x825f3584931253d7da3caea2f56b80e2163a9ba2
symbol(pure returns (string)
CARDS
totalSupply(view returns (uint256)
127
whitelistMinted(view returns (uint256)
24
Read-only
balanceOf(address ownerview returns (uint256 result)
getApproved(uint256 idview returns (address result)
getTokensOwnedByAddress(address ownerview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool result)
mintedPerWallet(addressview returns (uint256)
ownerOf(uint256 idview returns (address result)
supportsInterface(bytes4 interfaceIdview returns (bool result)
tokenURI(uint256 tokenIdview returns (string)
whitelistMintClaimed(addressview returns (bool)
State-modifying
approve(address accountuint256 idpayable 
publicMint(uint256 _quantitypayable 
renounceOwnership(
reveal(string _newBaseURI
safeTransferFrom(address fromaddress touint256 idpayable 
safeTransferFrom(address fromaddress touint256 idbytes datapayable 
setApprovalForAll(address operatorbool isApproved
setMerkleRoot(bytes32 _merkleRoot
setNotRevealedURI(string _notRevealedURI
toggleMinting(
transferFrom(address fromaddress touint256 idpayable 
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed accountuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _notRevealedURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountBalanceOverflow(
BalanceQueryForZeroAddress(
NotOwnerNorApproved(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TokenAlreadyExists(
TokenDoesNotExist(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(