SinoCharacter

Verified contract

Active on Ethereum with 3,667 txns
Deployed by via 0x13378263 at 15091176
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SinoCharacter"

0x1d4003166bf309bb853c884066d91a0e7aab39952bdb5d8d9d20594df91071be
0xeee20f23ffd76cf9b3986fa1833f9df75389b4c9f26cf0c766c96de391d2343f
0x3e0ed01cbddc7a5ff032063631f531cddf179238181bd79ae71f086a80d3a1c4
0x46995c338ff11cb2840b6e327febeeeab4718ff24c1379f1393c655da957bc16
0x643f5086932bdc0a4ca67e7a989cf26e90ad0cdf0db0d272bcc65e141c9fe6da
0x6831248fccd1f8e67dd348837d25f9c4a104849e2d318f263cccaed911ca3944
0xbd732992706915c34a6d4e122a72202160a3f5aece7f850305cc88763c824a69
0xf698a8d74c67869782b3807344ed5af141f77f381b2971cc97f8d97d44b71ad8
0x0d7e88916fbcf98c70c543f6ee0f03ee2f9e5c2fec4f5d3418a9b34a274553b9
0x4ea8b3c0c5c2ba180d7d4cd80e307127ee54e85880df15403a808879870f6477

Functions
Getter at block 20826431
activePublic(view returns (bool)
false
baseURI(view returns (string)
ipfs://QmUne59YKhhtLqZncv4SjpGF5ju4nhFWhpA4sTi94ux8ej/
maxSupply(view returns (uint32)
6000
mintPrice(view returns (uint256)
6000000000000000
name(view returns (string)
SinoCharacter
numberMinted(view returns (uint256)
0
owner(view returns (address)
0xbbf683db8d77c22854f0ecc2ba9884461b5827da
perTxLimit(view returns (uint32)
6
root(view returns (bytes32)
0x3b876d38fc53627e7fae20dfb33235e32ac9a82b8df64ec5d2c6983cd15a751c
symbol(view returns (string)
SC
totalSupply(view returns (uint256)
5860
Read-only
balanceOf(address ownerview returns (uint256)
canMint(address accountbytes32 merkleRootbytes32[] proofpure returns (bool)
freeMinted(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getMintedFree(address addrview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whiteMinted(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
devMint(
publicMint(uint32 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMerkleRoot(bytes32 merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whiteListMint(bytes32[] proof
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(