Discovery NFT Access Pass

Verified contract

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

No balances found for "Discovery NFT Access Pass"

0x070cbdbeb11b2cabefb25018c386fd072c0d534bf52a835d1bea5b476d59608d
0x27903e8721d5fef4ad63c9a0ece57c84c533becfe26ef9353dc8a9998029374e
0x5c155746aae1db4e80c92251b1a54b3f843f6fb5ab32aa8a021c9ae2d48309dc
0xe65201d2ab49ae68aeb7485d4595ec63c056d0b2ff4533c906c646804a716a73
0xaea7539c00a698ee8072410cc4ecf50a786c0461afaff10a3e213f0256b69019
0x23896b0ee402a6b0c5aba4797d5550a2f2e4c069c4776768464030732ca71369
0xe6bf7e1dbb5da9ac0c9f521c239f1f4ff4585384cd3002c30ca13cbaef7b9785
0xbc95d59d38f08f109fe16c8c7f568b9c4a7561d772856540cfac8bac4f3b2ef7
0x0cc3900d481d3c7cbcb080021f216a5403bfb15e40b62ce9faf0f73087eb5e72
0xaf94efd9e1d4e4f421969b21a8dc90e12fae2bc09e29ceee11f56a6440adb8db

Functions
Getter at block 21230330
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
50
allowedToContract(view returns (bool)
true
cost(view returns (uint256)
1000000000000000
maxSupply(view returns (uint256)
3000
name(view returns (string)
Discovery NFT Access Pass
owner(view returns (address)
0x777bca1152e1593a416f6259a6aa5cd4f698af14
symbol(view returns (string)
DNAP
totalSupply(view returns (uint256)
3000
Read-only
_transferToContract(uint256view returns (bool)
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
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
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
tokenURI(uint256 tokenIdreturns (string)
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(