Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21058281 | a month ago | | | 0 | 0.00018466480 | |
| 21035693 | a month ago | | | 0 | 0.00026141002 | |
| 20959575 | a month ago | | | 0 | 0.00035475080 | |
| 19897906 | 6 months ago | | | 0 | 0.000095743683 | |
| 19897905 | 6 months ago | | | 0 | 0.000094168758 | |
| 19813180 | 7 months ago | | | 0 | 0.00014319396 | |
| 19729879 | 7 months ago | | | 0 | 0.00028793850 | |
| 19306058 | 9 months ago | | | 0 | 0.0015746827 | |
| 19306052 | 9 months ago | | | 0 | 0.0015713108 | |
| 19188920 | 10 months ago | | | 0 | 0.0017395596 |
ABI
ABI objects
Getter at block 21276665 getMerkleRoot() view returns (bytes32) getPaymentRecipient() view returns (address)
LOCKABLE() view returns (address)
0xe1d7f3f0f0d213e4a9f3e5fb0d54095a48441d5c
MAX_SUPPLY() view returns (uint256)
6666
maxPreSaleMintsPerWallet() view returns (uint256)
3
maxPublicMintsPerWallet() view returns (uint256)
2
mintPhase() view returns (uint256)
0
name() view returns (string)
DemonicDorks
next() view returns (uint256)
6667
owner() view returns (address)
0xa94f799a34887582987ec8c050f080e252b70a21
paused() view returns (bool)
false
symbol() view returns (string)
DD
teamMinted() view returns (uint256)
150
totalSupply() view returns (uint256)
6666
Read-only
approvedContract(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
guardians(address) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
isUnlocked(uint256 _id) view returns (bool)
isvalidMerkleProof(bytes32[] proof) view returns (bool)
lockCount(uint256) view returns (uint256)
lockMap(uint256, uint256) view returns (address)
lockMapIndex(uint256, address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
pendingGuardians(address) view returns (address)
presaleMintedAddys(address) view returns (uint256)
publicMintedAddys(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events acceptGuardianship(address _protege)
approve(address to, uint256 tokenId)
deleteDefaultRoyalty()
dorkyMint(uint256 qty, bytes32[] proof)
feelinMinty(uint256 quantity)
freeId(uint256 _id, address _contract)
lockId(uint256 _id)
lockMany(uint256[] _tokenIds)
proposeGuardian(address _guardian)
renounce(address _tokenOwner)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseSuffixURI(string newBaseURI, string newURISuffix)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setDelegate(address addr, bool isDelegate_)
setMaxPreSaleMintsPerWallet(uint256 maxPre)
setMaxPublicMintsPerWallet(uint256 maxPub)
setMerkleRoot(bytes32 mRoot)
setMintPhase(uint256 newPhase)
setPaymentRecipient(address addy)
setReducedMaxSupply(uint256 new_max_supply)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
teamMint(uint256 qty, address addy)
temporaryApproval(uint256 tokenId)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockId(uint256 _id)
unlockMany(uint256[] _tokenIds)
unlockManyAndTransfer(uint256[] _tokenIds, address _recipient)
updateApprovedContracts(address[] _contracts, bool[] _values)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GuardianRenounce(address indexed guardian, address indexed user)
GuardianSet(address indexed guardian, address indexed user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PendingGuardianSet(address indexed pendingGuardian, address indexed user)
TokenLocked(uint256 indexed tokenId, address indexed approvedContract)
TokenUnlocked(uint256 indexed tokenId, address indexed approvedContract)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdrawn(address indexed payee, uint256 weiAmount)
constructor()
fallback()
receive()
This contract contains no error objects.