Layerr1155
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Layerr1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Layerr1155"
ABI
ABI objects
Getter at block 23061301 contractURI() view returns (string)
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool _approved)
mintingExtensions(address) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalMinted(uint256 id) view returns (uint256 _totalMinted)
totalMintedCollectionAndMinter(address minter, uint256 id) view returns (uint256 totalMinted, uint256 minterMinted)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events acceptTransfer()
airdrop(address[] recipients, uint256[] tokenIds, uint256[] amounts)
burnBatchTokenIds(address from, uint256[] tokenIds, uint256[] amounts)
burnTokenId(address from, uint256 tokenId, uint256 amount)
cancelTransfer()
editContract(string _name, string _symbol)
initialize()
mintBatchTokenIds(address minter, address to, uint256[] ids, uint256[] amounts)
mintTokenId(address minter, address to, uint256 id, uint256 amount)
removeOperatorFilter()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractAllowedOracle(address _extension, address _oracle, bool _allowed)
setContractAllowedSigner(address _extension, address _signer, bool _allowed)
setMintExtension(address _extension, bool _allowed)
setOperatorFilter(address operatorFilterRegistry)
setRenderer(address _renderer)
setRoyalty(uint96 pct, address royaltyReciever)
setSignatureValidity(address _extension, bytes32[] signatureDigests, bool invalid)
transferOwnership(address _newOwner)
updateMetadataSpecificTokens(uint256[] tokenIds)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
LayerrContractDeployed()
MintExtensionUpdated(address mintExtension, bool allowed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RendererUpdated(address renderer)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ArrayLengthMismatch()
BalanceQueryForZeroAddress()
BurnExceedsBalance()
BurnFromZeroAddress()
ExceedsMaximumBalance()
ExceedsMaximumTokenId()
ExceedsMaximumTotalSupply()
MintToZeroAddress()
MintZeroQuantity()
NotAuthorized()
NotContractOwner()
NotValidMintingExtension()
OperatorNotAllowed(address operator)
RoyaltyOverflow()
RoyaltyReceiverIsZeroAddress()
TransferCallerNotOwnerNorApproved()
TransferExceedsBalance()
TransferToNonERC1155ReceiverImplementer()
TransferToZeroAddress()
WithdrawFailed()