Wrapped1155Factory
Wraps and unwraps between ERC1155 tokens and ERC20 tokens.
Variables
erc20Implementation
contract Wrapped1155 erc20ImplementationEvents
Wrapped1155Creation
event Wrapped1155Creation(contract IERC1155 multiToken, uint256 tokenId, contract Wrapped1155 wrappedToken)Functions
constructor
constructor() publiconERC1155Received
function onERC1155Received(address operator, address, uint256 id, uint256 value, bytes data) external returns (bytes4)onERC1155BatchReceived
unwrap
batchUnwrap
getWrapped1155DeployBytecode
getWrapped1155
requireWrapped1155
Last updated