Dickzuki
Verified contract
Active on
Ethereum with 2,338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6045…5f41
Balances ($7.72)
Native
Value
$7.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001987 | $3,887.03 |
$7.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20578100 | 4 months ago | | | 0 | 0.000097577839 | |
| 20578094 | 4 months ago | | | 0 | 0.00014856659 | |
| 19681524 | 8 months ago | | | 0 | 0.00034826471 | |
| 19449616 | 9 months ago | | | 0 | 0.0019499631 | |
| 19208293 | 10 months ago | | | 0 | 0.00095943533 | |
| 19115198 | 10 months ago | | | 0 | 0.00051275511 | |
| 19096923 | a year ago | | | 0 | 0.00049291386 | |
| 19069026 | a year ago | | | 0 | 0.00096900613 | |
| 18907133 | a year ago | | | 0 | 0.0011075918 | |
| 18694886 | a year ago | | | 0 | 0.0011932066 |
ABI
ABI objects
Getter at block 21400761
MAX_PER_TXN() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
freeMintSupply() view returns (uint256)
10000
name() view returns (string)
Dickzuki
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x57758c108bb09d3517babf989ec6cdf6acec3e69
paused() view returns (bool)
false
price() view returns (uint256)
0
symbol() view returns (string)
DZ
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] addresses, uint256[] quantities)
approve(address operator, uint256 tokenId) payable
mint(uint64 quantity) payable
mintAsAdmin(address recipient, uint256 quantity)
mintWhitelist(uint64 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFreeMintSupply(uint256 max)
setOperatorFilteringEnabled(bool value)
setPrice(uint256 price_)
setWhitelistContract(address address_)
toggle()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawEverything()
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)
Mint(address address_, uint256 quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI_, address whitelistContract_)
receive()
AddressInsufficientBalance(address account)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()