Meta
Holds FCT's meta information
Typed Struct (EIP712)
Params
name
string
app
string
app_version
string
builder
string
builder_address
address
domain
string
name
"name" holds a free string that can be used to give the user the ability to give a meaningful name.
app
"app" holds a free string that can be used to give the user an overview of the functionality of the FCT, e.g. "limit order", "stop loss", etc.
app_version
"app_version" holds a free string that can be used to specify the app version, e.g. "1.0.1".
builder
"builder' is used to register FCT to an official builder. It is done by saving the name on the FCT_Actuator contract storage and attaching the builder's address to it.
builder_address
The address of the creator of this FCT that will get rewards according to the tokenomics defined on the FCT_Tokenomics contract.
If the name is attached to a builder address in the FCT_Tokenomics contract that address will override the builder address defined here
domain
"domain' is used to distinguish between app providers. Allowing to show only relevant apps to their users. e.g. "intentable.io"
Last updated