Kazoo Legends

Unverified contract

Proxy

Active on Base with 464 txns
Deployed by via 0x04b01311 at 19037384
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Kazoo Legends"

0xd32e1960b917d9f37634760b45bb3d7ac6ef24bf6cc6e93c74d8cedfcd21726d
0x030c20c1ed43d807144435aefd75a6f8217e7957b53c9025a791d12cd02d468c
0x01f2b707ea8e67dda404513285d878be449ccc7d09ef5331788a6f1704e8f895
0x353a04f30d06abd225c3e26350b9521738cf42f7e680bb50149ba61cd0dc78d1
0xe2329f8e24c3569178333c2484c8f195effd4b20ee5f0aba01ff08d8f9da130f
0xc0a2efa5fb3e3f1dc4e8193a031e9eb67832e50cbe43cf63752d882467e87953
0x4a45c728221e5483e2228ddac971fb9720e02dbfe5b756da68d624c65cd514e0
0xc35c3076a6cf02a2215572d7f110da0bafc828d93bfb109cd2c37c94638e9154
0x377e37a7139ab15db340bf201b9c775a3b1675cc4c1dbd939849a908afb8c9d4
0xfe2ec397ee473b02739f1639180eecc6d3fc321aa0bfd82dcf10361915c28631

Functions
Getter at block 22053542
MINTER(view returns (address)
0x2422c8a8f7da90231e96e6c5f4cc763644d8347c
VERSION(pure returns (string)
1.0.0
 
contractURI(view returns (string)
 
description(view returns (string)
 
getAllEditions(view returns (struct MintERC1155Edition[])
getPercentChances(view returns (uint256[])
[60, 30, 9, 1]
imageURI(view returns (string)
ipfs://QmWpWuRYnfiRUURae7aqSx2RiNSBdwPA4Xf5TmZLmLFSSh
name(view returns (string)
Kazoo Legends
owner(view returns (address)
0xeddeb6f119cbfe24741a6333dc69bfffcbd1dca1
totalEditions(view returns (uint256)
4
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
editions(uint256view returns (string namestring imageURIuint256 percentChance)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
safeTransferAcceptanceCheckOnMint(address toview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
initialize(address owner_string name_string imageURI_string description_struct MintERC1155Edition[] editions_uint16 royaltyAmountBps
mintBatch(address touint256[] idsuint256[] amounts
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setContractInfo(string name_string imageURI_string description_address royaltyReceiveruint16 royaltyAmountBps
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ContractURIUpdated(
Initialized(uint64 version
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
InvalidInitialization(
MintERC1155_ExcessEditions(
MintERC1155_PercentChance0(
MintERC1155_TotalPercentChanceNot100(
MintERC1155_Unauthorized(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account