// tslint:disable:number-literal-format
export const constants = {
    NEW_CONTRACT: 'NEW_CONTRACT' as 'NEW_CONTRACT',
    PUSH1: 0x60,
    PUSH2: 0x61,
    PUSH32: 0x7f,
    TIMESTAMP: 0x42,
};