Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "DRAGON"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023829 | a month ago | | | 0 | 0.00035718236 | |
| 20676327 | 3 months ago | | | 0 | 0.000085824750 | |
| 18960554 | 10 months ago | | | 0 | 0.00079100002 | |
| 18913039 | a year ago | | | 0 | 0.00037269336 | |
| 18823152 | a year ago | | | 0 | 0.0010639542 | |
| 18476062 | a year ago | | | 0 | 0.00063992720 | |
| 17571282 | a year ago | | | 0 | 0.00079719071 | |
| 17570701 | a year ago | | | 0 | 0.0016042899 | |
| 17570688 | a year ago | | | 0 | 0.0019952140 | |
| 17444766 | a year ago | | | 0 | 0.00085607048 |
ABI
ABI objects
Getter at block 21225382
CERAMIC_SUPPLY() view returns (uint256)
5000
MAX_SUPPLY() view returns (uint256)
2000
PROVENANCE() view returns (string)
baseURI() view returns (string)
https://ipfs.royalceramicclubnft.com/dragon/
ceramicAddress() view returns (address)
0x7c4d474bb7c274dde68c0e6e82bdfd81a2f8fa9f
maxByMint() view returns (uint256)
20
mintPrice() view returns (uint256)
79000000000000000
name() view returns (string)
DRAGON
owner() view returns (address)
0x019dcf8781f46cb0880e3ee68e1aad165827fa04
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DRAGON
totalMint() view returns (uint256)
1431
totalMintByCeramic() view returns (uint256)
1407
totalMintByETH() view returns (uint256)
24
totalSupply() view returns (uint256)
1431
wallet() view returns (address)
0xfa06f02481fb8e35aadcf5fe1b39f92a7f0f1a62
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getAvailableCeramic(address owner) view returns (uint256)
getMintStatus(uint256 _startID, uint256 _length) view returns (bool[])
getTokensOfOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimByCeramic(address _to, uint256 _numberOfTokens)
mintByUser(address _to, uint256 _numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxByMint(uint256 newMaxByMint)
setMintPrice(uint256 newMintPrice)
setProvenance(string _provenance)
setSaleStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintNFT(address indexed minter, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.