DarkTaverns
Verified contract
Active on
Ethereum with 1,780 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,878.49)
Native
Value
$1,878.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.6 | $3,130.81 |
$1,878.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20925904 | a month ago | | | 0 | 0.00046250762 | |
| 20869571 | 2 months ago | | | 0 | 0.00071992813 | |
| 20836675 | 2 months ago | | | 0 | 0.0011973425 | |
| 20679204 | 2 months ago | | | 0 | 0.00033435280 | |
| 20651834 | 3 months ago | | | 0 | 0.000030752417 | |
| 20549611 | 3 months ago | | | 0 | 0.000041615077 | |
| 20302777 | 4 months ago | | | 0 | 0.000060246529 | |
| 19072648 | 10 months ago | | | 0 | 0.0010078061 | |
| 18906034 | a year ago | | | 0 | 0.00089585702 | |
| 18903649 | a year ago | | | 0 | 0.00054412689 |
ABI
ABI objects
Getter at block 21213075
MAX_MINTS() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
MINT_PRICE() view returns (uint256)
50000000000000000
baseUri() view returns (string)
https://tm.darktaverns.com/api/metadata/
merkleRoot() view returns (bytes32)
0x0f535de45c9ed62fba369323f6a9199bc511c57f95aaecdb1a5b488ca3d201a1
name() view returns (string)
DarkTaverns
owner() view returns (address)
0xfafbde6a0da9daf97c019a49668c0a29ad51c9a8
privateMintSaleTime() view returns (uint256)
1660150800
publicMintSaleTime() view returns (uint256)
1660237200
symbol() view returns (string)
DTK
totalSupply() view returns (uint256)
3854
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidMerkleProof(address owner, bytes32[] merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
privateMint(uint256 quantity, bytes32[] merkleProof) payable
publicMint(uint256 quantity) 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 _baseUri)
setMerkleRoot(bytes32 _merkleRoot)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseUri, uint256 _privateMintSaleTime, uint256 _publicMintSaleTime)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()