How to use the @0xcert/ethereum-proxy-contracts/build/nftoken-safe-transfer-proxy.NFTokenSafeTransferProxy.evm function in @0xcert/ethereum-proxy-contracts

To help you get started, we’ve selected a few @0xcert/ethereum-proxy-contracts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github 0xcert / framework / packages / 0xcert-ethereum-sandbox / src / config / contracts.ts View on Github external
};

/**
 * Non-fungible token transfer proxy data.
 */
export const nftokenTransferProxy = {
  abi: NFTokenTransferProxy.abi,
  bytecode: NFTokenTransferProxy.evm.bytecode.object,
};

/**
 * Non-fungible token safe transfer proxy data.
 */
export const nftokenSafeTransferProxy = {
  abi: NFTokenSafeTransferProxy.abi,
  bytecode: NFTokenSafeTransferProxy.evm.bytecode.object,
};

/**
 * Non-fungible token safe transfer proxy data.
 */
export const xcertUpdateProxy = {
  abi: XcertUpdateProxy.abi,
  bytecode: XcertUpdateProxy.evm.bytecode.object,
};

/**
 * Xcert burn proxy data.
 */
export const xcertBurnProxy = {
  abi: XcertBurnProxy.abi,
  bytecode: XcertBurnProxy.evm.bytecode.object,

@0xcert/ethereum-proxy-contracts

Proxy smart contracts used by the gateway when communicating with the Ethereum blockchain.

MIT
Latest version published 3 years ago

Package Health Score

54 / 100
Full package analysis

Popular @0xcert/ethereum-proxy-contracts functions