This contract is being backfilled. You may encounter incomplete storage history.

Bamboo Color

Verified contract

Active on Ethereum with 390 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot

No balances found for "Bamboo Color"

0xb2e237cbdf281e333d81ac92afe39a6f7e35ab226997680852c7796797ea4903
0x727179d4f70198e8ac256efd95e857e19365c291e12c2e2910e0914b8134b686
0x19418613a11e8f2073071829ee7ea8a08775f21ea078d3770e5a9a254e73c81a
0x7c24da0c0a4e016c2f6c0e0457f71918d6476201979ea003c26972ee7b59fb9e
0xa5e2a3130390bf2e5bd03ec641ecb01301887f3d49b0a3ff3b86b2759d766b54
0x9a82cc7da04abcfe596c98f75ae6f87ffe0ccadd10073ac8d5b76efc0a266a00
0xa3720455c568694e5c24d86967f080c0abfb700d33f3e433e92ca0054274bb98
0xf6f32cba62cdfff4256f4216cb2ecd9db4889501e59762101a5c23f61e712226
0xc87104ab89bbc0876f6c90644121015442772ffc9e346b4723ddcfad1c2667d9
0x1547fb97c69be7bcd171c6a9e976d3257585dfc86c59adb4cef09225333484c1

Functions
Getter at block 20795452
maxSupply(view returns (uint256)
456
name(view returns (string)
Bamboo Color
owner(view returns (address)
0xfdff3a2380bd165e05e9329032663bae23aa7c74
publicMintConf(view returns (bool isOpenuint16 maxPerTxuint16 maxPerWalletuint256 price)
(isOpen=true, maxPerTx=5, maxPerWallet=10, price=1000000000000000000)
symbol(view returns (string)
Color
totalSupply(view returns (uint256)
456
whiteHolderMintConf(view returns (bool isOpenuint16 maxPerTxuint16 maxPerWalletuint256 price)
(isOpen=false, maxPerTx=0, maxPerWallet=0, price=0)
whitelistMintConf(view returns (bool isOpenuint16 maxPerTxuint16 maxPerWalletuint256 price)
(isOpen=false, maxPerTx=0, maxPerWallet=0, price=0)
Read-only
balanceOf(address ownerview returns (uint256)
checkHolderTokenMinted(address addruint16 tokenIDview returns (uint256)
checkWhitelist(address tobytes32 rootbytes32[] proofpure returns (bool)
getApproved(uint256 tokenIdview returns (address)
holderInscripted(uint256addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
privateURI(uint256view returns (string)
readAllInscription(uint256 tokenIDview returns (struct BambooColorMessage[])
readAllMessages(uint256 tokenIDview returns (struct BambooColorMessage[])
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenInscription(uint256uint256view returns (address addrstring content)
tokenMessage(uint256uint256view returns (address addrstring content)
tokenURI(uint256 tokenIDview returns (string)
whitelistMinted(addressview returns (uint256)
State-modifying
adminMint(address[] accountsuint16[] nums
approve(address touint256 tokenIdpayable 
changeBaseURI(string newUri
inscriptToken(uint256 tokenIDstring content
messageDelete(uint256 tokenIDuint256 index
messageSend(uint256 tokenIDstring content
publicMint(address touint16 amountpayable 
resetPrivateURI(uint256 tokenID
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setIsInscriptionTokenOpen(bool isOpen
setIsmessageSendOpen(bool isOpen
setMintConfig(uint16 modestruct BambooColorMintConfig _conf
setPrivateURI(uint256 tokenIDstring uri
setWhiteListContract(address addr
setWhitelistMerkleRoot(bytes32 root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whiteHolderMint(address touint256 tokenIDuint16 amountpayable 
whitelistMint(address touint16 amountbytes32[] proofpayable 
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(