LibOpDecimal18MulNP
Used for reference implementation so that we have two independent upstreams to compare against.
Opcode to mul N 18 decimal fixed point values. Errors on overflow.
Functions
integrity
function integrity(IntegrityCheckStateNP memory, Operand operand) internal pure returns (uint256, uint256);
run
decimal18-mul 18 decimal fixed point multiplication with implied overflow checks from PRB Math.
function run(InterpreterStateNP memory, Operand operand, Pointer stackTop) internal pure returns (Pointer);
referenceFn
Gas intensive reference implementation of multiplication for testing.
function referenceFn(InterpreterStateNP memory, Operand, uint256[] memory inputs)
internal
pure
returns (uint256[] memory outputs);