Layerr1155

Verified contract

Implementation

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

No balances found for "Layerr1155"

No transactions found for "Layerr1155"


Functions
Getter at block 23061301
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
 
contractURI(view returns (string)
name(view returns (string _name)
owner(view returns (address _owner)
0x0000000000000000000000000000000000000000
renderer(view returns (address _renderer)
0x0000000000000000000000000000000000000000
symbol(view returns (string _symbol)
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool _approved)
mintingExtensions(addressview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalMinted(uint256 idview returns (uint256 _totalMinted)
totalMintedCollectionAndMinter(address minteruint256 idview returns (uint256 totalMinteduint256 minterMinted)
totalSupply(uint256 idview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
acceptTransfer(
airdrop(address[] recipientsuint256[] tokenIdsuint256[] amounts
burnBatchTokenIds(address fromuint256[] tokenIdsuint256[] amounts
burnTokenId(address fromuint256 tokenIduint256 amount
cancelTransfer(
editContract(string _namestring _symbol
initialize(
mintBatchTokenIds(address minteraddress touint256[] idsuint256[] amounts
mintTokenId(address minteraddress touint256 iduint256 amount
removeOperatorFilter(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractAllowedOracle(address _extensionaddress _oraclebool _allowed
setContractAllowedSigner(address _extensionaddress _signerbool _allowed
setMintExtension(address _extensionbool _allowed
setOperatorFilter(address operatorFilterRegistry
setRenderer(address _renderer
setRoyalty(uint96 pctaddress royaltyReciever
setSignatureValidity(address _extensionbytes32[] signatureDigestsbool invalid
transferOwnership(address _newOwner
updateMetadataSpecificTokens(uint256[] tokenIds
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
LayerrContractDeployed(
MintExtensionUpdated(address mintExtensionbool allowed
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RendererUpdated(address renderer
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
ArrayLengthMismatch(
BalanceQueryForZeroAddress(
BurnExceedsBalance(
BurnFromZeroAddress(
ExceedsMaximumBalance(
ExceedsMaximumTokenId(
ExceedsMaximumTotalSupply(
MintToZeroAddress(
MintZeroQuantity(
NotAuthorized(
NotContractOwner(
NotValidMintingExtension(
OperatorNotAllowed(address operator
RoyaltyOverflow(
RoyaltyReceiverIsZeroAddress(
TransferCallerNotOwnerNorApproved(
TransferExceedsBalance(
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(
WithdrawFailed(