Documentation
¶
Index ¶
Constants ¶
View Source
const RESULT_JSON_PATH = "result.json"
Variables ¶
This section is empty.
Functions ¶
func GenerateJsonFileFromContractInfoSlice ¶
func GenerateJsonFileFromContractInfoSlice(contractSlice []ContractInfo)
func ReadCsvFile ¶
Types ¶
type Block ¶
type Block struct {
PC string `json:"pc"`
Range BlockRange `json:"range"`
Predecessors []string `json:"predecessors"`
Successors []string `json:"successors"`
EntryStack []string `json:"entryStack"`
StackPops uint64 `json:"stackPops"`
StackAdditions []string `json:"stackAdditions"`
ExitStack []string `json:"exitStack"`
Instructions map[string]Instruction `json:"instructions"`
InstructionOrder []string `json:"instructionOrder"`
}
type BlockRange ¶
type Contract ¶
func NewContract ¶
type ContractInfo ¶
type Instruction ¶
Click to show internal directories.
Click to hide internal directories.