Git Source

struct Effect {
    bool valid;
    bool dynamicParam;
    ET effectType;
    PT pType;
    bytes param;
    bytes32 text;
    string errorMessage;
    uint256[] instructionSet;
}