Copy
Ask AI
struct Effect {
bool valid;
bool dynamicParam;
EffectTypes effectType;
ParamTypes pType;
bytes param;
bytes32 text;
string errorMessage;
uint256[] instructionSet;
uint256 eventPlaceholderIndex;
}
v0.9.1
struct Effect {
bool valid;
bool dynamicParam;
EffectTypes effectType;
ParamTypes pType;
bytes param;
bytes32 text;
string errorMessage;
uint256[] instructionSet;
uint256 eventPlaceholderIndex;
}