Skip to main content

ERC1155Proxy

Derives#

Functions#

constructor#

function constructor(  address _immutableOwner) public

Parameters:#

NameTypeDescription
_immutableOwneraddress

func_301JL5R#

function func_301JL5R(  address from,  address to,  uint256 amount,  contract IERC1155 token,  uint256 tokenId,  bytes data) external

Proxy transfer method for IERC1155.safeTransferFrom. Selector must match IERC20.transferFrom

Parameters:#

NameTypeDescription
fromaddress
toaddress
amountuint256
tokencontract IERC1155
tokenIduint256
databytes