DelabsAdventurePass
Verified contract
Active on
Ethereum with 10,843 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 "DelabsAdventurePass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164436 | 12 hours ago | | | 0 | 0.00089445272 | |
| 21152128 | 2 days ago | | | 0 | 0.00047666176 | |
| 21150000 | 3 days ago | | | 0 | 0.00064937250 | |
| 21149624 | 3 days ago | | | 0 | 0.00045380968 | |
| 21140864 | 4 days ago | | | 0 | 0.00033962184 | |
| 21139132 | 4 days ago | | | 0 | 0.00065269876 | |
| 21135958 | 4 days ago | | | 0 | 0.00080341931 | |
| 21132760 | 5 days ago | | | 0 | 0.00073457596 | |
| 21132734 | 5 days ago | | | 0 | 0.00085294029 | |
| 21132731 | 5 days ago | | | 0 | 0.0011218400 |
ABI
ABI objects
Getter at block 21168081
MAX_SUPPLY() view returns (uint256)
3433
allowlistSaleActive() view returns (bool)
false
maxMintPerAccount() view returns (uint256)
1
name() view returns (string)
DelabsAdventurePass
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x029a891c5e67164dcb101c8b000c453c5a37f4fc
price() view returns (uint256)
100000000000000000
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
DAP
totalSupply() view returns (uint64)
3433
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigningHash(address recipient) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
mintClaimed(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 numberOfMints, address recipient)
allowlistSaleMint(bytes sig) payable
approve(address operator, uint256 tokenId)
bulkTransfer(uint256[] tokenIds, address _to)
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
setPrice(uint256 newPrice)
setSignVerifier(address verifier)
toggleAllowlistSale()
togglePublicSale()
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)
Mint(address recipient, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.