Kazoo Legends

Unverified contract

Proxy

Active on Base with 500 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"

0xa0a0af0289603781d8f823f457689706e9ff56f7e3e0696e8b3eadccc46d2613
0xbe5a18cce9f45044d1ddcdebbd452e51d85c91dc6b764f4eccb087559bf1e7d4
0x1f93826c379975c92772cbfae2edeaee72dfbb970064b4386e80f3a89cf80ee6
0x077805854c54f7425b9a4f8c8acccf1d2cb5bd4c2584380f1d740a0d54f5b815
0x6f533ffed2a119ee88f575ae8dc5f4d9bd0a4ae8d29d263b0dc50f0bb39ce23d
0xd87618d367724407faea235e769c00a5a14ded0b535440ceb23e026c957a374f
0x3dba89f5def7395e65846a2203d7d628e18df5ceb3ef8a3ed60a027313a6316a
0x7f5f50f5abc1a3030fde4b4f08e42e048e01796bced5ba6d402cf140e91dce51
0x304c423bb09f0bd7c43e03e8160933c9df2fa4d830d9c47da42f75c994b3fac0
0xe24ebf9f73dbe9c956dd2bfba27a937e6a4e4fc073429454a68ce4a1fe3688e8

Functions
Getter at block 23770035
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