test_delegatecall_inner_call_with_value()¶
Documentation for tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py::test_delegatecall_inner_call_with_value@2119b382.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py::test_delegatecall_inner_call_with_value --fork Amsterdam
Test DELEGATECALL to code that performs CALL with value.
Scenario: A DELEGATECALLs B, B does CALL with value to C. The CALL from B executes in A's context, so log shows A as sender.
Source code in tests/amsterdam/eip7708_eth_transfer_logs/test_transfer_logs.py
307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.