ZokuHomeByChainZoku

Verified contract

Active on Ethereum with 442 txns
Deployed by via 0x87e2415c at 16683421
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ZokuHomeByChainZoku"

0x25910d6f6b3d8332ccfa3aa2a43b068e0999c4dd480c0135e43dcea65bc20933
0xda02348ea0106928bc64b8380e5c61d7b68448619c085201021811df33806530
0xa673c517379b31c6067b5725eafe2b32d1b27a58b11eb324f4b469df6ee82744
From
0xec4cbae0e27dd5056f80dea2bdfb81b37258f5d0d0723adbd445996685f5df9c
0xc2d289c9550ce40e0eb6eb34504d0a78a2f60c87befdb60a7a12862605606871
0x7de2f1877dccc4c71bdfa14602a57b4d71d2da17f93b31311939e570461998b0
0xf80d8b0c7185db0956cf7eed643a39d7c694188e4d2bd806f081f48d0c81015b
0x9c81d7edd191699d8dd6cecae2b647fb9648da7bf50c8a553bbfde33c10fde76
0xd446fcf7248607b0b5692d488cc67382e384d60bb17a30d2d89710d2ac690e15
0xb7064003e7874f3fb635913ce9f530219174b08a065cf0665eff6d1db28e3dcc

Functions
Getter at block 21161717
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
multiSigContract(view returns (address)
0x8634ab5e10f39d22bf8af7313dd9a1bc5939fa20
owner(view returns (address)
0x09041ffeba8049f178fff342e367d452925d9a1b
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isAdmin(address _adminview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isExternalContract(address _contractAddressview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 _interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
burn(address _walletuint256 _iduint256 _count
burnBatch(address _walletuint256[] _idsuint256[] _counts
init(address _chainzokuCartManageraddress _multiSigContract
mint(address _walletuint256 _iduint256 _count
mintBatch(address _walletuint256[] _idsuint256[] _counts
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setAdminAddress(address _adminbool _active
setApprovalForAll(address operatorbool approved
setBaseUri(string baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setExternalContract(address _contractbool _state
setMultiSigContract(address _contract
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator