ERC1155WrapperV1

Verified contract

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

No balances found for "ERC1155WrapperV1"

No transactions found for "ERC1155WrapperV1"


Functions
Getter at block 21182135
factory(view returns (address)
0x0000000000000000000000000000000000000000
interoperableInterfaceModel(view returns (addressuint256)
(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 objectIdview returns (address)
balanceOf(address accountuint256 objectIdview returns (uint256)
balanceOfBatch(address[] accountsuint256[] objectIdsview returns (uint256[] balances)
decimals(uint256 objectIdview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
name(uint256 objectIdview returns (string)
supportsInterface(bytes4 interfaceIdview returns (bool)
symbol(uint256 objectIdview returns (string)
toInteroperableInterfaceAmount(uint256 objectIduint256 mainInterfaceAmountview returns (uint256 interoperableInterfaceAmount)
toMainInterfaceAmount(uint256 objectIduint256 interoperableInterfaceAmountview returns (uint256 mainInterfaceAmount)
totalSupply(uint256 objectIdview returns (uint256)
uri(uint256 objectIdview returns (string)
State-modifying
burn(uint256 objectIduint256 amount
burnBatch(uint256[] objectIdsuint256[] amounts
emitTransferSingleEvent(address senderaddress fromaddress touint256 objectIduint256 amount
init(addressstringstring
init(address sourcestring namestring symbolbool supportsSpecificNamebool supportsSpecificSymbolbool supportsSpecificDecimals
init(string namestring symbol
mint(uint256stringreturns (uint256address)
onERC1155BatchReceived(addressaddress owneruint256[] objectIdsuint256[] amountsbytesreturns (bytes4)
onERC1155Received(addressaddress owneruint256 objectIduint256 amountbytesreturns (bytes4)
safeBatchTransferFrom(address fromaddress touint256[] objectIdsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 objectIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Mint(uint256 objectIdaddress tokenAddressuint256 amount
NewItem(uint256 indexed objectIdaddress indexed tokenAddress
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

This contract contains no error objects.