Intent
  • Introduction
  • Platform
  • Intent Structure
    • Meta
    • Limits
    • Recurrency (Optional)
    • MultiSig (Optional)
    • Computed (Optional)
    • Calls
      • Call Header
      • Call Params
    • Variables
      • External
      • Returned Data
      • Computed
      • Global
  • Intents vs. traditional methods
  • No-Code Intents Builder
  • Capabilities
  • FAQs
  • Official Tutorials
    • 01 / Introduction to Intentable Trading
  • 02 / Getting Started with Intentable: A Step-by-Step Tutorial
  • 03 / Buying Filtered Tokens with MEV Protection
  • 04 / Stop-Loss Order on any token
  • 05 / Setting Take-Profit / Limit Orders
  • 06 / Setting a Stop-Limit Order
Powered by GitBook
On this page
  1. Intent Structure

Calls

Every FCT must have at least one call.

Each call defines one executing of a smart contract function or a transfer of native token (ETH) to an address

All calls that exist inside an FCT are executed on the the same native blockchain transaction. This makes FCT atomic regardless of the number of contracts and accounts involved in execution.

PreviousComputed (Optional)NextCall Header

Last updated 1 year ago