This contract is being backfilled. You may encounter incomplete storage history.

Wallet Value

Verified contract

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

No balances found for "Wallet Value"

0xc2b4f6e18ec0da9b0d9bcdd6a8f4c0b77611a1722c4ea04cde86e72ea86e9860
0x2ba9497a4e82003d860604691f26708cc5580c8f694e8cff858dcaabb5cc8e4c
0x4e93fc3c026ef34ad25fc4e04a7b6ede3bed2aa92a85782c3547510f972ccccc
0x3419daee9830b09945f2fd2514155508776309e09361f32a1b75bc6644e4c878
0xa2e9c863d302dd567e6fe8e15de75ff8ef6aa062c1c63e52cf1e8fd8dacacecb
0x18704dd5b02ab80c330c6c3b82cd7f88ea9321bc4d7f80c3d8a9185b2e696356
0x04e8a4f8265973ef5c7f130ef4ef3ee39e51cc19544f6a23164636d3678b1486
0xa1ee18496f1e88dc9bcc9b32c8727a1cd05950d4782fcfaa6d87591abba9ac4e
0xe9a6d8d9cda47d43e798b75673ad4308699f68477406daf409f9d6f052049bce
0x0d997dd67d3fd4963693619eccf7289a95e447484937ce2e13365ce9632322c0

Functions
Getter at block 21214586
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
50
cost(view returns (uint256)
1000000000000000
maxSupply(view returns (uint256)
3000
name(view returns (string)
Wallet Value
owner(view returns (address)
0x8f6bcd5e73823003b4dd3fa57665559eff0c59c6
symbol(view returns (string)
Pass
totalSupply(view returns (uint256)
2583
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
godMint(address _touint256 _mintAmount
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 max_Supplystring baseUriuint256 maxMintPerTxbool isSaleActive
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(