test_blob_tx_attribute_value_opcode()
Test the VALUE opcode with different blob type transaction value amounts.
Test ID | opcode | tx_gas | tx_value |
---|---|---|---|
tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |
tx_gas_500000-tx_value_0-opcode_CALLVALUE | CALLVALUE | 500000 | 0 |
tx_gas_500000-tx_value_1-opcode_CALLVALUE | CALLVALUE | 500000 | 1 |
tx_gas_500000-tx_value_1000000000000000000-opcode_CALLVALUE | CALLVALUE | 500000 | 1000000000000000000 |