🦾
The FCT Platform
  • Overview
    • Introduction
    • FCT Language
    • How it works
    • Sub-systems
  • Main Contracts
    • FCT_Controller
    • FCT_ENS
    • FCT_Engine
    • FCT_Runner
    • FCT_Actuator
    • FCT_Tokenomics
    • FCT_Funding
    • FlashLoans
      • FCTFlashLoan_Aave_v2
    • Extensions
      • FCT_Ext_TokensValidator
      • FCT_Ext_TokensSafeMath
      • FCT_Ext_SecureStorage
      • FCT_Ext_SignersValidator
    • Libraries
      • FCT_Lib_UniswapV2
      • FCT_Lib_MultiCallV2
  • tokenomics
    • Architecture
    • Whitepaper
  • Engines
    • FCT_BatchMultiSig
      • Meta
      • Engine
      • Limits
      • Recurrency (Optional)
      • MultiSig (Optional)
      • Computed (Optional)
      • Validation (Optional)
      • Calls
        • Call Header
        • Call Params
      • Variables
        • External
        • Returned Data
        • Computed
        • Global
      • Solver Call
  • Runners
    • Vault
Powered by GitBook
On this page
  1. Engines
  2. FCT_BatchMultiSig
  3. Variables

Computed

PreviousReturned DataNextGlobal

Last updated 11 months ago

Computed are variables that takes a value or a variable and returns the following:

result=((var+aāˆ’b)cāˆ—d/e)ā€Šmodā€Šfresult = ((var + a - b)^c * d / e )\bmod{f} result=((var+aāˆ’b)cāˆ—d/e)modf

It can be used to do basic calculations on returned data without the need to add more calls.

usage

0xFE000....0000LLLL LLLL holds the computed result index on the struced list (starting with 1)

computed