LogoLogo
DocsContracs
  • Smart Contracts
    • Overview
    • Concepts
      • Protocol Overview
      • Smart Contracts
      • Additional Topics
      • Crosschain
      • Technical Information
      • Project Roles
    • Technical Reference
      • Marketplace
        • Eesee
        • EeseeDrops
        • EeseeOffchain
      • Rewards
        • EeseeMining
        • EeseeStaking
      • Periphery
        • EeseePeripheryOneInch
        • EeseePeripheryUniswap
        • EeseePaymaster
        • EeseeSwapOneInch
        • EeseeSwapUniswap
        • EeseeWinner
        • EeseeProxy
        • EeseeSplit
        • Routers
          • EeseeOpenseaRouter
          • EeseeRaribleRouter
        • Crosschain
          • EeseeAssetHub / EeseeAssetSpoke
            • EeseeAssetSpokeCCIP
            • EeseeAssetSpokeAxelar
            • EeseeAssetHubCCIP
            • EeseeAssetHubAxelar
          • EeseeOnRamp / EeseeOffRamp
            • EeseeOnRampProxy
            • EeseeOnRampImplementationAxelar
            • EeseeOnRampImplementationCCIP
            • EeseeOnRampImplementationTransfer
            • EeseeOffRampAxelar
            • EeseeOffRampCCIP
          • EeseeExpress
      • NFT
        • EeseeMinter
        • EeseeNFTDrop
        • EeseeNFTLazyMint
      • Admin
        • EeseeAccessManager
        • EeseeFeeSplitter
      • ESE
      • Random Chainlink
      • Random Gelato
  • Contract Adresses
Powered by GitBook
On this page
  • callExternal
  • Parameters
  • Return Values
  1. Smart Contracts
  2. Technical Reference
  3. Periphery

EeseeProxy

callExternal

function callExternal(address to, bytes data) external payable returns (bytes)

Call any external contract function.

Parameters

Name
Type
Description

to

address

- Address to call.

data

bytes

- Data to call {to} with.

Return Values

Name
Type
Description

[0]

bytes

bytes - Return data received from a call.

PreviousEeseeWinnerNextEeseeSplit

Last updated 1 year ago