Conditions
Available conditions are:- equal ()
- greater than ()
- less than ()
- greater than or equal ()
- less than or equal ()
- not equal ()
- in range ()
Calldata Offset
The number of bytes to offset from the start (excluding the function selector). The resulting value is a hex string of 32 bytes. In other words, if the offset is 10, the compared value will be formed from the calldata with the starting index of4 + 10 = 14
and an end index of 4 + 10 + 32 = 46
.