test_factory_rejects_ef_prefix_deployment()¶
Documentation for tests/amsterdam/eip7997_deterministic_factory_predeploy/test_factory.py::test_factory_rejects_ef_prefix_deployment@5c024cbb.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7997_deterministic_factory_predeploy/test_factory.py::test_factory_rejects_ef_prefix_deployment --fork Amsterdam
EIP-3541: deploying code that begins with 0xEF is rejected. The
factory's CREATE2 fails when the initcode would return such code;
the factory reverts and no contract is deployed.
Source code in tests/amsterdam/eip7997_deterministic_factory_predeploy/test_factory.py
602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.