Discovery NFT Access Pass
Verified contract
Active on
Ethereum with 612 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Discovery NFT Access Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16603154 | 2 years ago | | | 0 | 0.0011719049 | |
| 16591507 | 2 years ago | | | 0 | 0.0013222821 | |
| 16269697 | 2 years ago | | | 0 | 0.00078996303 | |
| 15641674 | 2 years ago | | | 0 | 0.00060700079 | |
| 15562337 | 2 years ago | | | 0 | 0.0014140753 | |
| 15447062 | 2 years ago | | | 0 | 0.00046034348 | |
| 15447062 | 2 years ago | | | 0 | 0.00077172800 | |
| 15422910 | 2 years ago | | | 0 | 0.00078909530 | |
| 15390761 | 2 years ago | | | 0 | 0.0010902996 | |
| 15363431 | 2 years ago | | | 0 | 0.00074354000 |
ABI
ABI objects
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(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
godMint(address _to, uint256 _mintAmount)
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowToContract()
setAllowTokenToContract(uint256 _tokenId, bool _allow)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
tokenURI(uint256 tokenId) returns (string)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price, uint256 max_Supply, string baseUri, uint256 maxMintPerTx, bool isSaleActive)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()