Class Members

Hierarchy

Constructors

Properties

events: IEvents = {}
functionBranches: Map<string, {
    pc: number;
    state: State<Inst, Expr>;
}> = ...

Store selectors', i.e., public and external functions program counter entry.

Type declaration

mappings: {
    [location: string]: {
        keys: Expr[][];
        name: string | undefined;
        structs: bigint[];
        values: Expr[];
    };
} = {}

Type declaration

  • [location: string]: {
        keys: Expr[][];
        name: string | undefined;
        structs: bigint[];
        values: Expr[];
    }
    • keys: Expr[][]
    • name: string | undefined
    • structs: bigint[]
    • values: Expr[]
reverts: IReverts = {}
variables: Map<bigint, Variable> = ...

Methods

  • Parameters

    • selector: string

    Returns {
        sig?: string;
    }

    • Optional sig?: string

Generated using TypeDoc v0.25.2