Constants
OPCODE_FUNCTION_POINTERS
Empty opcode function pointers constant. Inheriting contracts should
create their own constant and override opcodeFunctionPointers to use
theirs.
bytes constant OPCODE_FUNCTION_POINTERS = hex"";
INTEGRITY_FUNCTION_POINTERS
Empty integrity function pointers constant. Inheriting contracts should
create their own constant and override integrityFunctionPointers to use
theirs.
bytes constant INTEGRITY_FUNCTION_POINTERS = hex"";