test_worst_memory_access()
¶
Documentation for tests/zkevm/test_worst_compute.py::test_worst_memory_access@64f949d0
.
Generate fixtures for these test cases for Prague with:
fill -v tests/zkevm/test_worst_compute.py::test_worst_memory_access --fork Prague
Test running a block with as many memory access instructions as possible.
Source code in tests/zkevm/test_worst_compute.py
1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | big_memory_expansion | offset_initialized | offset | opcode |
---|---|---|---|---|
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MLOAD | True | True | 0 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE | True | True | 0 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE8 | True | True | 0 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MLOAD | True | True | 1 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE | True | True | 1 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE8 | True | True | 1 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MLOAD | True | True | 31 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE | True | True | 31 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE8 | True | True | 31 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MLOAD | True | False | 0 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE | True | False | 0 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE8 | True | False | 0 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MLOAD | True | False | 1 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE | True | False | 1 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE8 | True | False | 1 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MLOAD | True | False | 31 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE | True | False | 31 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE8 | True | False | 31 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MLOAD | False | True | 0 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE | False | True | 0 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE8 | False | True | 0 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MLOAD | False | True | 1 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE | False | True | 1 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE8 | False | True | 1 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MLOAD | False | True | 31 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE | False | True | 31 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE8 | False | True | 31 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MLOAD | False | False | 0 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE | False | False | 0 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE8 | False | False | 0 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MLOAD | False | False | 1 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE | False | False | 1 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE8 | False | False | 1 | MSTORE8 |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MLOAD | False | False | 31 | MLOAD |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE | False | False | 31 | MSTORE |
...fork_Cancun-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE8 | False | False | 31 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MLOAD | True | True | 0 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE | True | True | 0 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE8 | True | True | 0 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MLOAD | True | True | 1 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE | True | True | 1 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE8 | True | True | 1 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MLOAD | True | True | 31 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE | True | True | 31 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE8 | True | True | 31 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MLOAD | True | False | 0 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE | True | False | 0 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE8 | True | False | 0 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MLOAD | True | False | 1 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE | True | False | 1 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE8 | True | False | 1 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MLOAD | True | False | 31 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE | True | False | 31 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE8 | True | False | 31 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MLOAD | False | True | 0 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE | False | True | 0 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE8 | False | True | 0 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MLOAD | False | True | 1 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE | False | True | 1 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE8 | False | True | 1 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MLOAD | False | True | 31 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE | False | True | 31 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE8 | False | True | 31 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MLOAD | False | False | 0 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE | False | False | 0 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE8 | False | False | 0 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MLOAD | False | False | 1 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE | False | False | 1 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE8 | False | False | 1 | MSTORE8 |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MLOAD | False | False | 31 | MLOAD |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE | False | False | 31 | MSTORE |
...fork_Cancun-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE8 | False | False | 31 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MLOAD | True | True | 0 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE | True | True | 0 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE8 | True | True | 0 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MLOAD | True | True | 1 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE | True | True | 1 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE8 | True | True | 1 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MLOAD | True | True | 31 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE | True | True | 31 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE8 | True | True | 31 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MLOAD | True | False | 0 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE | True | False | 0 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE8 | True | False | 0 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MLOAD | True | False | 1 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE | True | False | 1 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE8 | True | False | 1 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MLOAD | True | False | 31 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE | True | False | 31 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE8 | True | False | 31 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MLOAD | False | True | 0 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE | False | True | 0 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE8 | False | True | 0 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MLOAD | False | True | 1 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE | False | True | 1 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE8 | False | True | 1 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MLOAD | False | True | 31 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE | False | True | 31 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE8 | False | True | 31 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MLOAD | False | False | 0 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE | False | False | 0 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE8 | False | False | 0 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MLOAD | False | False | 1 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE | False | False | 1 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE8 | False | False | 1 | MSTORE8 |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MLOAD | False | False | 31 | MLOAD |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE | False | False | 31 | MSTORE |
...fork_Prague-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE8 | False | False | 31 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MLOAD | True | True | 0 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE | True | True | 0 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE8 | True | True | 0 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MLOAD | True | True | 1 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE | True | True | 1 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE8 | True | True | 1 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MLOAD | True | True | 31 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE | True | True | 31 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE8 | True | True | 31 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MLOAD | True | False | 0 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE | True | False | 0 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE8 | True | False | 0 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MLOAD | True | False | 1 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE | True | False | 1 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE8 | True | False | 1 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MLOAD | True | False | 31 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE | True | False | 31 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE8 | True | False | 31 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MLOAD | False | True | 0 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE | False | True | 0 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE8 | False | True | 0 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MLOAD | False | True | 1 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE | False | True | 1 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE8 | False | True | 1 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MLOAD | False | True | 31 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE | False | True | 31 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE8 | False | True | 31 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MLOAD | False | False | 0 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE | False | False | 0 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE8 | False | False | 0 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MLOAD | False | False | 1 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE | False | False | 1 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE8 | False | False | 1 | MSTORE8 |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MLOAD | False | False | 31 | MLOAD |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE | False | False | 31 | MSTORE |
...fork_Prague-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE8 | False | False | 31 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MLOAD | True | True | 0 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE | True | True | 0 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE8 | True | True | 0 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MLOAD | True | True | 1 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE | True | True | 1 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE8 | True | True | 1 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MLOAD | True | True | 31 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE | True | True | 31 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE8 | True | True | 31 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MLOAD | True | False | 0 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE | True | False | 0 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE8 | True | False | 0 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MLOAD | True | False | 1 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE | True | False | 1 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE8 | True | False | 1 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MLOAD | True | False | 31 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE | True | False | 31 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE8 | True | False | 31 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MLOAD | False | True | 0 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE | False | True | 0 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE8 | False | True | 0 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MLOAD | False | True | 1 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE | False | True | 1 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE8 | False | True | 1 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MLOAD | False | True | 31 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE | False | True | 31 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE8 | False | True | 31 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MLOAD | False | False | 0 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE | False | False | 0 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE8 | False | False | 0 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MLOAD | False | False | 1 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE | False | False | 1 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE8 | False | False | 1 | MSTORE8 |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MLOAD | False | False | 31 | MLOAD |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE | False | False | 31 | MSTORE |
...fork_Osaka-state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE8 | False | False | 31 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MLOAD | True | True | 0 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE | True | True | 0 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_0-opcode_MSTORE8 | True | True | 0 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MLOAD | True | True | 1 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE | True | True | 1 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_1-opcode_MSTORE8 | True | True | 1 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MLOAD | True | True | 31 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE | True | True | 31 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_True-offset_31-opcode_MSTORE8 | True | True | 31 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MLOAD | True | False | 0 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE | True | False | 0 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_0-opcode_MSTORE8 | True | False | 0 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MLOAD | True | False | 1 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE | True | False | 1 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_1-opcode_MSTORE8 | True | False | 1 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MLOAD | True | False | 31 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE | True | False | 31 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_True-offset_initialized_False-offset_31-opcode_MSTORE8 | True | False | 31 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MLOAD | False | True | 0 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE | False | True | 0 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_0-opcode_MSTORE8 | False | True | 0 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MLOAD | False | True | 1 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE | False | True | 1 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_1-opcode_MSTORE8 | False | True | 1 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MLOAD | False | True | 31 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE | False | True | 31 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_True-offset_31-opcode_MSTORE8 | False | True | 31 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MLOAD | False | False | 0 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE | False | False | 0 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_0-opcode_MSTORE8 | False | False | 0 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MLOAD | False | False | 1 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE | False | False | 1 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_1-opcode_MSTORE8 | False | False | 1 | MSTORE8 |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MLOAD | False | False | 31 | MLOAD |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE | False | False | 31 | MSTORE |
...fork_Osaka-blockchain_test_from_state_test-big_memory_expansion_False-offset_initialized_False-offset_31-opcode_MSTORE8 | False | False | 31 | MSTORE8 |