| fork | Frontier |
|---|---|
| group | Stop and Arithmetic Operations |
All intermediate calculations of this operation are not subject to the 2256 modulo.
Integer: first value to multiply.Integer: second value to multiply.Integer: denominator.
Integer: result of the multiplication followed by a modulo. If the denominator is 0, the result will be 0.
| Input | Output | * | Input | Output |
|---|---|---|---|---|
10 |
4 |
* | 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF |
9 |
10 |
* | 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF |
||
8 |
* | 12 |
The transaction is reverted in those cases:
- Not enough gas.
- Not enough values on the stack.