VulpeFI Docs
  • Whitepaper
  • VulpeFI Overview
  • Wallet VulpeFI
    • Wallet auto-connect
  • Aggregation Protocol
    • Introduction
    • Guide
      • Quick start
    • API
      • Swagger
        • Binance Smart Chain
        • Ethereum Network
        • BASE
        • Arbitrum
        • Polygon
      • Swap params
      • Quote params
    • Smart contracts
      • Aggregation VulpeFI
      • ClipperRouter
      • LimitOrderProtocol
      • UnoswapRouter
    • Limit order protocol
      • Introduction
      • Limit vs. RFQ Orders
      • Smart contracts
        • LimitOrderProtocol
        • LimitOrderProtocolPro
        • OrderLib
        • OrderMixin
        • OrderRFQMixin
        • helpers
          • AmountCalculator
          • ChainlinkCalculator
          • ERC1155Proxy
          • ERC721Proxy
          • ERC721ProxySafe
          • ImmutableOwner
          • NonceManager
          • PredicateHelper
          • SeriesNonceManager
          • WethUnwrapper
        • Interfaces
          • IDaiLikePermit
          • IWithdrawable
          • Interaction
          • PostInteraction
          • PreInteraction
      • Liquidity Source and API
        • Ethereum Network
        • Binance Smart Chain
        • Polygon
        • Avalanche
        • Gnosis Chain
    • Spot Price aggregator
      • Examples
      • Spot Price Aggregator
Powered by GitBook
On this page
  • Derives​
  • Functions​
  • constructor​
  • func_60iHVgK​
  1. Aggregation Protocol
  2. Limit order protocol
  3. Smart contracts
  4. helpers

ERC721Proxy

PreviousERC1155ProxyNextERC721ProxySafe

Last updated 1 year ago

Derives

Functions

constructor

function constructor(
  address _immutableOwner
) public

Parameters:

Name
Type
Description

_immutableOwner

address

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

Name
Type
Description

from

address

to

address

``

uint256

tokenId

uint256

token

contract IERC721

Parameters:

​
ImmutableOwner
​
​
​
​
​