ZokuHomeByChainZoku
Verified contract
Active on
Ethereum with 442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ZokuHomeByChainZoku"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146330 | 2 days ago | | | 0 | 0.00041656800 | |
| 21145283 | 2 days ago | | | 0 | 0.00049555969 | |
| 21131054 | 4 days ago | | | 0 | 0.00074780521 | |
| 21118080 | 6 days ago | | | 0 | 0.00034823216 | |
| 21117026 | 6 days ago | | | 0 | 0.00034584020 | |
| 21116649 | 6 days ago | | | 0 | 0.00026035500 | |
| 21105533 | 8 days ago | | | 0 | 0.00011854573 | |
| 21086638 | 10 days ago | | | 0 | 0.00045643072 | |
| 21077584 | 12 days ago | | | 0 | 0.00036163383 | |
| 21070044 | 13 days ago | | | 0 | 0.00015554135 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isAdmin(address _admin) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isExternalContract(address _contractAddress) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address _wallet, uint256 _id, uint256 _count)
burnBatch(address _wallet, uint256[] _ids, uint256[] _counts)
init(address _chainzokuCartManager, address _multiSigContract)
mint(address _wallet, uint256 _id, uint256 _count)
mintBatch(address _wallet, uint256[] _ids, uint256[] _counts)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setAdminAddress(address _admin, bool _active)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setExternalContract(address _contract, bool _state)
setMultiSigContract(address _contract)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string baseURI)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)