dengboz

Verified contract

Active on Ethereum with 226 txns
Deployed by via 0xc532d834 at 20617684
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $161.32
0xa408872e1a24f4a7cce755a6fe4150e78940b3200b86ff33f9a015af4ea10bb5
0x48d28998fc1cf20f5e8cf49f927c74e17a873b6c6fad434e63583d06a25adc7f
0x188119a274890ddaa0fa5e3b155b3f23d0c350f7c61d924a2d8135c5816481b4
0xcc9032f7bcc5f80e57dcead29bd0139b6c138f3db901404886a2b825d6102588
0x5dc87ff4c7d93d57a9d6ca3d04b5fc9439c42ea458f5d0ddc6f46cd396e1a986
0xb6a0adac55dd30c754234264e4c344bb4d9aeae54c5ef7239095f8d3d5c3756f
0x4ea467ce38017e4406451ce033379c28a6b4ce34952c9e0be96b849a3e9cd9d9
0x3a5745181db4c19e1c44ab6fd310daddf16ec35236e132a21527e14497943aa1
0x842cfc02c3302c22f750311b1821d738e726f5e9b5cdc8a5aebe66482114f40c
0x7a9acc0b618f0428f7dd7976d750142c815117551073fffb2f9215b1e1b3e22c

Functions
Getter at block 21388001
DEFAULT_OPERATOR_WHITELIST_ID(view returns (uint120)
1
DEFAULT_TRANSFER_SECURITY_LEVEL(view returns (uint8)
1
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
FREE_NFT(view returns (uint256)
1
_baseTokenURI(view returns (string)
ipfs://bafybeidi6lx3pxgxf6iuy5b7azk6dvy5iwwb6m76z4orgodpbdcb63it3e/
cost(view returns (uint256)
500000000000000
freeSupply(view returns (uint256)
9000
getFREENFT(view returns (uint256)
1
getFreeSupply(view returns (uint256)
9000
getMaxMintAmountPerTx(view returns (uint256)
100
 
getPermittedContractReceivers(view returns (address[])
getSecurityPolicy(view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator(view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
 
getWhitelistedOperators(view returns (address[])
maxMintAmountPerTx(view returns (uint256)
100
maxSupply(view returns (uint256)
10000
name(view returns (string)
dengboz
owner(view returns (address)
0x067e3b120e3f9410fa4926fae0dc8a32fc859e0a
symbol(view returns (string)
DGBZ
totalSupply(view returns (uint256)
1044
Read-only
balanceOf(address ownerview returns (uint256)
freeMintedNFTs(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getFreeMintedNFTs(address userview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isContractReceiverPermitted(address receiverview returns (bool)
isOperatorWhitelisted(address operatorview returns (bool)
isTransferAllowed(address calleraddress fromaddress toview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(address touint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setCost(uint256 _cost
setDefaultRoyalty(address receiveruint96 feeNumerator
setFREENFT(uint256 _FREENFT
setFreeSupply(uint256 _freeSupply
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setToCustomSecurityPolicy(uint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToCustomValidatorAndSecurityPolicy(address validatoruint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToDefaultSecurityPolicy(
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTransferValidator(address transferValidator_
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DefaultRoyaltySet(address indexed receiveruint96 feeNumerator
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenRoyaltySet(uint256 indexed tokenIdaddress indexed receiveruint96 feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor
constructor(uint96 defaultRoyaltyFeeNumerator_string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CreatorTokenBase__InvalidTransferValidatorContract(
CreatorTokenBase__SetTransferValidatorFirst(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
ShouldNotMintToBurnAddress(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(