Validation (Optional)
Typed Struct (EIP712)
Params
Name
Type
index
uint256
value_1
uint256
op
string
value_2
uint256
index
Sequential number.
In order to prevent loops, computed input value is not allowed from the result of a previous computed.
var
Input variable. Can be any constant value or a variable (externa, returned data, etc), except computed variable with a lower or equal index.
Computed can use the result of another computed as an input value.
"var", "add", "sub", "mul", "div", ect. can hold simple numbers, variables, or computed values.
Last updated