Namespace
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 "Namespace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Namespace"
ABI
ABI objects
Getter at block 21837327
factory() view returns (address)
0x0000000000000000000000000000000000000000
feeManager() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
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)
constructor()
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()