aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-tracing-utils/src/constants.ts
blob: 34d62b53786bf64a13244c0fbd40081a6a7fc125 (plain) (blame)
1
2
3
4
5
6
7
8
// tslint:disable:number-literal-format
export const constants = {
    NEW_CONTRACT: 'NEW_CONTRACT' as 'NEW_CONTRACT',
    PUSH1: 0x60,
    PUSH2: 0x61,
    PUSH32: 0x7f,
    TIMESTAMP: 0x42,
};