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 "Dorks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19705802 | 7 months ago | | | 0 | 0.00030163412 | |
| 19704457 | 7 months ago | | | 0 | 0.00059126165 | |
| 19428479 | 8 months ago | | | 0 | 0.0028966952 | |
| 19409936 | 8 months ago | | | 0 | 0.0020879193 | |
| 18353339 | a year ago | | | 0 | 0.00035043524 | |
| 18081297 | a year ago | | | 0 | 0.0011093292 | |
| 17926656 | a year ago | | | 0 | 0.0012850361 | |
| 17165594 | 2 years ago | | | 0 | 0.0030745385 | |
| 16637774 | 2 years ago | | | 0 | 0.0031618227 | |
| 16626203 | 2 years ago | | | 0 | 0.00070501838 |
ABI
ABI objects
Getter at block 21220687
cost() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
8
maxSupply() view returns (uint256)
8888
merkleRoot() view returns (bytes32)
0x48364383f8855971a4a3c3ea13cc94864e41437241c2ae76c0da50e2b53f2c72
name() view returns (string)
Dorks
owner() view returns (address)
0x08f3577688c01dc3e36da8596e42bec9b6ed0b51
paused() view returns (bool)
true
symbol() view returns (string)
DORK
totalSupply() view returns (uint256)
8888
uriPrefix() view returns (string)
ipfs://QmPtUSLNcSbo9goKNeV2iVLRYmofiDSVXkVYXnFheRp8hj/
whitelistMintEnabled() view returns (bool)
false
Read-only
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()