28 using View =
typename std::tuple_element_t<1, ContainerOverSubrelations>::View;
29 auto tmp =
static_cast<View
>(in.get(C::execution_sel_execute_get_env_var)) *
30 static_cast<View
>(in.get(C::execution_is_address)) *
31 (
static_cast<View
>(in.get(C::execution_register_0_)) -
32 static_cast<View
>(in.get(C::execution_contract_address)));
36 using View =
typename std::tuple_element_t<2, ContainerOverSubrelations>::View;
38 static_cast<View
>(in.get(C::execution_sel_execute_get_env_var)) *
39 static_cast<View
>(in.get(C::execution_is_sender)) *
40 (
static_cast<View
>(in.get(C::execution_register_0_)) -
static_cast<View
>(in.get(C::execution_msg_sender)));
44 using View =
typename std::tuple_element_t<3, ContainerOverSubrelations>::View;
45 auto tmp =
static_cast<View
>(in.get(C::execution_sel_execute_get_env_var)) *
46 static_cast<View
>(in.get(C::execution_is_transactionfee)) *
47 (
static_cast<View
>(in.get(C::execution_register_0_)) -
48 static_cast<View
>(in.get(C::execution_transaction_fee)));
52 using View =
typename std::tuple_element_t<4, ContainerOverSubrelations>::View;
54 static_cast<View
>(in.get(C::execution_sel_execute_get_env_var)) *
55 static_cast<View
>(in.get(C::execution_is_isstaticcall)) *
56 (
static_cast<View
>(in.get(C::execution_register_0_)) -
static_cast<View
>(in.get(C::execution_is_static)));
60 using View =
typename std::tuple_element_t<5, ContainerOverSubrelations>::View;
61 auto tmp =
static_cast<View
>(in.get(C::execution_sel_execute_get_env_var)) *
62 static_cast<View
>(in.get(C::execution_is_l2gasleft)) *
63 (
static_cast<View
>(in.get(C::execution_register_0_)) -
64 (
static_cast<View
>(in.get(C::execution_l2_gas_limit)) -
65 static_cast<View
>(in.get(C::execution_l2_gas_used))));
69 using View =
typename std::tuple_element_t<6, ContainerOverSubrelations>::View;
70 auto tmp =
static_cast<View
>(in.get(C::execution_sel_execute_get_env_var)) *
71 static_cast<View
>(in.get(C::execution_is_dagasleft)) *
72 (
static_cast<View
>(in.get(C::execution_register_0_)) -
73 (
static_cast<View
>(in.get(C::execution_da_gas_limit)) -
74 static_cast<View
>(in.get(C::execution_da_gas_used))));