test_initcode_calls_with_value()¶
Documentation for tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py::test_initcode_calls_with_value@87aba1a3.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py::test_initcode_calls_with_value --fork Amsterdam
Test that CALL with value during initcode emits correct log.
Initcode performs CALL with value before returning deployed code. Log should show the being-created contract as sender.
Source code in tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py
400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 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 461 462 463 464 465 466 467 468 | |
Parametrized Test Cases¶
This test generates 2 parametrized test cases across 1 fork.