ERC1155Proxy
Derives
Functions
constructor
function constructor(
  address _immutableOwner
) publicParameters:
Name
Type
Description
_immutableOwner
address
func_301JL5R
function func_301JL5R(
  address from,
  address to,
  uint256 amount,
  contract IERC1155 token,
  uint256 tokenId,
  bytes data
) externalProxy transfer method for IERC1155.safeTransferFrom. Selector must match IERC20.transferFrom
Parameters:
Name
Type
Description
from
address
to
address
amount
uint256
token
contract IERC1155
tokenId
uint256
data
bytes
Last updated