Wazoo Wegends

Unverified contract

Proxy

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

No balances found for "Wazoo Wegends"

0x21399ff67597efb4ee8121f18936b14c4b1ecc35fff51700515720eec0ad57b8
0x12ebcff8c6f21c0fc9e3be3b49b76b09e9b161a5ed771b39931be67bb79bc5c3
0x583a9f3b97e79749164d4d045fdba3208d14c1dae7154f7817153a06ae27c795
0x7ef7b8172cbbce1098db3d2017c8cbcfb26c86cf7cecae4b226ae38247534d44
0x9801c52b05c35d63d7647d76c2dc57f407cb1e9cd4e86932c5bdf77ecc1e9f7b
0x7bf2c5aad97944f19c723ade5b1e9302e29fbebd5144d4667a463a658a29a3df
0xfb6893d0a3dc9b2a7900ddc2d684efdccd21ae3f26fc2d8ed585bd27b21d1c4a
0xb1b7a60c1a1a4cbb30dea67b514524b8547737cdb3896f1360084800983d4649
0x26668a9872bd93c474bf1494250307ce73abd69de77420ebfb91306c5af686f0
0x291272fc5d75f9a0afe0130b5f0a82585807b56890cf731a42ec12b7c31ca5e8

Functions
Getter at block 23822429
MINTER(view returns (address)
0x2422c8a8f7da90231e96e6c5f4cc763644d8347c
VERSION(pure returns (string)
1.0.0
 
contractURI(view returns (string)
description(view returns (string)
Wazoo Wegends is not a secuwity, just dwawings fwom an awtist
 
getAllEditions(view returns (struct MintERC1155Edition[])
getPercentChances(view returns (uint256[])
[60, 30, 9, 1]
imageURI(view returns (string)
ipfs://QmeSZBUrBN3urpWna2mcZ4QprC7ryefVYFkjyLgXTXeo7u
name(view returns (string)
Wazoo Wegends
owner(view returns (address)
0x4298e663517593284ad4fe199b21815bd48a9969
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