Genesis Packs
Verified contract
Active on
Ethereum with 70 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31.06)
Native
Value
$31.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,106.05 |
$31.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124754 | 14 days ago | | | 0 | 0.00021575429 | |
| 21124752 | 14 days ago | | | 0 | 0.00025512304 | |
| 21124745 | 14 days ago | | | 0 | 0.00035638667 | |
| 21023487 | a month ago | | | 0.01 | 0.0014113655 | |
| 21016054 | a month ago | | | 0 | 0.00035960122 | |
| 20987276 | a month ago | | | 0.04 | 0.0028891749 | |
| 20987267 | a month ago | | | 0.01 | 0.0031520159 | |
| 20978239 | a month ago | | | 0.02 | 0.0018892721 | |
| 20881942 | 2 months ago | | | 0 | 0.00017847741 | |
| 20827027 | 2 months ago | | | 0 | 0.00081303054 |
ABI
ABI objects
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 owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
getTokensOwnedByAddress(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool result)
mintedPerWallet(address) view returns (uint256)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 tokenId) view returns (string)
whitelistMintClaimed(address) view returns (bool)
State-modifying
Events approve(address account, uint256 id) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
reveal(string _newBaseURI)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setMerkleRoot(bytes32 _merkleRoot)
setNotRevealedURI(string _notRevealedURI)
toggleMinting()
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _notRevealedURI)
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
BalanceQueryForZeroAddress()
NotOwnerNorApproved()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()