Skip to main content

ERC721ProxySafe

Derives

Functions

constructor

function constructor(
address _immutableOwner
) public

Parameters:

NameTypeDescription
_immutableOwneraddress

func_60iHVgK

function func_60iHVgK(
address from,
address to,
uint256 ,
uint256 tokenId,
contract IERC721 token
) external

Proxy transfer method for IERC721.transferFrom. Selector must match IERC20.transferFrom. Note that amount is unused for security reasons to prevent unintended ERC-721 token sale via partial fill

Parameters:

NameTypeDescription
fromaddress
toaddress
``uint256
tokenIduint256
tokencontract IERC721