Royal Ceramic Club
Verified contract
Active on
Ethereum with 4,979 txns
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 "Royal Ceramic Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023831 | a month ago | | | 0 | 0.00035043927 | |
| 21009651 | a month ago | | | 0 | 0.00076562545 | |
| 20854223 | 2 months ago | | | 0 | 0.00027453918 | |
| 20676339 | 3 months ago | | | 0 | 0.000076801780 | |
| 20666421 | 3 months ago | | | 0 | 0.000055174131 | |
| 19828541 | 7 months ago | | | 0 | 0.00020431974 | |
| 19703852 | 7 months ago | | | 0 | 0.00037499739 | |
| 19588334 | 8 months ago | | | 0 | 0.00077824909 | |
| 19543290 | 8 months ago | | | 0 | 0.0020622219 | |
| 19196558 | 10 months ago | | | 0 | 0.0015987863 |
ABI
ABI objects
Getter at block 21282409
CONTRACT_NAME() view returns (string)
Ceramic Contract
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_CERAMIC_SUPPLY() view returns (uint256)
5000
MINT_TYPEHASH() view returns (bytes32)
0x512a9e1b1f036c17ebd267e61ac8b2a5b5140f5220e589ae64e74eef40488c31
baseURI() view returns (string)
https://ipfs.royalceramicclubnft.com/token/
maxToMint() view returns (uint256)
5
maxToMintInPrivateSale() view returns (uint256)
3
mintPrice() view returns (uint256)
79000000000000000
name() view returns (string)
Royal Ceramic Club
owner() view returns (address)
0x019dcf8781f46cb0880e3ee68e1aad165827fa04
privateSaleIsActive() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
RCCT
totalSupply() view returns (uint256)
4999
Read-only
balanceOf(address owner) view returns (uint256)
digestUsed(bytes32) view returns (bool)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintCeramics(uint256 _numberOfTokens) payable
mintCeramicsInPrivateSale(address user, uint256 num, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
renounceOwnership()
reserveCeramics(address _to, uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMaxToMint(uint256 _maxValue)
setMaxToMintInPrivateSale(uint256 _maxValue)
setMintPrice(uint256 _price)
setPrivateSaleState()
setSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrivateMint(address user, uint256 num)
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.