ERC1155WrapperV1
Verified contract
Active on
Ethereum with 0 txns
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 "ERC1155WrapperV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC1155WrapperV1"
ABI
ABI objects
Getter at block 21182135
factory() view returns (address)
0x0000000000000000000000000000000000000000
interoperableInterfaceModel() view returns (address, uint256)
(0x0000000000000000000000000000000000000000, 0)
mainInterfaceVersion() pure returns (uint256)
1
modelVersion() pure returns (uint256)
2
name() view returns (string)
source() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Read-only
asInteroperable(uint256 objectId) view returns (address)
balanceOf(address account, uint256 objectId) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] objectIds) view returns (uint256[] balances)
decimals(uint256 objectId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
name(uint256 objectId) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
symbol(uint256 objectId) view returns (string)
toInteroperableInterfaceAmount(uint256 objectId, uint256 mainInterfaceAmount) view returns (uint256 interoperableInterfaceAmount)
toMainInterfaceAmount(uint256 objectId, uint256 interoperableInterfaceAmount) view returns (uint256 mainInterfaceAmount)
totalSupply(uint256 objectId) view returns (uint256)
uri(uint256 objectId) view returns (string)
State-modifying
Events burn(uint256 objectId, uint256 amount)
burnBatch(uint256[] objectIds, uint256[] amounts)
emitTransferSingleEvent(address sender, address from, address to, uint256 objectId, uint256 amount)
init(address, string, string)
init(address source, string name, string symbol, bool supportsSpecificName, bool supportsSpecificSymbol, bool supportsSpecificDecimals)
init(string name, string symbol)
mint(uint256, string) returns (uint256, address)
onERC1155BatchReceived(address, address owner, uint256[] objectIds, uint256[] amounts, bytes) returns (bytes4)
onERC1155Received(address, address owner, uint256 objectId, uint256 amount, bytes) returns (bytes4)
safeBatchTransferFrom(address from, address to, uint256[] objectIds, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 objectId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Mint(uint256 objectId, address tokenAddress, uint256 amount)
NewItem(uint256 indexed objectId, address indexed tokenAddress)
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.
This contract contains no error objects.