Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x721c…e947
Balances ($161.32)
Native
Value
$161.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.041 | $3,934.71 |
$161.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21354985 | 5 days ago | | | 0 | 0.00039379157 | |
| 21096088 | a month ago | | | 0 | 0.00020038426 | |
| 21041100 | 2 months ago | | | 0.0005 | 0.00063481723 | |
| 21041083 | 2 months ago | | | 0 | 0.0054848767 | |
| 21031201 | 2 months ago | | | 0 | 0.0010494234 | |
| 20997590 | 2 months ago | | | 0.002 | 0.00069845300 | |
| 20997468 | 2 months ago | | | 0.0005 | 0.0010456993 | |
| 20996841 | 2 months ago | | | 0.0005 | 0.00072515958 | |
| 20993788 | 2 months ago | | | 0.004 | 0.0037070622 | |
| 20988380 | 2 months ago | | | 0.001 | 0.0016353993 |
ABI
ABI objects
Getter at block 21388001 getPermittedContractReceivers() view returns (address[]) getWhitelistedOperators() view returns (address[])
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
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator() view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
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 owner) view returns (uint256)
freeMintedNFTs(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFreeMintedNFTs(address user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isContractReceiverPermitted(address receiver) view returns (bool)
isOperatorWhitelisted(address operator) view returns (bool)
isTransferAllowed(address caller, address from, address to) 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)
State-modifying
Events airdrop(address to, uint256 quantity)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(address to, uint256 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_)
setCost(uint256 _cost)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFREENFT(uint256 _FREENFT)
setFreeSupply(uint256 _freeSupply)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTransferValidator(address transferValidator_)
transferFrom(address from, address to, uint256 tokenId) payable
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)
DefaultRoyaltySet(address indexed receiver, uint96 feeNumerator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRoyaltySet(uint256 indexed tokenId, address indexed receiver, uint96 feeNumerator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
constructor(uint96 defaultRoyaltyFeeNumerator_, string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
ShouldNotMintToBurnAddress()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()