layerzero
Unverified contract
Proxy
Active on
Base with 737 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "layerzero"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15194666 | 6 months ago | | | 0 | 0.000013611000 | |
| 15191722 | 6 months ago | | | 0 | 0.000010191000 | |
| 15189899 | 6 months ago | | | 0 | 0.000013611000 | |
| 15189895 | 6 months ago | | | 0 | 0.000013611000 | |
| 15189891 | 6 months ago | | | 0 | 0.000013611000 | |
| 15185186 | 6 months ago | | | 0 | 0.000013611000 | |
| 15159768 | 6 months ago | | | 0 | 0.000013611000 | |
| 15159764 | 6 months ago | | | 0 | 0.000010191000 | |
| 15159760 | 6 months ago | | | 0 | 0.000010191000 | |
| 15159757 | 6 months ago | | | 0 | 0.000013611000 |
ABI
ABI objects
Getter at block 22934033
factory() view returns (address)
0xedf43c919f59900c82d963e99d822da3f95575ea
feeManager() view returns (address)
0x0d14f82300e54d9f0fdf216fd79be37e334c2457
name() view returns (string)
layerzero
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getIdSupply(uint256 id) view returns (uint256)
idMetadata(uint256) view returns (uint8 idType, uint8 storageType, bool isSoulBound, bytes32 name, address hookAddress)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burnId(address assignee, uint256 id, uint256 amount)
initialize(bytes32 _name, address initAdmin, address _feeManager, string _uri)
mintId(address assignee, uint256 id, uint256 amount, bytes data)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setFeeManager(address newManager)
setURI(string _uri)
updateMetadata(struct INamespaceUpdateMetadataProperties metadata)
AdminTransfer(address admin, address newAdmin, uint256 timestamp)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint64 version)
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.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
InvalidInitialization()
NotInitializing()