MintERC1155

Verified contract

Implementation

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

No balances found for "MintERC1155"

No transactions found for "MintERC1155"


Functions
Getter at block 22006949
MINTER(view returns (address)
0xa0662ffb7764cf43f8a555f313479e6f18cf9eec
VERSION(pure returns (string)
1.2.0
bannerURI(view returns (string)
contractURI(view returns (string)
data:application/json;utf8,{"name":"","image":"","description":"","banner_image":""}
description(view returns (string)
getAllEditions(view returns (struct MintERC1155Edition[])
[]
getPercentChances(view returns (uint256[])
[]
imageURI(view returns (string)
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
totalEditions(view returns (uint256)
0
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
editions(uint256view returns (string namestring imageURIuint256 percentChance)
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
safeTransferAcceptanceCheckOnMint(address toview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
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_string bannerURI_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
constructor(address minter
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