test_call_value_transfer_new_account()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_call.py::test_call_value_transfer_new_account@87aba1a3.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_call.py::test_call_value_transfer_new_account --fork Amsterdam
Test CALL with value to non-existent account charges state gas.
A CALL that transfers value to a non-existent account creates a new account, charging new-account state gas of state gas.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_call.py
424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.