Skip to main content

arc56-generated-argim_ff1f8b0b

Auto-generated typed Algorand smart-contract clients for Argimirodelpozo/puya-sol, built from the ARC-56 specs listed below.

Generated by the Arc56Registry pipeline, using the algorandfoundation/algokit-client-generator-py ARC-56 client generator. Do not edit these files by hand — they are regenerated automatically whenever the source ARC-56 spec changes.

Install

pip install arc56-generated-argim_ff1f8b0b

Basic usage

Each contract in this package is a separate module (a hash of its source URL is appended to its filename to keep multiple contracts in the same repository from colliding), containing a typed <Name>Client for interacting with an already-deployed instance of that contract, plus a <Name>Factory for deploying new instances.

from algokit_utils import AlgorandClient
from arc56_generated_argim_ff1f8b0b import C_9fb3fadd

algorand = AlgorandClient.mainnet()
client = C_9fb3fadd.CClient(
    algorand=algorand,
    app_id=123456789,
)

# call a contract method, e.g.:
# result = client.send.some_method(args=(...))

full vs minimal generator mode

Contracts in this package are generated with the client generator's full mode by default, which emits both the typed Client and a deploy/create Factory class plus deployment metadata (source code, bytecode, template variables). For the rare contract whose full-mode output fails to generate or fails to byte-compile, this package falls back to minimal mode (Client only, no Factory) for that contract instead of failing outright. The contracts table below flags any contract generated this way; every other contract includes a working Factory.

Contracts included in this package

Module Client class Source ARC-56 spec
C_9fb3fadd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abidecode/abi_decode_simple/C.arc56.json
C_6307f646 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_decode_calldata/C.arc56.json
C_fe73c63c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_decode_simple/C.arc56.json
C_4df76645 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_decode_simple_storage/C.arc56.json
C_3975b5c8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call/C.arc56.json
Base_8105e3ef BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call_declaration/Base.arc56.json
C_c3eea77d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call_declaration/C.arc56.json
X_27e2723e XClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call_declaration/X.arc56.json
C_a23d25c8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call_is_consistent/C.arc56.json
C_d85752a0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call_memory/C.arc56.json
D_e24647cf DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call_memory/D.arc56.json
C_94e75ed3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call_special_args/C.arc56.json
C_7b0b8fe6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_call_uint_bytes/C.arc56.json
C_edfaf6e1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_empty_string_v1/C.arc56.json
C_728ff71c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_with_selector/C.arc56.json
C_47ee809f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_with_selectorv2/C.arc56.json
C_346f7d89 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_with_signature/C.arc56.json
C_7e4f2070 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/abi_encode_with_signaturev2/C.arc56.json
C_a1d9cf43 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/contract_array/C.arc56.json
C_1f86efe6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/contract_array_v2/C.arc56.json
Test_24c31a06 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/offset_overflow_in_array_decoding/Test.arc56.json
Test_4dcdca1c TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/offset_overflow_in_array_decoding_2/Test.arc56.json
Test_be9d5f4f TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncodeDecode/offset_overflow_in_array_decoding_3/Test.arc56.json
C_dc6263df CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_decode_dynamic_array/C.arc56.json
C_24fb634d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_decode_fixed_arrays/C.arc56.json
C_045fe15e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_decode_static_array/C.arc56.json
C_406e1736 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_decode_static_array_v2/C.arc56.json
C_5efc0cb0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_decode_trivial/C.arc56.json
C_97ad7909 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_decode_v2/C.arc56.json
C_f27f62e0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_decode_v2_calldata/C.arc56.json
C_4ab7da28 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_decode_v2_storage/C.arc56.json
C_f84fed8a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_encode/C.arc56.json
C_a7dea0a5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_encode_call/C.arc56.json
C_0f803f04 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_encode_calldata_slice/C.arc56.json
C_36e7fbee CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_encode_decode_simple/C.arc56.json
C_314e3aab CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_encode_empty_string/C.arc56.json
C_91921d4f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/abi_encode_rational/C.arc56.json
C_21548d95 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/bool_out_of_bounds/C.arc56.json
C_89e77698 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/byte_arrays/C.arc56.json
C_c9ce4afe CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/calldata_arrays_too_large/C.arc56.json
C_8951a00f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/calldata_bytes_bytes32_arrays/C.arc56.json
C_42d190d6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/decode_slice/C.arc56.json
C_2f5031da CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/dynamic_arrays/C.arc56.json
C_54a3b6c8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/dynamic_memory_copy/C.arc56.json
C_17e3ff3a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/enums/C.arc56.json
C_c325a9c5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/memory_dynamic_array_and_calldata_bytes/C.arc56.json
C_cae766e6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/memory_params_in_external_function/C.arc56.json
C_e368284f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/return_dynamic_types_cross_call_advanced/C.arc56.json
C_e8646e39 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/return_dynamic_types_cross_call_out_of_range_1/C.arc56.json
C_cf054c2b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/return_dynamic_types_cross_call_out_of_range_2/C.arc56.json
C_b4d885ec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV1/return_dynamic_types_cross_call_simple/C.arc56.json
C_108cd817 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_calldata_slice/C.arc56.json
C_77ba0dab CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_empty_string_v2/C.arc56.json
C_a7a34cfb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_rational_v2/C.arc56.json
C_48b9f646 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_v2/C.arc56.json
A_47ca1243 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_v2_in_function_inherited_in_v1_contract/A.arc56.json
B_110e13d2 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_v2_in_function_inherited_in_v1_contract/B.arc56.json
C_549b4509 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_v2_in_function_inherited_in_v1_contract/C.arc56.json
A_ee1893f0 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_v2_in_modifier_used_in_v1_contract/A.arc56.json
B_253e593a BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_v2_in_modifier_used_in_v1_contract/B.arc56.json
C_7f80e39d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encode_v2_in_modifier_used_in_v1_contract/C.arc56.json
E_15865521 EClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/abi_encoder_v2_head_overflow_with_static_array_cleanup_bug/E.arc56.json
C_cb3488e0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/bool_out_of_bounds/C.arc56.json
C_90005656 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/byte_arrays/C.arc56.json
C_9bc80915 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array/C.arc56.json
C_e23f3c56 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_dynamic/C.arc56.json
C_74f20902 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_dynamic_index_access/C.arc56.json
C_669e5b53 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_dynamic_static_dynamic/C.arc56.json
C_4147a07f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_dynamic_static_in_library/C.arc56.json
C_ea2960ed CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_dynamic_static_short_decode/C.arc56.json
C_f554f5e0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_dynamic_static_short_reencode/C.arc56.json
C_0d485a70 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_function_types/C.arc56.json
C_7c6f6673 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_multi_dynamic/C.arc56.json
C_b9bfa811 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_short/C.arc56.json
C_d236fcc9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_short_no_revert_string/C.arc56.json
C_13bce384 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_static/C.arc56.json
C_942c7d22 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_static_dynamic_static/C.arc56.json
C_6e77f22b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_static_index_access/C.arc56.json
C_36570923 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_struct_dynamic/C.arc56.json
C_ef4e409f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_two_dynamic/C.arc56.json
C_f64eee0f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_array_two_static/C.arc56.json
C_3e56b0ac CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_dynamic_array_to_memory/C.arc56.json
C_1937e717 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_nested_array_reencode/C.arc56.json
C_e82029c9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_nested_array_static_reencode/C.arc56.json
C_90f83a11 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_overlapped_dynamic_arrays/C.arc56.json
C_ee378960 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_overlapped_nested_dynamic_arrays/C.arc56.json
C_537c8fe0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_struct_array_reencode/C.arc56.json
C_81894650 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_struct_dynamic/C.arc56.json
C_cb59096b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_struct_member_offset/C.arc56.json
C_7a188082 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_struct_simple/C.arc56.json
C_47a6caa5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_three_dimensional_dynamic_array_index_access/C.arc56.json
C_2acdb3e2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/calldata_with_garbage/C.arc56.json
C_16d73b57 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/dynamic_arrays/C.arc56.json
C_e0e82876 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/dynamic_nested_arrays/C.arc56.json
C_5e0be999 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/enums/C.arc56.json
C_9279d151 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/memory_dynamic_array_and_calldata_bytes/C.arc56.json
C_f0674b19 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/memory_dynamic_array_and_calldata_static_array/C.arc56.json
C_d927d90a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/memory_params_in_external_function/C.arc56.json
C_2b27a9a8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/abiEncoderV2/storage_array_encoding/C.arc56.json
test_ae66e2ae TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/ABIJson/basic_test/test.arc56.json
Lotto_b11d4154 LottoClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/accessor/accessor_for_const_state_variable/Lotto.arc56.json
Lotto_8c337cf5 LottoClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/accessor/accessor_for_state_variable/Lotto.arc56.json
C_4de8f1b4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/addmod_mulmod/C.arc56.json
C_235d4fba CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/addmod_mulmod_zero/C.arc56.json
C_bef1ff74 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/block_inside_unchecked/C.arc56.json
C_dc964302 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/check_var_init/C.arc56.json
D_71f8978c DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/check_var_init/D.arc56.json
C_a9abc114 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/checked_add_v1/C.arc56.json
C_2ba99ca8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/checked_add_v2/C.arc56.json
C_a473d0ec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/checked_called_by_unchecked/C.arc56.json
C_d03cfc27 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/checked_modifier_called_by_unchecked/C.arc56.json
C_e51acb88 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/divisiod_by_zero/C.arc56.json
C_8278982a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/exp_associativity/C.arc56.json
C_5507c006 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/signed_mod/C.arc56.json
C_0ca22b13 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/unchecked_called_by_checked/C.arc56.json
C_f206784c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/arithmetics/unchecked_div_by_zero/C.arc56.json
C_0ad13672 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_2d_assignment/C.arc56.json
C_c660514f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_2d_new/C.arc56.json
C_43a10dbd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_3d_assignment/C.arc56.json
C_f51eb37b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_3d_new/C.arc56.json
C_626468ab CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_memory_as_parameter/C.arc56.json
C_b809dc62 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_memory_create/C.arc56.json
C_fea1ff96 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_memory_index_access/C.arc56.json
C_32ae867d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_push_return_reference/C.arc56.json
C_0d4e22a9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_push_with_arg/C.arc56.json
C_6a0dc681 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_storage_index_access/C.arc56.json
C_6f402b11 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_storage_index_boundary_test/C.arc56.json
C_b81cccdf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_storage_index_zeroed_test/C.arc56.json
C_ecf30e10 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_storage_length_access/C.arc56.json
C_2a0fde12 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_storage_pop_zero_length/C.arc56.json
C_d41aa967 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_storage_push_empty/C.arc56.json
C_d30f0afb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_storage_push_empty_length_address/C.arc56.json
C_a9e900df CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/array_storage_push_pop/C.arc56.json
Test_0087d4e1 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/arrays_complex_from_and_to_storage/Test.arc56.json
c_f93c48c2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/byte_array_storage_layout/c.arc56.json
c_01e887f6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/byte_array_transitional_2/c.arc56.json
c_fd09b6c4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/bytes_length_member/c.arc56.json
C_4519247b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/bytes_to_fixed_bytes_cleanup/C.arc56.json
C_3c8d0665 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/bytes_to_fixed_bytes_simple/C.arc56.json
C_eb94f2a9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/bytes_to_fixed_bytes_too_long/C.arc56.json
C_38595e23 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_array/C.arc56.json
Test_4d3bf944 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_array_as_argument_internal_function/Test.arc56.json
C_c7647ccf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_array_dynamic_invalid/C.arc56.json
C_a56fda29 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_array_dynamic_invalid_static_middle/C.arc56.json
C_b3b089a3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_array_of_struct/C.arc56.json
C_7aaa7370 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_array_two_dimensional/C.arc56.json
C_70ba469f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_array_two_dimensional_1/C.arc56.json
C_65329e4e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_bytes_array_bounds/C.arc56.json
C_3ee5c86f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/calldata_slice_access/C.arc56.json
C_0b9e9b30 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/constant_var_as_array_length/C.arc56.json
C_83856cf3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/contract_array/C.arc56.json
C_cd26ea5d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/create_dynamic_array_with_zero_length/C.arc56.json
C_6964ab6d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/create_memory_array/C.arc56.json
C_7479b1f3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/create_memory_array_too_large/C.arc56.json
C_e85baea8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/create_memory_byte_array/C.arc56.json
C_9fbc1be6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/create_multiple_dynamic_arrays/C.arc56.json
c_24d55461 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/dynamic_array_cleanup/c.arc56.json
c_00e90a2f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/dynamic_arrays_in_storage/c.arc56.json
c_72f2943b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/dynamic_multi_array_cleanup/c.arc56.json
c_3fa20807 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/dynamic_out_of_bounds_array_access/c.arc56.json
A_2c8e5364 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/evm_exceptions_out_of_band_access/A.arc56.json
c_969ba032 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/external_array_args/c.arc56.json
c_17045424 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/fixed_array_cleanup/c.arc56.json
A_eb729986 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/fixed_arrays_as_return_type/A.arc56.json
B_76afe322 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/fixed_arrays_as_return_type/B.arc56.json
Creator_a6b033e6 CreatorClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/fixed_arrays_in_constructors/Creator.arc56.json
c_955a1eed CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/fixed_arrays_in_storage/c.arc56.json
C_56d7047e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/fixed_bytes_length_access/C.arc56.json
c_6a173c68 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/fixed_out_of_bounds_array_access/c.arc56.json
C_2488e023 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/function_array_cross_calls/C.arc56.json
D_725cae83 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/function_array_cross_calls/D.arc56.json
C_fd5fd8c2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/function_memory_array/C.arc56.json
C_11f43b25 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/inline_array_return/C.arc56.json
C_5890ce2a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/inline_array_singleton/C.arc56.json
C_7e19d9f4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/inline_array_storage_to_memory_conversion_ints/C.arc56.json
C_a7e3b5db CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/inline_array_storage_to_memory_conversion_strings/C.arc56.json
C_b120685c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/inline_array_strings_from_document/C.arc56.json
C_95c9586c (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/invalid_encoding_for_storage_byte_array/C.arc56.json
C_9a9d8a18 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/long_byte_array_cleanup_after_delete/C.arc56.json
C_3f4ea33d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/long_byte_array_cleanup_after_overwrite_with_long/C.arc56.json
C_4c1359ec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/memory/C.arc56.json
C_8dffcdee CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/memory_arrays_of_various_sizes/C.arc56.json
C_94b1940a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/nested_calldata_storage/C.arc56.json
C_7ca5a344 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/nested_calldata_storage2/C.arc56.json
Helper_85673228 HelperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/reusing_memory/Helper.arc56.json
Main_c124bb9e MainClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/reusing_memory/Main.arc56.json
c_cf8a2243 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/short_fixed_array_cleanup/c.arc56.json
BinarySearch_b1115fc0 BinarySearchClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/storage_array_ref/BinarySearch.arc56.json
Store_49663166 StoreClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/storage_array_ref/Store.arc56.json
Sample_d0578063 SampleClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/string_allocation_bug/Sample.arc56.json
Test_7c34bb19 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/string_bytes_conversion/Test.arc56.json
C_2b12a60f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/string_literal_assign_to_storage_bytes/C.arc56.json
buggystruct_aadb8944 BuggystructClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/array/strings_in_struct/buggystruct.arc56.json
C_3be909f7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/assignment_to_const_var_involving_keccak/C.arc56.json
C_c605cd4c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/blobhash/C.arc56.json
C_e2f5d4b9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/blobhash_shadow_resolution/C.arc56.json
C_3bfe2918 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/blockhash/C.arc56.json
C_763dbfe9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/blockhash_shadow_resolution/C.arc56.json
C_ec9dc0f6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_equivalent_solidity_spec/C.arc56.json
C_6ed1f79c (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_equivalent_solidity_spec_comptime/C.arc56.json
C_f6ddfa41 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_layout_specifier_slot_match_comptime/C.arc56.json
C_053fc3a7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_overflow_expression/C.arc56.json
C_2b07b214 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_abi_encode/C.arc56.json
C_c776f775 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_array_string_literal/C.arc56.json
C_9d54a753 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_locations/C.arc56.json
C_8285b0d2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_pure_function/C.arc56.json
C_583be3d6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_string_concat/C.arc56.json
C_dedfff55 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_string_literal_with_escaped_chars/C.arc56.json
C_f1424e79 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_ternary_operator/C.arc56.json
C_8e145e34 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_unicode_string_literal/C.arc56.json
C_a8c71057 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_unicode_string_variable/C.arc56.json
C_4997af7a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_with_zero_last_byte_of_inner_hash/C.arc56.json
C_a97372bc (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/erc7201_param_with_zero_last_byte_of_inner_hash_comptime/C.arc56.json
C_d54822c0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/function_types_sig/C.arc56.json
c_81d4d8b9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/iterated_keccak256_with_bytes/c.arc56.json
C_6010a812 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/keccak256/C.arc56.json
C_b7515c37 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/keccak256_empty/C.arc56.json
c_e6304961 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/keccak256_multiple_arguments/c.arc56.json
c_695229df CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/keccak256_multiple_arguments_with_numeric_literals/c.arc56.json
c_022d487c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/keccak256_multiple_arguments_with_string_literals/c.arc56.json
C_e1c8641e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/keccak256_packed/C.arc56.json
C_51a02548 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/keccak256_packed_complex_types/C.arc56.json
c_7cbf58c3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/keccak256_with_bytes/c.arc56.json
test_f39e31e7 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/msg_sig/test.arc56.json
test_07eb1da3 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/msg_sig_after_internal_call_is_same/test.arc56.json
C_084d1a4c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/ripemd160/C.arc56.json
C_352c648e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/ripemd160_empty/C.arc56.json
C_6323b39a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/ripemd160_packed/C.arc56.json
C_7cb06620 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/sha256/C.arc56.json
C_17d7d788 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/sha256_empty/C.arc56.json
C_b903d84f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/builtinFunctions/sha256_packed/C.arc56.json
C_d6d13cc8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_array_access/C.arc56.json
C_f6b8db21 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_array_dynamic_bytes/C.arc56.json
C_8ef8f6ef CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_array_index_range_access/C.arc56.json
C_14439566 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_array_length/C.arc56.json
C_4a228cab CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_array_three_dimensional/C.arc56.json
C_0451aa7b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_attached_to_bytes/C.arc56.json
C_b985bdea CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_attached_to_dynamic_array_or_slice/C.arc56.json
C_88b1a2ef CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_attached_to_static_array/C.arc56.json
C_dae8f1fa CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_attached_to_struct/C.arc56.json
C_8bba4830 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_bytes_array_bounds/C.arc56.json
CalldataTest_e814a981 CalldataTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_bytes_external/CalldataTest.arc56.json
C_10b47a39 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_bytes_internal/C.arc56.json
C_0981e1ba CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_bytes_to_memory/C.arc56.json
C_69213e4b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_bytes_to_memory_encode/C.arc56.json
C_bef6f2ba CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_internal_function_pointer/C.arc56.json
C_65b30321 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_internal_library/C.arc56.json
C_331f835f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_internal_multi_array/C.arc56.json
C_9d69f47b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_internal_multi_fixed_array/C.arc56.json
C_ee44bb69 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_memory_mixed/C.arc56.json
C_a495de8c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_string_array/C.arc56.json
C_9d5549ff CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_struct/C.arc56.json
C_b0e80051 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_struct_cleaning/C.arc56.json
C_28fee451 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/calldata_struct_internal/C.arc56.json
c_0e8e0935 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/calldata/copy_from_calldata_removes_bytes_data/c.arc56.json
C_b399d26d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/bool_conversion_v1/C.arc56.json
C_cb91e0f3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/bool_conversion_v2/C.arc56.json
C_21afaf92 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/byte_array_to_storage_cleanup/C.arc56.json
C_a442e3a7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/cleanup_address_types_shortening/C.arc56.json
C_ade03a2b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/cleanup_address_types_v1/C.arc56.json
C_bd16337b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/cleanup_address_types_v2/C.arc56.json
C_4164274a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/cleanup_bytes_types_shortening_newCodeGen/C.arc56.json
C_c5ff4a11 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/cleanup_bytes_types_shortening_OldCodeGen/C.arc56.json
C_ff9bd78c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/cleanup_bytes_types_v1/C.arc56.json
C_e44b2317 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/cleanup_bytes_types_v2/C.arc56.json
C_041e91ee CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/cleanup_in_compound_assign/C.arc56.json
C_29887903 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/dirty_calldata_bytes/C.arc56.json
C_cd67b9e6 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/dirty_calldata_dynamic_array/C.arc56.json
C_e70530f7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/exp_cleanup/C.arc56.json
C_0e366279 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/exp_cleanup_direct/C.arc56.json
C_363da6dc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/exp_cleanup_nonzero_base/C.arc56.json
C_f77ed016 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/exp_cleanup_smaller_base/C.arc56.json
C_624dc004 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/indexed_log_topic_during_explicit_downcast/C.arc56.json
C_1c5d8c01 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/cleanup/indexed_log_topic_during_explicit_downcast_during_emissions/C.arc56.json
C_8c0929c4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constantEvaluator/negative_fractional_mod/C.arc56.json
C_a9cf40a9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constantEvaluator/rounding/C.arc56.json
C_3d331803 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/asm_address_constant_regression/C.arc56.json
C_272b1bcb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/asm_constant_file_level/C.arc56.json
A_627bb128 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/assign_type_info/A.arc56.json
B_ddd68e7c BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/assign_type_info/B.arc56.json
C_360dd234 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/constant_string/C.arc56.json
C_0947a0dd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/constant_string_at_file_level/C.arc56.json
Foo_e5b3defd FooClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/constant_variables/Foo.arc56.json
C_1e3f097d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/constants_at_file_level_referencing/C.arc56.json
C_3418ee46 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/consteval_array_length/C.arc56.json
B_68566d33 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/function_unreferenced/B.arc56.json
C_9d63e0bc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/function_unreferenced/C.arc56.json
C_17d8f647 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/same_constants_different_files/C.arc56.json
Foo_a15b1c5d FooClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constants/simple_constant_variables_test/Foo.arc56.json
Base_84f08d07 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/arrays_in_constructors/Base.arc56.json
Creator_2285e880 CreatorClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/arrays_in_constructors/Creator.arc56.json
Main_f14596bd MainClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/arrays_in_constructors/Main.arc56.json
Base_ca456736 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/base_constructor_arguments/Base.arc56.json
BaseBase_1463de1c BaseBaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/base_constructor_arguments/BaseBase.arc56.json
Derived_40cf36e0 DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/base_constructor_arguments/Derived.arc56.json
Base_e4ed902a BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/bytes_in_constructors_packer/Base.arc56.json
Creator_af44059c CreatorClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/bytes_in_constructors_packer/Creator.arc56.json
Main_c8b14f7f MainClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/bytes_in_constructors_packer/Main.arc56.json
Test_2ab0b463 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/bytes_in_constructors_unpacker/Test.arc56.json
A1_55cb99e4 A1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/callvalue_check/A1.arc56.json
A2_a570353e A2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/callvalue_check/A2.arc56.json
B1_3782f188 B1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/callvalue_check/B1.arc56.json
B2_7686ecfe B2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/callvalue_check/B2.arc56.json
B3_e186a47f B3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/callvalue_check/B3.arc56.json
B4_b8c60c53 B4Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/callvalue_check/B4.arc56.json
C_27edd62d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/callvalue_check/C.arc56.json
Main_fe7c556b MainClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/constructor_arguments_external/Main.arc56.json
Helper_58031513 HelperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/constructor_arguments_internal/Helper.arc56.json
Main_e0b6830f MainClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/constructor_arguments_internal/Main.arc56.json
D_e1ed7821 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/constructor_function_argument/D.arc56.json
C_d63a6bc8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/constructor_function_complex/C.arc56.json
D_1ebf5236 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/constructor_function_complex/D.arc56.json
C_8b2052be CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/constructor_static_array_argument/C.arc56.json
A_66e3c178 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/evm_exceptions_in_constructor_call_fail/A.arc56.json
B_051259e8 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/evm_exceptions_in_constructor_call_fail/B.arc56.json
Base_658bb8d4 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/function_usage_in_constructor_arguments/Base.arc56.json
BaseBase_23bd46fc BaseBaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/function_usage_in_constructor_arguments/BaseBase.arc56.json
Derived_18d1b709 DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/function_usage_in_constructor_arguments/Derived.arc56.json
Test_cdb45af9 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/functions_called_by_constructor/Test.arc56.json
Test_568b8d34 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/functions_called_by_constructor_through_dispatch/Test.arc56.json
Base_e9dce24b BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/inline_member_init_inheritence_without_constructor/Base.arc56.json
Derived_ea915476 DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/inline_member_init_inheritence_without_constructor/Derived.arc56.json
A1_ff3cdf92 A1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/no_callvalue_check/A1.arc56.json
A2_2c9b45a4 A2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/no_callvalue_check/A2.arc56.json
B1_fbe17909 B1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/no_callvalue_check/B1.arc56.json
B2_524ccd93 B2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/no_callvalue_check/B2.arc56.json
B3_e8d28462 B3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/no_callvalue_check/B3.arc56.json
C_f3cffabf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/no_callvalue_check/C.arc56.json
A_8c445747 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/order_of_evaluation/A.arc56.json
B_d0270296 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/order_of_evaluation/B.arc56.json
C_43caccca CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/order_of_evaluation/C.arc56.json
D_5e78fa10 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/order_of_evaluation/D.arc56.json
X_5f24b708 XClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/order_of_evaluation/X.arc56.json
C_adb17ff2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/payable_constructor/C.arc56.json
C_36b741ee CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/state_variable_initialization/C.arc56.json
C_7bf5b860 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/store_function_in_constructor/C.arc56.json
C_94357471 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/store_function_in_constructor_packed/C.arc56.json
C_3af43ff4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/store_internal_unused_function_in_constructor/C.arc56.json
C_cefe26bf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/store_internal_unused_library_function_in_constructor/C.arc56.json
C_de49d6dc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/constructor/transient_state_variable_initialization/C.arc56.json
C_ca1c8e2c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/conversions/function_type_array_to_storage/C.arc56.json
C_e8d3d070 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/conversions/string_to_bytes/C.arc56.json
C_b244a7c7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/bound_function/C.arc56.json
C_c6eb7a31 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/library_function/C.arc56.json
C_b6a93e31 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/library_function_deployed/C.arc56.json
C_68920e65 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/module_function/C.arc56.json
C_3d84fe82 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/module_function_deployed/C.arc56.json
C_0be9b1c9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/static_base_function/C.arc56.json
C_d818a352 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/static_base_function_deployed/C.arc56.json
C_ab029edc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/super_function/C.arc56.json
C_e085cd6b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/super_function_deployed/C.arc56.json
C_6b8ab621 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/virtual_function/C.arc56.json
C_f853ab62 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/deployedCodeExclusion/virtual_function_deployed/C.arc56.json
test_1000b48f TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/ecrecover/ecrecover/test.arc56.json
test_aadab2fe TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/ecrecover/ecrecover_abiV2/test.arc56.json
C_214754c1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/ecrecover/failing_ecrecover_invalid_input/C.arc56.json
C_01087719 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/ecrecover/failing_ecrecover_invalid_input_asm/C.arc56.json
C_46d88194 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/ecrecover/failing_ecrecover_invalid_input_proper/C.arc56.json
c_e9f2ff58 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/constructing_enums_from_ints/c.arc56.json
test_92baf2b2 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/enum_explicit_overflow/test.arc56.json
test_c63035f4 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/enum_explicit_overflow_homestead/test.arc56.json
C_cc60cc4b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/enum_referencing/C.arc56.json
C_97e765ab CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/enum_with_256_members/C.arc56.json
C_b51be774 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/invalid_enum_logged/C.arc56.json
test_040a6a4a TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/minmax/test.arc56.json
test_f1d4ea31 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/using_contract_enums_with_explicit_contract_name/test.arc56.json
test_54b9af05 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/using_enums/test.arc56.json
base_744c0db2 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/using_inherited_enum/base.arc56.json
test_f3fad56e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/using_inherited_enum/test.arc56.json
base_5034bc5c BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/using_inherited_enum_excplicitly/base.arc56.json
test_dd79126d TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/enums/using_inherited_enum_excplicitly/test.arc56.json
C_33e54a35 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/eof/call_options_overload/C.arc56.json
C_7dd094e7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/eof/external_call_to_nonexisting/C.arc56.json
C_17bf8483 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/error_in_library_and_interface/C.arc56.json
C_f7b9e8ca CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/error_selector/C.arc56.json
D_2188e465 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/error_selector/D.arc56.json
C_dd2fab17 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/error_static_calldata_uint_array_and_dynamic_array/C.arc56.json
BContract_244965a3 BContractClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/error_throw_from_module_via_member_access/BContract.arc56.json
CContract_50af9ee1 CContractClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/error_throw_from_module_via_member_access/CContract.arc56.json
C_45152fd0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/errors_by_parameter_type/C.arc56.json
C_7b48a15f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/named_error_args/C.arc56.json
C_c29767d3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/named_parameters_shadowing_types/C.arc56.json
C_0b4d4239 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/panic_via_import/C.arc56.json
C_42c45084 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_different_errors_same_parameters/C.arc56.json
C_1dcb2628 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_condition_evaluated_only_once/C.arc56.json
C_c77e6800 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_evaluation_order_1/C.arc56.json
C_77bc9aca CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_evaluation_order_2/C.arc56.json
C_c55602af CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_evaluation_order_3/C.arc56.json
C_3b46c3fb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_function_join_control_flow/C.arc56.json
C_380e21d6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_function_pointer_parameter/C.arc56.json
C_dca9399c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_multiple_arguments/C.arc56.json
C_a631ebb9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_stack_check/C.arc56.json
C_110ff696 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_string_literal/C.arc56.json
C_7312b64e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_string_memory/C.arc56.json
C_787b7d91 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_error_uint256/C.arc56.json
Base_78e463b2 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_inherited_error/Base.arc56.json
C_a417d338 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/require_inherited_error/C.arc56.json
C_a80c6b38 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/revert_conversion/C.arc56.json
C_0ad75b73 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/simple/C.arc56.json
C_39159f5b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/using_structs/C.arc56.json
A_cd9fa30d AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/via_contract_type/A.arc56.json
B_bd336d76 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/via_contract_type/B.arc56.json
X_d443dfdb XClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/via_contract_type/X.arc56.json
C_8c54728b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/via_import/C.arc56.json
C_93731c17 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/errors/weird_name/C.arc56.json
C_439a3360 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/emit_three_identical_events/C.arc56.json
C_bb905330 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/emit_two_identical_events/C.arc56.json
ClientReceipt_c9903897 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event/ClientReceipt.arc56.json
A_385ce917 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_access_through_base_name_emit/A.arc56.json
B_e1b2658d BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_access_through_base_name_emit/B.arc56.json
ClientReceipt_897fb9ee ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_anonymous/ClientReceipt.arc56.json
ClientReceipt_2ca52f50 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_anonymous_with_signature_collision/ClientReceipt.arc56.json
ClientReceipt_9a0f4a88 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_anonymous_with_signature_collision2/ClientReceipt.arc56.json
ClientReceipt_a292e088 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_anonymous_with_topics/ClientReceipt.arc56.json
ClientReceipt_7092523c ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_constructor/ClientReceipt.arc56.json
C_108a3ab4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_dynamic_array_memory/C.arc56.json
C_fb85955e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_dynamic_array_memory_v2/C.arc56.json
C_149658c2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_dynamic_array_storage/C.arc56.json
C_1d9e3ada CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_dynamic_array_storage_v2/C.arc56.json
C_435ed791 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_dynamic_nested_array_memory_v2/C.arc56.json
C_5bc9bf86 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_dynamic_nested_array_storage_v2/C.arc56.json
ClientReceipt_408fae75 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit/ClientReceipt.arc56.json
ClientReceipt_cca60d59 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_file_level/ClientReceipt.arc56.json
C_3dc9c932 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_from_a_foreign_contract/C.arc56.json
D_0ece12ac DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_from_a_foreign_contract/D.arc56.json
C_a13e5e99 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_from_a_foreign_contract_same_name/C.arc56.json
D_6b48359a DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_from_a_foreign_contract_same_name/D.arc56.json
BContract_adab60d4 BContractClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_from_module_via_member_access/BContract.arc56.json
CContract_3fb0b4e3 CContractClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_from_module_via_member_access/CContract.arc56.json
C_53129d4e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_from_other_contract/C.arc56.json
D_ef869188 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_from_other_contract/D.arc56.json
C_2179b156 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_interface_event_via_library/C.arc56.json
C_8fd30a0c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_emit_via_interface/C.arc56.json
C_f20b4c26 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_indexed_function/C.arc56.json
C_70a7180d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_indexed_function2/C.arc56.json
C_95d35390 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_indexed_mixed/C.arc56.json
C_b3160a7c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_indexed_string/C.arc56.json
ClientReceipt_c0b3fd2a ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_lots_of_data/ClientReceipt.arc56.json
ClientReceipt_d6dd6628 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_no_arguments/ClientReceipt.arc56.json
ClientReceipt_f18147e9 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_really_lots_of_data/ClientReceipt.arc56.json
ClientReceipt_9d34f50b ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_really_lots_of_data_from_storage/ClientReceipt.arc56.json
ClientReceipt_e359c302 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_really_really_lots_of_data_from_storage/ClientReceipt.arc56.json
B_9dbf1d43 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_selector/B.arc56.json
C_9c8d5a22 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_selector/C.arc56.json
D_1ad88fae DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_selector/D.arc56.json
C_574202ac CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_selector_file_level/C.arc56.json
C_a58571a3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_shadowing_file_level/C.arc56.json
C_f5f34ae4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_signature_in_library/C.arc56.json
C_4b041065 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_static_calldata_uint_array_and_dynamic_array/C.arc56.json
C_dcecab21 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_string/C.arc56.json
C_118ecdf3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_struct_memory_v2/C.arc56.json
C_52773c68 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/event_struct_storage_v2/C.arc56.json
ClientReceipt_e1b1ae0f ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/events_with_same_name/ClientReceipt.arc56.json
ClientReceipt_958c8039 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/events_with_same_name_file_level/ClientReceipt.arc56.json
A_426782d2 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/events_with_same_name_inherited_emit/A.arc56.json
B_c7b24c46 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/events_with_same_name_inherited_emit/B.arc56.json
ClientReceipt_a3541c85 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/events_with_same_name_inherited_emit/ClientReceipt.arc56.json
C_826d6690 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/simple/C.arc56.json
Test_468e828d TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/events/simple/Test.arc56.json
test_e390c57e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/exponentiation/literal_base/test.arc56.json
test_2eb866d2 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/exponentiation/signed_base/test.arc56.json
test_00c05cd3 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/exponentiation/small_exp/test.arc56.json
test_fdcbc6de TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/bit_operators/test.arc56.json
test_5c687fb2 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/bytes_comparison/test.arc56.json
test_7d3f18df TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_different_types/test.arc56.json
test_33740ba3 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_false_literal/test.arc56.json
test_2f982280 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_functions/test.arc56.json
test_e841ac49 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_multiple/test.arc56.json
test_283ef693 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_storage_memory_1/test.arc56.json
test_e7d504e2 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_storage_memory_2/test.arc56.json
test_bfb96ebe TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_true_literal/test.arc56.json
test_e6a609f3 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_tuples/test.arc56.json
test_9faebc8b TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/conditional_expression_with_return_values/test.arc56.json
test_371eb8d7 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/exp_operator_const/test.arc56.json
test_a0502f3a TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/exp_operator_const_signed/test.arc56.json
test_71b380b2 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/exp_zero_literal/test.arc56.json
test_cbd7cc06 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/inc_dec_operators/test.arc56.json
C_a371b522 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/module_from_ternary_expression/C.arc56.json
D_2e9ea9fb DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/module_from_ternary_expression/D.arc56.json
C_602babf8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/tuple_from_ternary_expression/C.arc56.json
C_bafc2ac1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/unary_too_long_literal/C.arc56.json
TransferTest_038ce2ae TransferTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/expressions/uncalled_address_transfer_send/TransferTest.arc56.json
test_cf6fa7e2 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalContracts/base64/test.arc56.json
DepositContract_2e42d5ba DepositContractClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalContracts/deposit_contract/DepositContract.arc56.json
test_5c857e5b TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalContracts/prbmath_signed/test.arc56.json
test_9284eb7c TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalContracts/prbmath_unsigned/test.arc56.json
test_79abfdc7 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalContracts/ramanujan_pi/test.arc56.json
Test_a50334d8 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalContracts/snark/Test.arc56.json
C_7409ea78 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/multiple_equals_signs/C.arc56.json
External_3e5507b9 ExternalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/multiple_equals_signs/External.arc56.json
C_8cc1d51f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/multiple_external_source/C.arc56.json
External_ee6822a6 ExternalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/multiple_external_source/External.arc56.json
OtherExternal_5242588c OtherExternalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/multiple_external_source/OtherExternal.arc56.json
C_bb0fa9bc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/multisource/C.arc56.json
External_ac960150 ExternalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/multisource/External.arc56.json
S1_34d06bf1 S1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/multisource/S1.arc56.json
A_7545007d AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/non_normalized_paths/A.arc56.json
C_2c19459e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/non_normalized_paths/C.arc56.json
Contract_cd83bd3d ContractClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/non_normalized_paths/Contract.arc56.json
D_e194db2f DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/non_normalized_paths/D.arc56.json
A_047badff AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/relative_imports/A.arc56.json
B_6aefd3ce BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/relative_imports/B.arc56.json
C_9701c206 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/relative_imports/C.arc56.json
CC_44fa5089 CcClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/relative_imports/CC.arc56.json
Contract_08a3226d ContractClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/relative_imports/Contract.arc56.json
D_42fb1e5d DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/relative_imports/D.arc56.json
G_70a4b177 GClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/relative_imports/G.arc56.json
H_c8f91fa3 HClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/relative_imports/H.arc56.json
C_5f29bdc9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source/C.arc56.json
External_31dbe9d1 ExternalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source/External.arc56.json
C_d8f054b7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_import/C.arc56.json
External_710d8f1d ExternalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_import/External.arc56.json
OtherExternal_7e92eab4 OtherExternalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_import/OtherExternal.arc56.json
C_a13995e4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_import_subdir/C.arc56.json
SubExternal_d676c940 SubExternalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_import_subdir/SubExternal.arc56.json
A_ec567813 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_name_starting_with_dots/A.arc56.json
B_70983a04 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_name_starting_with_dots/B.arc56.json
Contract_631f8d79 ContractClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_name_starting_with_dots/Contract.arc56.json
Dot_A_9ec15bae DotAClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_name_starting_with_dots/Dot_A.arc56.json
Dot_Dot_B_052baab4 DotDotBClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/externalSource/source_name_starting_with_dots/Dot_Dot_B.arc56.json
receiver_20d41f72 ReceiverClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/call_forward_bytes/receiver.arc56.json
sender_00ba0c7a SenderClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/call_forward_bytes/sender.arc56.json
A_b00b6102 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/falback_return/A.arc56.json
A_f88f2936 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_argument/A.arc56.json
A_5ab2db17 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_argument_to_storage/A.arc56.json
C_3cec85f1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_or_receive/C.arc56.json
A_1d9f5e83 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_override/A.arc56.json
B_e37b3d13 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_override/B.arc56.json
A_c3474662 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_override2/A.arc56.json
B_90fad027 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_override2/B.arc56.json
A_c2f0b586 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_override_multi/A.arc56.json
B_f263cba3 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_override_multi/B.arc56.json
C_ed44ae08 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_override_multi/C.arc56.json
A_9418ee9a AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/fallback_return_data/A.arc56.json
A_a22c6209 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/inherited/A.arc56.json
B_b55167a5 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/inherited/B.arc56.json
A_b2e8196d AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/fallback/short_data_calls_fallback/A.arc56.json
C_3bbdf185 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/easy/C.arc56.json
C_7e8ef9fa CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/free_namesake_contract_function/C.arc56.json
C_72304852 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/free_runtimecode/C.arc56.json
D_ab9c9814 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/free_runtimecode/D.arc56.json
C_9f9004f8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/import/C.arc56.json
C_c7f47034 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/libraries_from_free/C.arc56.json
C_604e2993 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/new_operator/C.arc56.json
D_b7b43c8e DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/new_operator/D.arc56.json
C_22f83196 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/overloads/C.arc56.json
C_8004241d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/recursion/C.arc56.json
C_11853eb9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/freeFunctions/storage_calldata_refs/C.arc56.json
test_40c9c4e8 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/array_multiple_local_vars/test.arc56.json
C_c50b4246 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/bare_call_no_returndatacopy/C.arc56.json
C_c212781b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/call_attached_library_function_on_storage_variable/C.arc56.json
C_79436bd3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/call_attached_library_function_on_string/C.arc56.json
test_6d04fe0a TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/call_function_returning_function/test.arc56.json
test_87c20c4d TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/call_function_returning_nothing_via_pointer/test.arc56.json
C_7e39a6dd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/call_internal_function_via_expression/C.arc56.json
C_5b1bfef1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/call_internal_function_with_multislot_arguments_via_pointer/C.arc56.json
C_d9c2c7dd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/call_options_overload/C.arc56.json
C_71f85075 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/calling_nonexisting_contract_throws/C.arc56.json
collatz_96559c98 CollatzClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/calling_other_functions/collatz.arc56.json
C_a7095a6d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/calling_uninitialized_function/C.arc56.json
C_a4c501d2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/calling_uninitialized_function_in_detail/C.arc56.json
C_51aad978 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/calling_uninitialized_function_through_array/C.arc56.json
C_93657ec3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/conditional_with_arguments/C.arc56.json
C_5c237355 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/creation_function_call_no_args/C.arc56.json
D_175f959b DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/creation_function_call_no_args/D.arc56.json
C_4fba5362 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/creation_function_call_with_args/C.arc56.json
D_49e6cbc8 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/creation_function_call_with_args/D.arc56.json
C_c75423c3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/creation_function_call_with_salt/C.arc56.json
D_9f9e79bd DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/creation_function_call_with_salt/D.arc56.json
C_f646c5fe CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/delegatecall_return_value/C.arc56.json
C_e402a183 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/delegatecall_return_value_pre_byzantium/C.arc56.json
test_5236016e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/disordered_named_args/test.arc56.json
C_847691f2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_call/C.arc56.json
C_12536d83 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_call_at_construction_time/C.arc56.json
T_2345cb42 TClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_call_at_construction_time/T.arc56.json
U_1744f650 UClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_call_at_construction_time/U.arc56.json
C_a5dc5f30 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_call_dynamic_returndata/C.arc56.json
C_24654a79 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_call_to_nonexisting/C.arc56.json
C_6046fe61 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_call_to_nonexisting_debugstrings/C.arc56.json
C_98e2babc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_call_value/C.arc56.json
c_ac1951f0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_function/c.arc56.json
A_b20f4408 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_public_override/A.arc56.json
B_d018367b BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/external_public_override/B.arc56.json
C_6f63315f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/failed_create/C.arc56.json
D_05ab51cd DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/failed_create/D.arc56.json
C_d1f46915 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/file_level_call_via_module/C.arc56.json
helper_c9ced80b HelperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/gas_and_value_basic/helper.arc56.json
test_739b26e7 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/gas_and_value_basic/test.arc56.json
test_fb095f0f TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/mapping_array_internal_argument/test.arc56.json
test_eaf0d901 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/mapping_internal_argument/test.arc56.json
test_4271a2ed TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/mapping_internal_return/test.arc56.json
test_f1ec47de TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/member_accessors/test.arc56.json
test_18f429b5 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/multiple_functions/test.arc56.json
test_546dbbdc TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/multiple_return_values/test.arc56.json
test_92512daa TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/named_args/test.arc56.json
C_b59746f6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/named_args_overload/C.arc56.json
C_ec1b3c8e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/precompile_extcodesize_check/C.arc56.json
LongReturn_9611c71a LongReturnClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/return_size_bigger_than_expected/LongReturn.arc56.json
Test_52aa134d TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/return_size_bigger_than_expected/Test.arc56.json
ShortReturn_1e76bb42 ShortReturnClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/return_size_shorter_than_expected/ShortReturn.arc56.json
Test_347808fb TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/return_size_shorter_than_expected/Test.arc56.json
ShortReturn_e17f9fec ShortReturnClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/return_size_shorter_than_expected_evm_version_after_homestead/ShortReturn.arc56.json
Test_720482dc TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/return_size_shorter_than_expected_evm_version_after_homestead/Test.arc56.json
Main_79c79aba MainClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/send_zero_ether/Main.arc56.json
Receiver_f9559a0c ReceiverClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/send_zero_ether/Receiver.arc56.json
test_27d4405e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/transaction_status/test.arc56.json
C_58430536 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionCall/value_test/C.arc56.json
A_c7194a4d AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionSelector/function_selector_via_contract_name/A.arc56.json
B_8642c417 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionSelector/function_selector_via_contract_name/B.arc56.json
C_72cd9114 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionSelector/function_selector_via_contract_name/C.arc56.json
C_d19aef38 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/address_member/C.arc56.json
C_45049d97 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/call_to_zero_initialized_function_type_ir/C.arc56.json
Other_7c7e4011 OtherClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/call_to_zero_initialized_function_type_ir/Other.arc56.json
C_eee249c4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/call_to_zero_initialized_function_type_legacy/C.arc56.json
Other_7748e4ad OtherClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/call_to_zero_initialized_function_type_legacy/Other.arc56.json
C_5964afe8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/comparison_operator_for_external_function_cleans_dirty_bits/C.arc56.json
C_0a9d22fd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/comparison_operators_for_external_functions/C.arc56.json
C_35662de3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/duplicated_function_definition_with_same_id_in_internal_dispatcher/C.arc56.json
C_33d87b9c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/external_functions_with_calldata_args_assigned_to_function_pointers_with_memory_type/C.arc56.json
C_d93843e3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/function_delete_stack/C.arc56.json
C_931b5034 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/function_delete_storage/C.arc56.json
C_8fdc2f6f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/function_external_delete_storage/C.arc56.json
C_3c564e2d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/function_type_library_internal/C.arc56.json
C_f5712710 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/inline_array_with_value_call_option/C.arc56.json
Flow_e1a843d9 FlowClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/mapping_of_functions/Flow.arc56.json
C_5f05c352 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/pass_function_types_externally/C.arc56.json
C_9b9c52e7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/pass_function_types_internally/C.arc56.json
C_882cb30e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/same_function_in_construction_and_runtime/C.arc56.json
C_77f8f060 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/same_function_in_construction_and_runtime_equality_check/C.arc56.json
B_317898fc BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_1/B.arc56.json
C_5ed4b475 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_1/C.arc56.json
B_9fd0cbb5 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_2/B.arc56.json
D_f0d60d8d DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_2/D.arc56.json
C_25e538ec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_assignment_expression/C.arc56.json
C_14c10efd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_expression_side_effect/C.arc56.json
C_3085d2d0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_ternary/C.arc56.json
A_fc7146ed AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_ternary_function_pointer_from_function_call/A.arc56.json
C_fbb9fadd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/selector_ternary_function_pointer_from_function_call/C.arc56.json
C_17ad5ada CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/stack_height_check_on_adding_gas_variable_to_function/C.arc56.json
C_36f16a91 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/store_function/C.arc56.json
Other_822fbb56 OtherClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/store_function/Other.arc56.json
Flow_1e8f7918 FlowClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/struct_with_external_function/Flow.arc56.json
Flow_c36190a7 FlowClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/struct_with_functions/Flow.arc56.json
C_7fe182c3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/ternary_contract_internal_function/C.arc56.json
C_b8bd4a8b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/ternary_contract_library_internal_function/C.arc56.json
C_4a101b55 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/ternary_contract_public_function/C.arc56.json
Test_62da5af5 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/functionTypes/uninitialized_internal_storage_function_call/Test.arc56.json
C_22aa9544 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/arrays/C.arc56.json
C_c8ac3cb4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/bytes/C.arc56.json
C_91f85c54 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/mapping/C.arc56.json
C_391cec05 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/mapping_array_struct/C.arc56.json
C_99661d17 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/mapping_of_string/C.arc56.json
C_a6465923 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/mapping_to_struct/C.arc56.json
C_2c42e64c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/mapping_with_names/C.arc56.json
C_c85898a9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/string_and_bytes/C.arc56.json
C_afc53943 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/struct_with_bytes/C.arc56.json
C_7fd5ee11 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/struct_with_bytes_simple/C.arc56.json
C_b828f9cb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/transient_value_types/C.arc56.json
C_8e68ad1c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/transient_value_types_multi_frame_call/C.arc56.json
C_8eec0092 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/getters/value_types/C.arc56.json
A_d2fd1c20 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/assign_at_declaration/A.arc56.json
C_971514f9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/assign_from_immutables/C.arc56.json
C_d72d97cb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/delete/C.arc56.json
A_23bddbf6 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/fun_read_in_ctor/A.arc56.json
C_e1089cce CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/getter/C.arc56.json
A_c4f1d05e AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/getter_call_in_constructor/A.arc56.json
C_fa47bad4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/getter_call_in_constructor/C.arc56.json
C_0bfdeb35 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/immutable_signed/C.arc56.json
C_5b782f90 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/increment_decrement/C.arc56.json
A_24436eb9 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/inheritance/A.arc56.json
B_159a5139 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/inheritance/B.arc56.json
C_15f725fb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/inheritance/C.arc56.json
D_44495715 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/inheritance/D.arc56.json
C_43e60921 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/internal_function_pointer/C.arc56.json
A_e3c3c4ad AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/multi_creation/A.arc56.json
B_6ab361dc BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/multi_creation/B.arc56.json
C_38943258 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/multi_creation/C.arc56.json
A_09f0d48d AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/multiple_initializations/A.arc56.json
B_68b32526 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/multiple_initializations/B.arc56.json
C_41c3b429 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/multiple_initializations/C.arc56.json
A_d7a5b6c2 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/read_in_ctor/A.arc56.json
A_7f0f4070 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/small_types_in_reverse/A.arc56.json
C_832713b3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/stub/C.arc56.json
C_e63ab06c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/uninitialized/C.arc56.json
C_65d8e729 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/immutable/use_scratch/C.arc56.json
Base_a24a3f1f BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/access_base_storage/Base.arc56.json
Derived_1d13d80a DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/access_base_storage/Derived.arc56.json
C_d70c9735 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/address_overload_resolution/C.arc56.json
D_c316158f DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/address_overload_resolution/D.arc56.json
C_c05035eb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/base_access_to_function_type_variables/C.arc56.json
A_7734391c AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_inheritance_init_order/A.arc56.json
B_7ea2e096 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_inheritance_init_order/B.arc56.json
A_b04d6257 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_inheritance_init_order_2/A.arc56.json
B_30406830 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_inheritance_init_order_2/B.arc56.json
A_711314c2 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_inheritance_init_order_3_legacy/A.arc56.json
B_c4a2de99 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_inheritance_init_order_3_legacy/B.arc56.json
A_3f39b67f AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_inheritance_init_order_3_viaIR/A.arc56.json
B_f9abef32 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_inheritance_init_order_3_viaIR/B.arc56.json
C_e0370d2c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_with_params/C.arc56.json
A_0ea128e8 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_with_params_diamond_inheritance/A.arc56.json
C_277ac37e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_with_params_diamond_inheritance/C.arc56.json
D_1a164e64 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_with_params_diamond_inheritance/D.arc56.json
C_04011e53 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_with_params_inheritance/C.arc56.json
D_82755fc8 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_with_params_inheritance/D.arc56.json
C_62c0c7e6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_with_params_inheritance_2/C.arc56.json
D_4f273c23 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/constructor_with_params_inheritance_2/D.arc56.json
B_69bf0e05 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/derived_overload_base_function_direct/B.arc56.json
C_50fe2053 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/derived_overload_base_function_direct/C.arc56.json
A_7c963d67 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/derived_overload_base_function_indirect/A.arc56.json
B_ff2035bc BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/derived_overload_base_function_indirect/B.arc56.json
C_2c42bd97 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/derived_overload_base_function_indirect/C.arc56.json
Base_0fc0cd08 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/explicit_base_class/Base.arc56.json
BaseBase_0bb59bfd BaseBaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/explicit_base_class/BaseBase.arc56.json
Derived_1ca86053 DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/explicit_base_class/Derived.arc56.json
A_9f32c7a6 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_constant_state_var/A.arc56.json
B_17b668a0 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_constant_state_var/B.arc56.json
A_799f622d AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function/A.arc56.json
B_92db5530 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function/B.arc56.json
A_5365ff4e AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_calldata_calldata_interface/A.arc56.json
B_88b5b904 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_calldata_calldata_interface/B.arc56.json
A_00cdaee2 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_calldata_memory/A.arc56.json
B_05b50ab3 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_calldata_memory/B.arc56.json
A_a90b99e4 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_calldata_memory_interface/A.arc56.json
B_eb78e0bd BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_calldata_memory_interface/B.arc56.json
B_53c01fa8 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_from_a_library/B.arc56.json
A_b33f1622 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_through_dispatch/A.arc56.json
B_fd68471b BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/inherited_function_through_dispatch/B.arc56.json
C_f6e51d5f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/interface_inheritance_conversions/C.arc56.json
A_20e16ae6 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/member_notation_ctor/A.arc56.json
C_644b6282 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/member_notation_ctor/C.arc56.json
D_5587b399 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/member_notation_ctor/D.arc56.json
test_d541fcee TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/overloaded_function_call_resolve_to_first/test.arc56.json
test_d3bcb7dc TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/overloaded_function_call_resolve_to_second/test.arc56.json
test_16b0d0fc TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/overloaded_function_call_with_if_else/test.arc56.json
Base_986e3914 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base/Base.arc56.json
Derived_77c0d78e DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base/Derived.arc56.json
Final_66505d85 FinalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base/Final.arc56.json
Base_25561df9 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base_base/Base.arc56.json
Base1_4cc07c30 Base1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base_base/Base1.arc56.json
Derived_ea9f5266 DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base_base/Derived.arc56.json
Final_a94535b6 FinalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base_base/Final.arc56.json
Base_34c7793d BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base_base_with_gap/Base.arc56.json
Derived_0730147b DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base_base_with_gap/Derived.arc56.json
Final_0fbaecd0 FinalClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/pass_dynamic_arguments_to_the_base_base_with_gap/Final.arc56.json
A_97bb8d0a AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/state_variables_init_order/A.arc56.json
B_ea606c03 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/state_variables_init_order/B.arc56.json
A_a5af62da AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/state_variables_init_order_2/A.arc56.json
B_7b9522b1 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/state_variables_init_order_2/B.arc56.json
A_a0a392f9 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/state_variables_init_order_3/A.arc56.json
B_29223e71 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/state_variables_init_order_3/B.arc56.json
A_0bb44620 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_in_constructor/A.arc56.json
B_4d96d4c5 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_in_constructor/B.arc56.json
C_cc0e7c04 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_in_constructor/C.arc56.json
D_587ee6dc DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_in_constructor/D.arc56.json
A_820fe841 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_in_constructor_assignment/A.arc56.json
B_9b8d148b BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_in_constructor_assignment/B.arc56.json
C_7358b436 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_in_constructor_assignment/C.arc56.json
D_49fa9c61 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_in_constructor_assignment/D.arc56.json
A_6c42e828 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_overload/A.arc56.json
B_f38dfe00 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_overload/B.arc56.json
C_bfca4873 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/super_overload/C.arc56.json
A_a3d36cf9 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/transient_storage_state_variable/A.arc56.json
C_e48ab984 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/transient_storage_state_variable/C.arc56.json
C_58747112 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/transient_storage_state_variable_abstract_contract/C.arc56.json
Helper_1e084bd2 HelperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/value_for_constructor/Helper.arc56.json
Main_52531139 MainClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inheritance/value_for_constructor/Main.arc56.json
C_ad4ba259 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/basefee_berlin_function/C.arc56.json
C_aac319f9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/blobbasefee_shanghai_function/C.arc56.json
C_4cd05352 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/blobhash/C.arc56.json
C_1d9368c7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/blobhash_index_exceeding_blob_count/C.arc56.json
C_f5765608 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/blobhash_pre_cancun/C.arc56.json
C_0feea58b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_array_assign_dynamic/C.arc56.json
C_6b6cd55a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_array_assign_static/C.arc56.json
C_5180226c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_array_read/C.arc56.json
C_ef039cc2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_assign/C.arc56.json
C_d512e2d2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_assign_from_nowhere/C.arc56.json
C_7c2dac18 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_length_read/C.arc56.json
C_7739cf0d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_offset_read/C.arc56.json
C_544fee18 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_offset_read_write/C.arc56.json
C_379bbdc4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_struct_assign/C.arc56.json
C_7d1f168e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/calldata_struct_assign_and_return/C.arc56.json
C_98abc462 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/chainid/C.arc56.json
C_6b14c5c8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/clz/C.arc56.json
C_2eca8e28 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/clz_pre_osaka/C.arc56.json
C_321b41f6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/constant_access/C.arc56.json
C_2578fcd7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/constant_access_referencing/C.arc56.json
C_87b980ea CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/difficulty/C.arc56.json
C_59ae75f1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/external_function_pointer_address/C.arc56.json
C_54f472f6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/external_function_pointer_address_assignment/C.arc56.json
C_4f920393 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/external_function_pointer_selector/C.arc56.json
C_1a31b1fd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/external_function_pointer_selector_assignment/C.arc56.json
C_4d90ddc5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/external_identifier_access_shadowing/C.arc56.json
C_e9fbc42b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/for_loop_break/C.arc56.json
C_f03c80d7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/for_loop_continue/C.arc56.json
C_9f4b7e54 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/for_loop_nested/C.arc56.json
C_5798704c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/function_name_clash/C.arc56.json
C_dcc0acea CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_embedded_function_call/C.arc56.json
C_e9de102f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_for/C.arc56.json
C_26f0f7f2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_for2/C.arc56.json
C_c7d9a683 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_function_call/C.arc56.json
C_c929f1a3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_function_call2/C.arc56.json
C_0b8f0b23 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_function_call_assignment/C.arc56.json
C_715cbc9c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_if/C.arc56.json
C_e07bb5be CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_in_modifiers/C.arc56.json
C_eef60125 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_memory_access/C.arc56.json
C_e0012bbe CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_read_and_write_stack/C.arc56.json
C_898f8b71 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_recursion/C.arc56.json
C_757b8e8e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_storage_access/C.arc56.json
C_2b887e63 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_storage_access_inside_function/C.arc56.json
C_ba0bd1be CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_switch/C.arc56.json
C_2de392c8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_transient_storage_access_inside_function/C.arc56.json
C_e6947a9d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inline_assembly_write_to_stack/C.arc56.json
C_846bf6ae CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/inlineasm_empty_let/C.arc56.json
C_9bdad99b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/keccak256_assembly/C.arc56.json
C_6fe34ae4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/keccak256_optimization/C.arc56.json
C_2210e569 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/keccak256_optimizer_bug_different_memory_location/C.arc56.json
C_15e9ee9a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/keccak256_optimizer_cache_bug/C.arc56.json
C_07b9f451 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/keccak_optimization_bug_string/C.arc56.json
C_e387b291 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/keccak_yul_optimization/C.arc56.json
C_beb5fc79 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/leave/C.arc56.json
C_120b022f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/mcopy/C.arc56.json
C_8e0548c8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/mcopy_as_identifier_pre_cancun/C.arc56.json
C_ff326c9c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/mcopy_empty/C.arc56.json
C_5654b78a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/mcopy_overlap/C.arc56.json
C_9f651c3c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/optimize_memory_store_multi_block/C.arc56.json
Test_97ea4bbf TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/optimize_memory_store_multi_block_bugreport/Test.arc56.json
C_e657ad3e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/prevrandao/C.arc56.json
C_140877ca CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/selfbalance/C.arc56.json
C_e0d3988f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/shadowing_local_function_opcode/C.arc56.json
C_8a944830 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/slot_access_via_mapping_pointer/C.arc56.json
C_4b2ab3eb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/tload_tstore_not_reserved_before_cancun/C.arc56.json
C_65b99159 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_creation/C.arc56.json
C_28aed263 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_low_level_calls/C.arc56.json
D_5c4406ac DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_low_level_calls/D.arc56.json
C_05f42724 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_multiple_calls_different_transactions/C.arc56.json
C_75dbf287 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_multiple_transactions/C.arc56.json
C_7fce1f1b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_reset_between_creation_runtime/C.arc56.json
C_cbd36756 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_sanity_checks/C.arc56.json
C_e78f66ec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_selfdestruct/C.arc56.json
D_e447d41b DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_selfdestruct/D.arc56.json
C_0a35c449 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/transient_storage_simple_reentrancy_lock/C.arc56.json
C_b3d916e9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/truefalse/C.arc56.json
C_a2ec4bb6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/inlineAssembly/tstore_hidden_staticcall/C.arc56.json
C_94eaca79 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/integer/basic/C.arc56.json
test_dc1db40b TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/integer/int/test.arc56.json
test_5897872e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/integer/many_local_variables/test.arc56.json
test_0ea9b371 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/integer/small_signed_types/test.arc56.json
test_52077d30 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/integer/uint/test.arc56.json
Homer_48976347 HomerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/interfaceID/homer/Homer.arc56.json
Homer_fc50b6c5 HomerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/interfaceID/homer_interfaceId/Homer.arc56.json
Test_0a27a770 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/interfaceID/interfaceId_events/Test.arc56.json
Test_f531a1be TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/interfaceID/interfaces/Test.arc56.json
Lisa_51df9e16 LisaClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/interfaceID/lisa/Lisa.arc56.json
Lisa_53fc4997 LisaClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/interfaceID/lisa_interfaceId/Lisa.arc56.json
AccountBuiltinTest_a2927c46 AccountBuiltinTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/account/AccountBuiltinTest.arc56.json
C_263eb02a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/balance_other_contract/C.arc56.json
ClientReceipt_d8fc5738 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/balance_with_balance/ClientReceipt.arc56.json
ClientReceipt_15bc84eb ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/balance_with_balance2/ClientReceipt.arc56.json
ClientReceipt_4be5b619 ClientReceiptClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/balance_without_balance/ClientReceipt.arc56.json
SmokeTest_111a98ef SmokeTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/builtins/SmokeTest.arc56.json
SmokeTest_62ba30f8 SmokeTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/effects/SmokeTest.arc56.json
test_476c8c8c TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/empty_contract/test.arc56.json
C_9f0e1bfc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/format_raw_string_with_control_chars/C.arc56.json
C_70533ddc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/isoltestFormatting/C.arc56.json
C_73e3f2e3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/isoltestTesting/precompiles_ignoring_trailing_input/C.arc56.json
C_b243d703 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/attached_internal_library_function_accepting_calldata/C.arc56.json
C_e3f34cf1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/attached_internal_library_function_returning_calldata/C.arc56.json
C_04d8ad71 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/attached_public_library_function_accepting_calldata.sol/C.arc56.json
C_dad6642a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/attached_public_library_function_returning_calldata/C.arc56.json
C_fff7acf1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/external_call_with_function_pointer_parameter/C.arc56.json
C_0efb4e06 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/external_call_with_storage_array_parameter/C.arc56.json
C_af79a15b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/external_call_with_storage_mapping_parameter/C.arc56.json
C_ce4299d5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_call_attached_with_parentheses/C.arc56.json
C_498c0353 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_call_unattached_with_parentheses/C.arc56.json
C_f06ebedc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function/C.arc56.json
C_038ca192 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_address/C.arc56.json
C_6cd1dddc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_address_named_send_transfer/C.arc56.json
C_f888bd4d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_array_named_pop_push/C.arc56.json
C_f924c7d6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_bool/C.arc56.json
C_7e67cb06 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_contract/C.arc56.json
E_372cbbcc EClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_contract/E.arc56.json
C_b4c5c6ac CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_dynamic_array/C.arc56.json
C_10e3ad79 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_enum/C.arc56.json
C_9b430b09 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_external_function_type/C.arc56.json
C_d4976065 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_fixed_array/C.arc56.json
C_ce524a92 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_fixed_bytes/C.arc56.json
C_88165a10 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_integer/C.arc56.json
C_ccf30e13 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_interface/C.arc56.json
E_5a341655 EClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_interface/E.arc56.json
C_ff5f26c6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_literal/C.arc56.json
C_505b29c4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_mapping/C.arc56.json
C_10c1d485 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_string_accepting_memory/C.arc56.json
C_41c8bbf0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_string_accepting_storage/C.arc56.json
C_f5ec64cf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_attached_to_struct/C.arc56.json
C_b18f1685 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_calling_private/C.arc56.json
C_689fc605 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_pointer/C.arc56.json
C_54903502 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_library_function_return_var_size/C.arc56.json
Test_22faaa7d TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/internal_types_in_library/Test.arc56.json
C_8635f14c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_address/C.arc56.json
C_d2280990 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_address_homestead/C.arc56.json
C_bc0373a0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_address_via_module/C.arc56.json
Test_ae19f3df TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_call_in_homestead/Test.arc56.json
C_16da7b3f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_delegatecall_guard_pure/C.arc56.json
C_664cd361 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_delegatecall_guard_view_needed/C.arc56.json
C_b69e6aa3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_delegatecall_guard_view_not_needed/C.arc56.json
C_a744a2cf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_delegatecall_guard_view_staticcall/C.arc56.json
D_d2fe2243 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_delegatecall_guard_view_staticcall/D.arc56.json
Tsra_cb6e029c TsraClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_enum_as_an_expression/Tsra.arc56.json
C_a2f1decf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_function_selectors/C.arc56.json
C_a61ce0ad CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_function_selectors_struct/C.arc56.json
A_35569382 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_references_preserve/A.arc56.json
B_9a493ef1 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_references_preserve/B.arc56.json
C_81149ccb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_references_preserve/C.arc56.json
C_7f37e3c0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_return_struct_with_mapping/C.arc56.json
Test_ebad368e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_staticcall_delegatecall/Test.arc56.json
Test_a458f8e8 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_stray_values/Test.arc56.json
Tsra_1e7713f9 TsraClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/library_struct_as_an_expression/Tsra.arc56.json
Test_083f59ba TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/mapping_arguments_in_library/Test.arc56.json
Test_3db4305c TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/mapping_returns_in_library/Test.arc56.json
Test_ced48dba TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/mapping_returns_in_library_named/Test.arc56.json
C_e42c8e9a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/payable_function_calls_library/C.arc56.json
C_f0cc6df1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/stub/C.arc56.json
C_55ba5d73 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/stub_internal/C.arc56.json
C_f900850e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/using_for_by_name/C.arc56.json
C_f943542c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/using_for_function_on_int/C.arc56.json
C_32290bb6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/using_for_overload/C.arc56.json
C_e7b4825e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/using_for_storage_structs/C.arc56.json
Test_b6826e45 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/using_library_mappings_public/Test.arc56.json
Test_1538847e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/using_library_mappings_return/Test.arc56.json
Test_aa2164cd TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/libraries/using_library_structs/Test.arc56.json
C_b5e1b55a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/denominations/C.arc56.json
C_38dad317 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/denominations_in_array_sizes/C.arc56.json
C_83a6cf8b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/escape/C.arc56.json
C_c97c8348 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/ether/C.arc56.json
C_faf88a42 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/fractional_denominations/C.arc56.json
C_6b6a26ef CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/gwei/C.arc56.json
C_11a6e4ff CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/hex_string_with_non_printable_characters/C.arc56.json
C_195ad7b1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/hex_string_with_underscore/C.arc56.json
C_0eea6221 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/scientific_notation/C.arc56.json
TestTernary_4b8c2d84 TestTernaryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/ternary_operator_with_literal_types_overflow/TestTernary.arc56.json
C_061374cf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/literals/wei/C.arc56.json
C_ab688cc9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/loops/simple/C.arc56.json
C_6953908b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/memoryManagement/assembly_access/C.arc56.json
Test_058180b2 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/memoryManagement/memory_types_initialisation/Test.arc56.json
C_dd9b38fa CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/memoryManagement/return_variable/C.arc56.json
C_829fe6e6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/memoryManagement/static_memory_array_allocation/C.arc56.json
C_2872470e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/memoryManagement/struct_allocation/C.arc56.json
C_411ac3b2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/metaTypes/name_other_contract/C.arc56.json
Test_b8d429e4 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/metaTypes/name_other_contract/Test.arc56.json
A_e93b69db AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/access_through_contract_name/A.arc56.json
C_a9f41e64 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/access_through_contract_name/C.arc56.json
C_4e64465d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/break_in_modifier/C.arc56.json
C_9eb1fe4d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/continue_in_modifier/C.arc56.json
A_a9ce06bb AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/evaluation_order/A.arc56.json
B_a64d5154 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/evaluation_order/B.arc56.json
C_18eb2ac3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/evaluation_order/C.arc56.json
D_8e45aa30 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/evaluation_order/D.arc56.json
C_ae37bc2c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier/C.arc56.json
A_096ff0e4 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_calling_functions_in_creation_context/A.arc56.json
C_410b3270 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_calling_functions_in_creation_context/C.arc56.json
C_f2d20900 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_empty/C.arc56.json
A_19bb3a07 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_for_constructor/A.arc56.json
C_d05b9f3a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_for_constructor/C.arc56.json
Test_3ef13b6d TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_library/Test.arc56.json
Test_8bf25e87 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_library_inheritance/Test.arc56.json
C_68bb3a1e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_local_variables/C.arc56.json
C_c0b08f5d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_loop/C.arc56.json
C_3fb64b95 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_loop_viair/C.arc56.json
C_137857af CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_multi_invocation/C.arc56.json
C_fdef0c90 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_multi_invocation_viair/C.arc56.json
C_8ad50f9c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_multi_with_return/C.arc56.json
C_7a857e88 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_multiple_times/C.arc56.json
C_6ecbc21f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_multiple_times_local_vars/C.arc56.json
A_61809d59 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_overriding/A.arc56.json
C_cf74d1f2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_overriding/C.arc56.json
C_95c68e39 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_modifier_return_reference/C.arc56.json
B_e21f8a38 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_return_parameter/B.arc56.json
A_d93fb8ab AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/function_return_parameter_complex/A.arc56.json
C_2377523a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/modifer_recursive/C.arc56.json
A_b85d7c21 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/modifier_in_constructor_ice/A.arc56.json
B_8992dc88 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/modifier_in_constructor_ice/B.arc56.json
C_87118294 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/modifier_init_return/C.arc56.json
A_0732e21a AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/modifiers_in_construction_context/A.arc56.json
B_6b2f2dcc BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/modifiers_in_construction_context/B.arc56.json
C_15936b8c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/return_does_not_skip_modifier/C.arc56.json
C_1edd8cd6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/return_in_modifier/C.arc56.json
C_ec50cd49 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/modifiers/transient_state_variable_value_type/C.arc56.json
C_19449166 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/circular_import/C.arc56.json
C_5bcb889b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/circular_import_2/C.arc56.json
C_88b2f549 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/circular_reimport/C.arc56.json
C_b73d7cb6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/circular_reimport_2/C.arc56.json
C_d6abd6c2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_different_interger_types/C.arc56.json
C_0c187479 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_base_contract/C.arc56.json
D_8f6e0fc7 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_base_contract/D.arc56.json
C_daab4e08 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_override_virtual/C.arc56.json
D_3e433c55 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_override_virtual/D.arc56.json
C_ebfd86ea CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_override_virtual_super/C.arc56.json
D_923f2961 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_override_virtual_super/D.arc56.json
C_7f117455 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_override_virtual_transitive/C.arc56.json
D_380fa034 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_override_virtual_transitive/D.arc56.json
E_3947c042 EClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_resolution_override_virtual_transitive/E.arc56.json
C_2bbc9c41 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_transitive_import/C.arc56.json
D_2983b176 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_transitive_import/D.arc56.json
E_43fa8454 EClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/free_function_transitive_import/E.arc56.json
A_178932c2 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/import/A.arc56.json
B_5cb240fc BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/import/B.arc56.json
C_b136cbf8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/import_overloaded_function/C.arc56.json
C_60a2796d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/imported_free_function_via_alias/C.arc56.json
D_736af391 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/imported_free_function_via_alias/D.arc56.json
D_d259b1ba DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/imported_free_function_via_alias_direct_call/D.arc56.json
C_dbf47049 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/multiSource/reimport_imported_function/C.arc56.json
test_88626c85 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/operators/compound_assign/test.arc56.json
test_7d1411f8 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/operators/compound_assign_transient_storage/test.arc56.json
C_1e8982c2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/operators/transient_storage_variable_increment_decrement/C.arc56.json
C_3bbc47d9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/optimizer/shift_bytes/C.arc56.json
C_bb50f4ba CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/optimizer/unused_store_storage_removal_bug/C.arc56.json
C_25cbc237 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/payable/no_nonpayable_circumvention_by_modifier/C.arc56.json
A_11f82f7e AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/receive/empty_calldata_calls_receive/A.arc56.json
C_58d76c5d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/receive/ether_and_data/C.arc56.json
A_958b1881 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/receive/inherited/A.arc56.json
B_7299e564 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/receive/inherited/B.arc56.json
C_c7e411c1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/assert_require/C.arc56.json
C_40f18bb3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/error_struct/C.arc56.json
C_deb28a70 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/invalid_enum_as_external_arg/C.arc56.json
C_f69dfa88 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/invalid_enum_as_external_ret/C.arc56.json
C_9a093d41 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/invalid_enum_compared/C.arc56.json
C_38f66147 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/invalid_enum_stored/C.arc56.json
C_6ae5108c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/invalid_instruction/C.arc56.json
C_a3077fee CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/revert/C.arc56.json
C_647ff3fc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/revert_return_area/C.arc56.json
Test_2061cc0c TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/reverts/simple_throw/Test.arc56.json
C_ff95d43f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/array_slices/C.arc56.json
A_7b49d3ba AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/bubble/A.arc56.json
C_13242e53 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/bubble/C.arc56.json
C_54d9a061 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/calldata_array_dynamic_invalid/C.arc56.json
C_6981e162 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/calldata_array_dynamic_static_short_decode/C.arc56.json
C_afa203d5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/calldata_array_dynamic_static_short_reencode/C.arc56.json
C_260c0546 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/calldata_array_invalid_length/C.arc56.json
C_13df8e93 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/calldata_arrays_too_large/C.arc56.json
C_f336073b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/calldata_tail_short/C.arc56.json
C_4a707d13 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/calldata_too_short_v1/C.arc56.json
C_db220397 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/called_contract_has_code/C.arc56.json
C_c332c318 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/empty_v1/C.arc56.json
C_827312d1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/empty_v2/C.arc56.json
C_e984d4c4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/enum_v1/C.arc56.json
C_4df56318 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/enum_v2/C.arc56.json
C_00c14dd0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/ether_non_payable_function/C.arc56.json
C_c45afb2b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/function_entry_checks_v1/C.arc56.json
C_1c4db9e0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/function_entry_checks_v2/C.arc56.json
C_29bbe471 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/invalid_abi_decoding_calldata_v1/C.arc56.json
C_4b17df4f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/invalid_abi_decoding_memory_v1/C.arc56.json
C_c838a184 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/library_non_view_call/C.arc56.json
C_7de71714 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/short_input_array/C.arc56.json
C_5b13b8ed CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/short_input_bytes/C.arc56.json
A_57cd3d61 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/transfer/A.arc56.json
C_2d2ddd3f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/transfer/C.arc56.json
A_98c759f8 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/revertStrings/unknown_sig_no_fallback/A.arc56.json
C_3bc1bc51 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/saltedCreate/prediction_example/C.arc56.json
D_632e1044 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/saltedCreate/prediction_example/D.arc56.json
A_4bb21223 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/saltedCreate/salted_create/A.arc56.json
B_b7890f6e BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/saltedCreate/salted_create/B.arc56.json
A_035526dc AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/saltedCreate/salted_create_with_value/A.arc56.json
B_2a5c83b9 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/saltedCreate/salted_create_with_value/B.arc56.json
test_2cb50479 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/scoping/c99_scoping_activation/test.arc56.json
ShortReturn_2cdde2d7 ShortReturnClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/shanghai/evmone_support/ShortReturn.arc56.json
Test_646c05e7 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/shanghai/evmone_support/Test.arc56.json
C_63aa77ae CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/shanghai/push0/C.arc56.json
C_42964edc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/alignment/C.arc56.json
D_23ed20bd DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/alignment/D.arc56.json
C_02526dec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/arrays/C.arc56.json
C_349864af CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/basic/C.arc56.json
C_80356c35 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/bytes_and_strings/C.arc56.json
C_58bef26c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/constructor/C.arc56.json
C_5dda39f3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/failure/C.arc56.json
A_694557dd AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/fallback/A.arc56.json
C_d40b03a9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/multiline/C.arc56.json
C_ca8b4d59 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/multiline_comments/C.arc56.json
C_db89fd81 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/smoke/structs/C.arc56.json
C_002eec87 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/specialFunctions/abi_encode_with_signature_from_string/C.arc56.json
C_eeb66fda CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/specialFunctions/abi_functions_member_access/C.arc56.json
C_9b72ecfc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/specialFunctions/keccak256_optimized/C.arc56.json
C_5f9684d3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/blobhash/C.arc56.json
C_1cf5125e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_basefee/C.arc56.json
C_72aa8f50 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_blobbasefee/C.arc56.json
C_c0b48ff6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_chainid/C.arc56.json
C_d41bf463 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_coinbase/C.arc56.json
C_7cfac362 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_difficulty/C.arc56.json
C_38daab2c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_difficulty_post_paris/C.arc56.json
C_62baccf3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_gaslimit/C.arc56.json
C_5301dd0b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_number/C.arc56.json
C_89a5ac74 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_prevrandao/C.arc56.json
C_bbac2163 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_prevrandao_pre_paris/C.arc56.json
C_61382dba CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/block_timestamp/C.arc56.json
C_b6d86526 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/blockhash_basic/C.arc56.json
C_0cc559f9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/gasleft/C.arc56.json
C_cdf23a54 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/msg_data/C.arc56.json
C_e6feba14 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/msg_sender/C.arc56.json
C_7cb39d1f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/msg_sig/C.arc56.json
C_13266b40 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/msg_value/C.arc56.json
C_c7d235e2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/tx_gasprice/C.arc56.json
C_4886427b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/tx_origin/C.arc56.json
C_5658c3a9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/uncalled_blobhash/C.arc56.json
C_c5531610 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/state/uncalled_blockhash/C.arc56.json
test_b0803b2f TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/statements/do_while_loop_continue/test.arc56.json
test_a8ecdfc4 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/statements/empty_for_loop/test.arc56.json
test_c1331d81 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/accessors_mapping_for_array/test.arc56.json
test_49edad2a TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/array_accessor/test.arc56.json
test_1abceb18 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/complex_accessors/test.arc56.json
Base_2cd87230 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_after_inherited_storage_same_value_type/Base.arc56.json
C_931f75f5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_after_inherited_storage_same_value_type/C.arc56.json
C_5ac751e7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_after_storage_array_delete_different_base_type/C.arc56.json
C_da09abe6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_after_storage_array_pop_same_base_type/C.arc56.json
C_aec9113d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_after_storage_delete_same_value_type/C.arc56.json
C_729813f6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_after_storage_mapping_delete_same_value_type/C.arc56.json
C_733f526d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_after_storage_struct_delete_same_value_type/C.arc56.json
Base_bf9a7da9 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_before_inherited_storage_same_value_type/Base.arc56.json
C_36c9bb36 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_before_inherited_storage_same_value_type/C.arc56.json
C_d7a9239b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_before_storage_array_delete_different_base_type/C.arc56.json
C_caa0d287 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_before_storage_array_partial_assignment_same_base_type/C.arc56.json
C_7b2660bb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_before_storage_delete_same_value_type/C.arc56.json
C_e906b8ba CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_before_storage_mapping_delete_same_value_type/C.arc56.json
C_8bdaeaa3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/delete_overlapping_transient_before_storage_struct_delete_same_value_type/C.arc56.json
Test_d834b29e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/empty_nonempty_empty/Test.arc56.json
Ballot_f4d0dcb6 BallotClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/mapping_state/Ballot.arc56.json
C_15c15ed3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/mapping_string_key/C.arc56.json
C_6a9ffb0d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/mappings_array2d_pop_delete/C.arc56.json
C_c1b014ef CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/mappings_array_pop_delete/C.arc56.json
C_fbb54c54 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/packed_functions/C.arc56.json
C_1e477049 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/packed_storage_overflow/C.arc56.json
C_04e8623f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/packed_storage_signed/C.arc56.json
C_1a0e1de5 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/packed_storage_structs_bytes/C.arc56.json
C_b7877053 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/packed_storage_structs_enum/C.arc56.json
C_19544589 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/packed_storage_structs_uint/C.arc56.json
test_dcb80ddf TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/simple_accessor/test.arc56.json
test_ccd27f98 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/state_smoke_test/test.arc56.json
C_0799841c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/static_array_copy_cleanup/C.arc56.json
C_0dca24cc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/storage_boundary_array_and_partial_assignment_with_layout/C.arc56.json
C_30d0fae0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/storage_boundary_array_assignment/C.arc56.json
C_b585f496 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/storage_boundary_array_delete/C.arc56.json
C_22723226 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/storage_boundary_array_delete_overlapping_variable/C.arc56.json
C_4dfd9858 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/storage_boundary_array_packing_not_overlapping_variable/C.arc56.json
C_15f46de6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/storage_boundary_array_partial_assignment/C.arc56.json
C_dd596c31 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/storage_boundary_delete_overflow_bug/C.arc56.json
C_40909960 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/storage_boundary_packed_array/C.arc56.json
test_34105539 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storage/struct_accessor/test.arc56.json
C_c0e7ad6e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/base_slot_max_value/C.arc56.json
A_ec75ba24 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/constructor/A.arc56.json
B_caf6cbcb BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/constructor/B.arc56.json
C_b3cc067f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/constructor/C.arc56.json
C_d843b991 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/delete/C.arc56.json
C_6c98c992 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/delete_transient_storage/C.arc56.json
C_12223b43 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/dynamic_array_storage_end/C.arc56.json
A_e718d6e4 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/function_from_base_contract/A.arc56.json
B_6536a7c0 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/function_from_base_contract/B.arc56.json
C_274ab419 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/function_from_base_contract/C.arc56.json
C_1759e072 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/getters/C.arc56.json
C_b892c0d6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_from_abstract_contract/C.arc56.json
C_c12899d0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_from_interface/C.arc56.json
A_eef31843 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_from_same_base_state_var_slots/A.arc56.json
B_207173a4 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_from_same_base_state_var_slots/B.arc56.json
C_94146244 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_from_same_base_state_var_slots/C.arc56.json
Test_62dda58c TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_from_same_base_state_var_slots/Test.arc56.json
A_02bb1943 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_simple/A.arc56.json
C_cacb83fe CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_simple/C.arc56.json
A_ae99b079 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_state_variable_slot_offset/A.arc56.json
C_cd2bd157 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inheritance_state_variable_slot_offset/C.arc56.json
C_6b15e0b5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inline_assembly_direct_load/C.arc56.json
C_76eeb41e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/inline_assembly_direct_store/C.arc56.json
C_12f65be0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/last_allowed_storage_slot/C.arc56.json
C_51d7bb12 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/mapping_storage_end/C.arc56.json
A_04133923 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/multiple_inheritance/A.arc56.json
B_28e48d8b BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/multiple_inheritance/B.arc56.json
C_c9816820 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/multiple_inheritance/C.arc56.json
D_0d6bbce0 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/multiple_inheritance/D.arc56.json
A_a16b9f85 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/multiple_inheritance_state_var_slots/A.arc56.json
B_c8026811 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/multiple_inheritance_state_var_slots/B.arc56.json
C_644ff7f1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/multiple_inheritance_state_var_slots/C.arc56.json
D_eef7cdf0 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/multiple_inheritance_state_var_slots/D.arc56.json
C_90345b64 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_arithmetic_expression/C.arc56.json
C_43726c4c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_constant_and_immutable/C.arc56.json
A_a777b2e3 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_dynamic_array/A.arc56.json
C_1a60e7a2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_dynamic_array/C.arc56.json
C_af2c8a45 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_enum/C.arc56.json
A_50f5466a AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_mapping/A.arc56.json
C_36e5a952 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_mapping/C.arc56.json
A_9037ba1b AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_reference_types_slot_offset/A.arc56.json
C_5cd7058a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_reference_types_slot_offset/C.arc56.json
C_e61867d8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_slot_offset/C.arc56.json
A_2f39d06a AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_struct/A.arc56.json
C_8ab2f71f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variable_struct/C.arc56.json
C_ee613571 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/state_variables_transient/C.arc56.json
C_4b33da0f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/storage_reference_array/C.arc56.json
A_cdd809af AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/storage_reference_inheritance/A.arc56.json
C_8e87ec5a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/storage_reference_inheritance/C.arc56.json
A_13be4ec7 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/storage_reference_library_function/A.arc56.json
C_e334ad61 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/storage_reference_library_function/C.arc56.json
C_b429afbc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/transient_state_variable_slot_offset/C.arc56.json
C_fabd2eac CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/variable_cleanup/C.arc56.json
C_f2b67a4e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/variable_cleanup_sstore/C.arc56.json
B_e44e077e BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/virtual_functions/B.arc56.json
C_184bae87 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/storageLayoutSpecifier/virtual_functions/C.arc56.json
Test_cc6c7717 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/strings/constant_string_literal/Test.arc56.json
C_ce44cf99 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/strings/empty_storage_string/C.arc56.json
C_33aa696e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/strings/empty_string/C.arc56.json
C_94f0ee49 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/strings/empty_string_input/C.arc56.json
Main_b5af7aa8 MainClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/strings/return_string/Main.arc56.json
test_8c138829 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/strings/string_escapes/test.arc56.json
C_89916aab CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/strings/unicode_escapes/C.arc56.json
C_68ef46b7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/strings/unicode_string/C.arc56.json
C_21a6c868 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/struct/struct_function/C.arc56.json
C_f4a6ace0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/struct/struct_short/C.arc56.json
C_f082b1b9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/struct/struct_simple/C.arc56.json
C_0d67c2b0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/struct/struct_validation/C.arc56.json
Test_ed9e26ba TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/array_of_recursive_struct/Test.arc56.json
C_2ae320d1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_from_mapping/C.arc56.json
C_71667d50 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_from_storage/C.arc56.json
C_9f29b86e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_struct_with_nested_array_from_calldata_to_memory/C.arc56.json
C_cb5f27b4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_struct_with_nested_array_from_calldata_to_storage/C.arc56.json
C_e2b81c3e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_struct_with_nested_array_from_memory_to_memory/C.arc56.json
C_ac23b832 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_struct_with_nested_array_from_storage_to_storage/C.arc56.json
C_8953911c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_substructures_from_mapping/C.arc56.json
C_154bc1ec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_substructures_to_mapping/C.arc56.json
C_9939f320 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/copy_to_mapping/C.arc56.json
test_6e029652 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/delete_struct/test.arc56.json
C_3e6cffdb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/event/C.arc56.json
C_73fbecde CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/function_type_copy/C.arc56.json
Test_570cf268 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/function_type_copy/Test.arc56.json
C_137cfbdd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/global/C.arc56.json
C_ee6c2592 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/lone_struct_array_type/C.arc56.json
C_256139a2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/memory_struct_named_constructor/C.arc56.json
Test_f072cffc TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/memory_structs_as_function_args/Test.arc56.json
Test_bf4c04b2 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/memory_structs_nested/Test.arc56.json
Test_3ab2c81d TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/memory_structs_nested_load/Test.arc56.json
Test_eba75fdb TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/memory_structs_read_write/Test.arc56.json
C_09a51cd8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/msg_data_to_struct_member_copy/C.arc56.json
C_06020ef4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/multislot_struct_allocation/C.arc56.json
C_20bb3650 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/nested_struct_allocation/C.arc56.json
C_578c05aa CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/packed_storage_structs_delete/C.arc56.json
C_59dee616 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/recursive_structs/C.arc56.json
C_23bc758e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/simple_struct_allocation/C.arc56.json
test_1c17e1be TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_assign_reference_to_struct/test.arc56.json
C_a6b468d2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_constructor_nested/C.arc56.json
c_9e71e392 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_containing_bytes_copy_and_delete/c.arc56.json
c_ba2ed25d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_copy/c.arc56.json
c_73fb5700 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_copy_via_local/c.arc56.json
test_4345527e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_delete_member/test.arc56.json
C_ecc68405 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_delete_storage/C.arc56.json
C_4de85cdd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_delete_storage_small/C.arc56.json
C_3fc3435b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_delete_storage_with_array/C.arc56.json
C_f26a0cfe CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_delete_storage_with_arrays_small/C.arc56.json
test_84b171db TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_delete_struct_in_mapping/test.arc56.json
C_afa12379 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_memory_to_storage/C.arc56.json
C_0eb2e011 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_memory_to_storage_function_ptr/C.arc56.json
C_fe596f9a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_named_constructor/C.arc56.json
test_3a4125d9 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_reference/test.arc56.json
C_53048f26 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_referencing/C.arc56.json
C_55af5875 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_storage_push_zero_value/C.arc56.json
C_c92ed84b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_storage_to_mapping/C.arc56.json
C_209a9aa6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_storage_to_memory/C.arc56.json
C_cbe2b304 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/struct_storage_to_memory_function_ptr/C.arc56.json
test_98c55da2 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/structs/test.arc56.json
C_6ab105aa CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/structs/using_for_function_on_struct/C.arc56.json
C_ce130a70 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/assert/C.arc56.json
C_3682ef2f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/assert_pre_byzantium/C.arc56.json
C_dfa41876 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/invalid_error_encoding/C.arc56.json
C_eae81525 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/lowLevel/C.arc56.json
C_fd35e596 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/malformed_error/C.arc56.json
C_5bdd223a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/malformed_panic/C.arc56.json
C_a1fb25e3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/malformed_panic_2/C.arc56.json
C_c11f0655 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/malformed_panic_3/C.arc56.json
C_5913ff50 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/malformed_panic_4/C.arc56.json
C_7cfb0c87 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/nested/C.arc56.json
C_845778ba CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/panic/C.arc56.json
C_3b8f3f42 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/require/C.arc56.json
C_68a81e16 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/require_pre_byzantium/C.arc56.json
C_2633dd69 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/return_function/C.arc56.json
C_69ef1d31 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/simple/C.arc56.json
C_1f222446 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/simple_notuple/C.arc56.json
C_674c5c4c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/structured/C.arc56.json
C_cec69cfb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/structuredAndLowLevel/C.arc56.json
C_1495c8b5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/tryCatch/try_catch_library_call/C.arc56.json
C_2e1f86fc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/array_mapping_abstract_constructor_param/C.arc56.json
C_032797d0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/assign_calldata_value_type/C.arc56.json
Test_bb50a439 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_fixed_bytes_to_fixed_bytes_greater_size/Test.arc56.json
Test_469d498b TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_fixed_bytes_to_fixed_bytes_same_size/Test.arc56.json
Test_3a92a85f TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_fixed_bytes_to_fixed_bytes_smaller_size/Test.arc56.json
Test_2bc40f34 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_fixed_bytes_to_uint_greater_size/Test.arc56.json
Test_037acfad TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_fixed_bytes_to_uint_same_min_size/Test.arc56.json
Test_ef6ce554 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_fixed_bytes_to_uint_same_type/Test.arc56.json
Test_0abbb59c TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_fixed_bytes_to_uint_smaller_size/Test.arc56.json
Test_f4673ebc TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_uint_to_fixed_bytes_greater_size/Test.arc56.json
Test_a8c02816 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_uint_to_fixed_bytes_same_min_size/Test.arc56.json
Test_e62c1b65 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_uint_to_fixed_bytes_same_size/Test.arc56.json
Test_e115de0e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/convert_uint_to_fixed_bytes_smaller_size/Test.arc56.json
C_b71a9056 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/external_function_to_address/C.arc56.json
C_e06ad227 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_abstract_constructor_param/C.arc56.json
test_53b87d3a TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_contract_key/test.arc56.json
test_bb363cee TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_contract_key_getter/test.arc56.json
test_aff3e889 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_contract_key_library/test.arc56.json
test_40c07adb TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_enum_key_getter_v1/test.arc56.json
test_8c301c0d TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_enum_key_getter_v2/test.arc56.json
test_96671abf TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_enum_key_library_v1/test.arc56.json
test_b6aa6307 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_enum_key_library_v2/test.arc56.json
test_614c85f3 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_enum_key_v1/test.arc56.json
test_6f45066e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_enum_key_v2/test.arc56.json
test_b04c5a3b TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/mapping_simple/test.arc56.json
test_bc94d3bd TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/nested_tuples/test.arc56.json
test_ecca76d6 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/packing_signed_types/test.arc56.json
test_8206ab1e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/packing_unpacking_types/test.arc56.json
test_64167d93 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/strings/test.arc56.json
C_a534ca6a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/struct_mapping_abstract_constructor_param/C.arc56.json
C_680a51af CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/tuple_assign_multi_slot_grow/C.arc56.json
Test_1e29b145 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/types/type_conversion_cleanup/Test.arc56.json
C_20004cff (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/underscore/as_function/C.arc56.json
C_60b845ef CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/uninitializedFunctionPointer/invalidInConstructor/C.arc56.json
Test_53026b31 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/uninitializedFunctionPointer/invalidInConstructor/Test.arc56.json
C_d35120c4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/uninitializedFunctionPointer/invalidStoredInConstructor/C.arc56.json
Test_cc64a713 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/uninitializedFunctionPointer/invalidStoredInConstructor/Test.arc56.json
InvalidTest_5b661f62 InvalidTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/uninitializedFunctionPointer/store2/InvalidTest.arc56.json
InvalidTest_680bbe96 InvalidTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/uninitializedFunctionPointer/storeInConstructor/InvalidTest.arc56.json
Test_5e7cf93b TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/uninitializedFunctionPointer/uninitialized_internal_storage_function_legacy/Test.arc56.json
Test_663ee28f TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/uninitializedFunctionPointer/uninitialized_internal_storage_function_via_yul/Test.arc56.json
C_d0f2de87 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/abicodec/C.arc56.json
C_43724c60 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/assembly_access_bytes2_abicoder_v1/C.arc56.json
C_31fb2ced CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/assembly_access_bytes2_abicoder_v2/C.arc56.json
C_ecef10e1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/calldata/C.arc56.json
C_137eebff CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/calldata_to_storage/C.arc56.json
C_a2355fca CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/cleanup/C.arc56.json
C_0e8b7404 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/cleanup_abicoderv1/C.arc56.json
C_01dce39a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/constant/C.arc56.json
C_17fd2613 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/conversion/C.arc56.json
C_920ecbfb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/conversion_abicoderv1/C.arc56.json
C_ae84be04 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/dirty_slot/C.arc56.json
C_5e74281a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/dirty_uint8_read/C.arc56.json
ERC20_772a618a (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/erc20/ERC20.arc56.json
TestFixedMath_3756f79b TestFixedMathClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/fixedpoint/TestFixedMath.arc56.json
C_3a47411e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/immutable_signed/C.arc56.json
C_84921d25 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/in_parenthesis/C.arc56.json
C_6004f5f2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/mapping_key/C.arc56.json
C_b6478957 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/memory_to_storage/C.arc56.json
A_21f4c8fa AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/multisource/A.arc56.json
C_df4e9fa9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/multisource_module/C.arc56.json
Ownable_9e8ade69 OwnableClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/ownable/Ownable.arc56.json
C_71d8c856 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/parameter/C.arc56.json
C_231debd9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/simple/C.arc56.json
C_3c795c3e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/storage_layout/C.arc56.json
C_a38a080e (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/storage_layout_struct/C.arc56.json
C_08225b64 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/storage_signed/C.arc56.json
C_6d3d83ef CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/wrap_unwrap/C.arc56.json
C_9ee94fb6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/wrap_unwrap_via_contract_name/C.arc56.json
D_d9ff9536 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/wrap_unwrap_via_contract_name/D.arc56.json
C_57e26af7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/zero_cost_abstraction_comparison_elementary/C.arc56.json
C_e7162ba2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/userDefinedValueType/zero_cost_abstraction_comparison_userdefined/C.arc56.json
C_5c7b3588 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/calldata_memory_copy/C.arc56.json
C_5b27b4b2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/free_function_braces/C.arc56.json
C_2761a181 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/free_function_multi/C.arc56.json
C_cd08294c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/free_functions_individual/C.arc56.json
C_a5baf55f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/imported_functions/C.arc56.json
C_5bc626ae CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/library_functions_inside_contract/C.arc56.json
C_2ea53672 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/library_on_interface/C.arc56.json
C_a8137039 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/library_through_module/C.arc56.json
C_ea186c72 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/module_renamed/C.arc56.json
C_75eca87a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/recursive_import/C.arc56.json
C_cc95e959 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/using_global_all_the_types/C.arc56.json
C_82a59055 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/using_global_for_global/C.arc56.json
C_cb02ff28 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/using_global_invisible/C.arc56.json
D_867be118 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/using_global_invisible/D.arc56.json
C_8328a89f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/using/using_global_library/C.arc56.json
test_105365bd TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/delete_local/test.arc56.json
test_073d4422 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/delete_locals/test.arc56.json
C_e23af3d4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/delete_transient_state_variable/C.arc56.json
C_565ffb07 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/delete_transient_state_variable_non_zero_offset/C.arc56.json
test_4f3a92fd TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/mapping_local_assignment/test.arc56.json
test_90551774 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/mapping_local_compound_assignment/test.arc56.json
test_edebcb72 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/mapping_local_tuple_assignment/test.arc56.json
A_83f8c099 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/public_state_overridding/A.arc56.json
X_7a7f088c XClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/public_state_overridding/X.arc56.json
A_0929337d AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/public_state_overridding_dynamic_struct/A.arc56.json
X_0204c7ca XClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/public_state_overridding_dynamic_struct/X.arc56.json
A_82f8f796 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/public_state_overridding_mapping_to_dynamic_struct/A.arc56.json
X_f435f81d XClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/public_state_overridding_mapping_to_dynamic_struct/X.arc56.json
C_a74a4380 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/storing_invalid_boolean/C.arc56.json
C_10c418a5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_function_type_state_variable/C.arc56.json
C_831df96e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_address_variable_members/C.arc56.json
C_eb510fe0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_enum_variable/C.arc56.json
C_76eb2b4a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_variable/C.arc56.json
C_e0bfa72f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_variable_cleanup_assignment/C.arc56.json
C_fd063233 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_variable_cleanup_tstore/C.arc56.json
C_be3bec9a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_variable_slot_inline_assembly/C.arc56.json
C_139d67c1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_variable_slots_and_offsets/C.arc56.json
C_c571bdeb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_variable_tuple_assignment/C.arc56.json
C_8a2eab9f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/variables/transient_state_variable_udvt/C.arc56.json
C_a0f6cf56 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/address_code/C.arc56.json
A_ef4a3d0a AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/address_code_complex/A.arc56.json
C_7ceae703 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/address_code_complex/C.arc56.json
C_3723e8ad CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/assignment_to_const_var_involving_expression/C.arc56.json
test_aee32fe0 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/balance/test.arc56.json
C_3422c576 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/byte_optimization_bug/C.arc56.json
C_22d78307 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/code_access_create/C.arc56.json
D_634de424 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/code_access_create/D.arc56.json
C_c751bd49 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/code_access_padding/C.arc56.json
D_f45ee194 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/code_access_padding/D.arc56.json
C_53e85636 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/code_access_runtime/C.arc56.json
D_395704a6 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/code_access_runtime/D.arc56.json
C_773c8d4b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/code_length/C.arc56.json
C_9c69819b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/code_length_contract_member/C.arc56.json
C_940bcdc4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/codebalance_assembly/C.arc56.json
C_71e7e0f1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/codehash/C.arc56.json
C_78423c58 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/codehash_assembly/C.arc56.json
A_5d26e71f AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/contract_binary_dependencies/A.arc56.json
B_5da299a2 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/contract_binary_dependencies/B.arc56.json
C_01e82ffd CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/contract_binary_dependencies/C.arc56.json
C_0da28f32 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/crazy_elementary_typenames_on_stack/C.arc56.json
C_935de712 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/create_calldata/C.arc56.json
C_3d6b7597 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/create_random/C.arc56.json
Lib_4776c91f LibClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/cross_contract_types/Lib.arc56.json
Test_6dc3e419 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/cross_contract_types/Test.arc56.json
C_4cf0bb75 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/decayed_tuple/C.arc56.json
C_02a5549e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/destructuring_assignment/C.arc56.json
A_f2b378a7 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/different_call_type_transient/A.arc56.json
B_1704e20d BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/different_call_type_transient/B.arc56.json
Test_105a1ebf TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/different_call_type_transient/Test.arc56.json
test_9049d55f TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/empty_name_return_parameter/test.arc56.json
ERC20_42c8e7bc (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/erc20/ERC20.arc56.json
C_d325db49 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/external_types_in_calls/C.arc56.json
C1_2c53d54e C1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/external_types_in_calls/C1.arc56.json
test_f5f61f36 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/flipping_sign_tests/test.arc56.json
C_d324d2da CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/gasleft_decrease/C.arc56.json
C_f9676ff3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/gasleft_shadow_resolution/C.arc56.json
test_79c5126f TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/inline_member_init/test.arc56.json
Base_ce501d92 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/inline_member_init_inheritence/Base.arc56.json
Derived_5990191d DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/inline_member_init_inheritence/Derived.arc56.json
c_fb235f3f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/inline_tuple_with_rational_numbers/c.arc56.json
C_4aeb9084 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/iszero_bnot_correct/C.arc56.json
C_168a9090 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/literal_empty_string/C.arc56.json
C0_f5f7adca C0Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C0.arc56.json
C1_60c5975e C1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C1.arc56.json
C10_c5766eba C10Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C10.arc56.json
C2_0d0bee8f C2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C2.arc56.json
C3_6294963a C3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C3.arc56.json
C4_4a29f4df C4Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C4.arc56.json
C5_142fff2b C5Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C5.arc56.json
C6_89d6ef85 C6Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C6.arc56.json
C7_d8a55524 C7Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C7.arc56.json
C8_e8dba7df C8Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C8.arc56.json
C9_11400740 C9Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/C9.arc56.json
D_c4feb36a DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/many_subassemblies/D.arc56.json
C_4fe887af CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/memory_overwrite/C.arc56.json
C_cfa14552 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/multi_modifiers/C.arc56.json
C_9a6446ae CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/multi_variable_declaration/C.arc56.json
C_003a1aae CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/negative_stack_height/C.arc56.json
C_8b524d8e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/nested_calldata_struct/C.arc56.json
C_99f43dc4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/nested_calldata_struct_to_memory/C.arc56.json
test_6dee3a49 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/positive_integers_to_signed/test.arc56.json
C_d7104000 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_post_cancun/C.arc56.json
D_4d096e9b DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_post_cancun/D.arc56.json
C_ec2e343f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_post_cancun_multiple_beneficiaries/C.arc56.json
D_730d8d75 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_post_cancun_multiple_beneficiaries/D.arc56.json
D_04e90fa3 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_post_cancun_redeploy/D.arc56.json
Factory_6e268a83 FactoryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_post_cancun_redeploy/Factory.arc56.json
C_61bf4726 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_pre_cancun/C.arc56.json
D_65c0fe4c DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_pre_cancun/D.arc56.json
C_cb1352ae CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_pre_cancun_multiple_beneficiaries/C.arc56.json
D_3c20c341 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_pre_cancun_multiple_beneficiaries/D.arc56.json
D_6ddc8cb0 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_pre_cancun_redeploy/D.arc56.json
Factory_60bd21c9 FactoryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/selfdestruct_pre_cancun_redeploy/Factory.arc56.json
C_38085a52 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/senders_balance/C.arc56.json
D_46b3feea DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/senders_balance/D.arc56.json
A_dd7b4c21 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/single_copy_with_multiple_inheritance/A.arc56.json
B_8d1789cb BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/single_copy_with_multiple_inheritance/B.arc56.json
Base_420ac087 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/single_copy_with_multiple_inheritance/Base.arc56.json
Derived_170835ae DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/single_copy_with_multiple_inheritance/Derived.arc56.json
C_824066bb CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/skip_dynamic_types/C.arc56.json
C_3152bd80 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/skip_dynamic_types_for_static_arrays_with_dynamic_elements/C.arc56.json
C_4b380674 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/skip_dynamic_types_for_structs/C.arc56.json
A_526749d1 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/state_variable_local_variable_mixture/A.arc56.json
Scope_5a83cac8 ScopeClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/state_variable_under_contract_name/Scope.arc56.json
C_4529969c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/staticcall_for_view_and_pure/C.arc56.json
D_3d6cb1a2 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/staticcall_for_view_and_pure/D.arc56.json
C_b7898dd0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/staticcall_for_view_and_pure_pre_byzantium/C.arc56.json
D_45ffb2e3 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/staticcall_for_view_and_pure_pre_byzantium/D.arc56.json
Test_26b71aca TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/storage_string_as_mapping_key_without_variable/Test.arc56.json
C_99b7f277 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/store_bytes/C.arc56.json
C_537c174d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/string_tuples/C.arc56.json
A_fa7fa9ba AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super/A.arc56.json
B_f4601f03 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super/B.arc56.json
C_8e69bf6b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super/C.arc56.json
D_71de801d DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super/D.arc56.json
A_5d065a3d AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super_alone/A.arc56.json
A_57888a80 AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super_parentheses/A.arc56.json
B_c31100b6 BClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super_parentheses/B.arc56.json
C_3b6968b0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super_parentheses/C.arc56.json
D_7c9f7a9d DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/super_parentheses/D.arc56.json
c_13e2663e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/swap_in_storage_overwrite/c.arc56.json
test_4a53a608 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/test_underscore_in_hex/test.arc56.json
C_fa76aba8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/transient_storage_reentrancy_lock/C.arc56.json
C_255d367d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/tuples/C.arc56.json
C_c102f0f2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/typed_multi_variable_declaration/C.arc56.json
C_54126d0a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/write_storage_external/C.arc56.json
D_ee5a8395 DClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/various/write_storage_external/D.arc56.json
C_cf081d65 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/assert/C.arc56.json
C_1d88cd56 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/assert_and_require/C.arc56.json
C_b809b40b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/assign_tuple_from_function_call/C.arc56.json
C_03aaabc0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/comparison/C.arc56.json
C_662ae194 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/comparison_functions/C.arc56.json
C_69ba3e61 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/copy_struct_invalid_ir_bug/C.arc56.json
C_d4061471 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/define_tuple_from_function_call/C.arc56.json
C_7462f1f9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/delete/C.arc56.json
C_f1f9cfaf CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_add_overflow/C.arc56.json
C_0bda64ad CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_add_overflow_signed/C.arc56.json
C_01f19ef2 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_div_overflow/C.arc56.json
C_2f8dd167 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_mod_zero/C.arc56.json
C_99eb0aec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_mod_zero_signed/C.arc56.json
C_ec6f270a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_mul_overflow/C.arc56.json
C_e4248d89 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_mul_overflow_signed/C.arc56.json
C_f4222d52 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_sub_overflow/C.arc56.json
C_ea3089d6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/detect_sub_overflow_signed/C.arc56.json
C_9bd73955 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/dirty_calldata_struct/C.arc56.json
C_c9a1ecf6 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/dirty_memory_dynamic_array/C.arc56.json
C_6a4db6bc CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/dirty_memory_int32/C.arc56.json
C_e8aeb3e5 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/dirty_memory_static_array/C.arc56.json
C_45128e55 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/dirty_memory_struct/C.arc56.json
C_eb3e59b8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/dirty_memory_uint32/C.arc56.json
C_e16c954f CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/empty_return_corrupted_free_memory_pointer/C.arc56.json
C_7ca14869 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/exp/C.arc56.json
C_298f3ed9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/exp_literals/C.arc56.json
C_d9fe6cec CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/exp_literals_success/C.arc56.json
C_4d633d84 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/exp_neg/C.arc56.json
C_2de90389 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/exp_neg_overflow/C.arc56.json
C_dcb590f8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/exp_overflow/C.arc56.json
C_7d6e0eff CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/exp_various/C.arc56.json
C_bd307191 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/function_address/C.arc56.json
C_86e48b71 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/function_entry_checks/C.arc56.json
C_a03b2be0 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/function_pointers/C.arc56.json
C_f3763275 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/function_selector/C.arc56.json
C_c7b6a207 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/if/C.arc56.json
C_1d227ac7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/keccak/C.arc56.json
C_f9761fc4 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/local_address_assignment/C.arc56.json
C_867dc4f9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/local_assignment/C.arc56.json
C_3accb2e3 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/local_bool_assignment/C.arc56.json
C_922f886c CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/local_tuple_assignment/C.arc56.json
C_7c7f2c2d CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/local_variable_without_init/C.arc56.json
test_64de809e TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/mapping_enum_key_getter/test.arc56.json
test_eec45ea5 TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/mapping_getters/test.arc56.json
C_ee175380 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/mapping_string_key/C.arc56.json
C_3096c7fa CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/memory_struct_allow/C.arc56.json
C_37a38325 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/msg_sender/C.arc56.json
C_cc503e32 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/negation_bug/C.arc56.json
C_2641d879 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/require/C.arc56.json
C_883f14e1 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/return/C.arc56.json
C_462632a8 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/return_and_convert/C.arc56.json
C_22e29f25 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/return_storage_pointers/C.arc56.json
C_d31b314d (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/short_circuit/C.arc56.json
C_a29a8c0e CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/simple_assignment/C.arc56.json
C_0e755e47 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/simple_inline_asm/C.arc56.json
C_5db07700 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/smoke_test/C.arc56.json
C_90b7e889 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/string_format/C.arc56.json
C_285e630b CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/string_literals/C.arc56.json
C_98edfd57 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/struct_member_access/C.arc56.json
C_3fa61459 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/tuple_evaluation_order/C.arc56.json
C_c6b404f7 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/unary_fixedbytes/C.arc56.json
C_7de687fe (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/unary_operations/C.arc56.json
C_4531c7b9 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/various_inline_asm/C.arc56.json
C_931ab28a CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/virtual_functions/C.arc56.json
X_50c4d0cc XClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/viaYul/virtual_functions/X.arc56.json
C_b9bedf30 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtual/simple/C.arc56.json
Base_7e0c2b79 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/internal_virtual_function_calls/Base.arc56.json
Derived_6da38abc DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/internal_virtual_function_calls/Derived.arc56.json
Base_5295dd6b BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/internal_virtual_function_calls_through_dispatch/Base.arc56.json
Derived_aceb1358 DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/internal_virtual_function_calls_through_dispatch/Derived.arc56.json
Base_0c731259 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_function_calls/Base.arc56.json
Derived_d4abea7b DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_function_calls/Derived.arc56.json
Base_65751837 BaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_function_usage_in_constructor_arguments/Base.arc56.json
BaseBase_3facd7fe BaseBaseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_function_usage_in_constructor_arguments/BaseBase.arc56.json
Derived_4562b323 DerivedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_function_usage_in_constructor_arguments/Derived.arc56.json
A_74b1deba AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_override_changing_mutability_internal/A.arc56.json
C_84b93229 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_override_changing_mutability_internal/C.arc56.json
A_4fe8a32b AClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_override_changing_mutability_public/A.arc56.json
C_aa2ed522 CClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/tests/solidity-semantic-tests/out/virtualFunctions/virtual_override_changing_mutability_public/C.arc56.json
AaveOracle_34f2fd01 AaveOracleClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AaveOracle/AaveOracle.arc56.json
AccessManager_70acc03b AccessManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManager/AccessManager.arc56.json
AccessManager_aba7e73a AccessManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/__uros_split/chunk_0/AccessManager.arc56.json
AccessManagerEnumerable__chunk_0_2ec172b9 AccessManagerEnumerableChunk0Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/__uros_split/chunk_0/AccessManagerEnumerable__chunk_0.arc56.json
AccessManager_7aa7c6b6 AccessManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/__uros_split/chunk_1/AccessManager.arc56.json
AccessManagerEnumerable__chunk_1_0e44342a AccessManagerEnumerableChunk1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/__uros_split/chunk_1/AccessManagerEnumerable__chunk_1.arc56.json
AccessManager_4f35c66d AccessManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/__uros_split/chunk_2/AccessManager.arc56.json
AccessManagerEnumerable__chunk_2_ddc9201f AccessManagerEnumerableChunk2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/__uros_split/chunk_2/AccessManagerEnumerable__chunk_2.arc56.json
AccessManager_82e8091c AccessManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/__uros_split/chunk_3/AccessManager.arc56.json
AccessManagerEnumerable__chunk_3_48eb32f9 AccessManagerEnumerableChunk3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/__uros_split/chunk_3/AccessManagerEnumerable__chunk_3.arc56.json
AccessManager_cb222779 AccessManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/AccessManager.arc56.json
AccessManagerEnumerable_578e9b36 AccessManagerEnumerableClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AccessManagerEnumerable/AccessManagerEnumerable.arc56.json
AssetInterestRateStrategy_c5090d9e AssetInterestRateStrategyClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/AssetInterestRateStrategy/AssetInterestRateStrategy.arc56.json
ConfigPermissionsMapWrapper_289761e6 ConfigPermissionsMapWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/ConfigPermissionsMapWrapper/ConfigPermissionsMapWrapper.arc56.json
ConfigPositionManager_30b1646d ConfigPositionManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/ConfigPositionManager/ConfigPositionManager.arc56.json
NoncesKeyed_84cc7d59 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/ConfigPositionManager/NoncesKeyed.arc56.json
EIP712HashWrapper_81d40393 Eip712HashWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/EIP712HashWrapper/EIP712HashWrapper.arc56.json
GiverPositionManager_50cdb363 GiverPositionManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/GiverPositionManager/GiverPositionManager.arc56.json
NoncesKeyed_7d5f3b08 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/GiverPositionManager/NoncesKeyed.arc56.json
Hub__chunk_0_67ccca23 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_0/Hub__chunk_0.arc56.json
Hub__chunk_1_3fd0fb9d (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_1/Hub__chunk_1.arc56.json
Hub__chunk_10_637f530a (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_10/Hub__chunk_10.arc56.json
Hub__chunk_2_ea6a2f47 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_2/Hub__chunk_2.arc56.json
Hub__chunk_3_6e71bd8b (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_3/Hub__chunk_3.arc56.json
Hub__chunk_4_0b2546d2 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_4/Hub__chunk_4.arc56.json
Hub__chunk_5_0fa0503d (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_5/Hub__chunk_5.arc56.json
Hub__chunk_6_24b72ae9 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_6/Hub__chunk_6.arc56.json
Hub__chunk_7_17d542b9 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_7/Hub__chunk_7.arc56.json
Hub__chunk_8_8757cfad (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_8/Hub__chunk_8.arc56.json
Hub__chunk_9_279971b3 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/__uros_split/chunk_9/Hub__chunk_9.arc56.json
Hub_cf75f428 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Hub/Hub.arc56.json
HubConfigurator_6d71de0f HubConfiguratorClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/HubConfigurator/HubConfigurator.arc56.json
NoncesKeyed_f8646874 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/IntentConsumer/NoncesKeyed.arc56.json
MathUtilsWrapper_4ec476c9 MathUtilsWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/MathUtilsWrapper/MathUtilsWrapper.arc56.json
NativeTokenGateway_61476130 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/NativeTokenGateway/NativeTokenGateway.arc56.json
NoncesKeyed_12c31652 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/NativeTokenGateway/NoncesKeyed.arc56.json
NoncesKeyed_85d11c3f NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/NoncesKeyed/NoncesKeyed.arc56.json
NoncesKeyed_c5727aa7 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/NoncesKeyedMock/NoncesKeyed.arc56.json
NoncesKeyedMock_00bcd7db NoncesKeyedMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/NoncesKeyedMock/NoncesKeyedMock.arc56.json
PercentageMathWrapper_b9b0e2a5 PercentageMathWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/PercentageMathWrapper/PercentageMathWrapper.arc56.json
NoncesKeyed_cc23a787 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/PositionManagerBase/NoncesKeyed.arc56.json
PositionStatusMapWrapper_bc19b407 PositionStatusMapWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/PositionStatusMapWrapper/PositionStatusMapWrapper.arc56.json
PremiumWrapper_68d9e896 PremiumWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/PremiumWrapper/PremiumWrapper.arc56.json
ReserveFlagsMapWrapper_9e0fd44f ReserveFlagsMapWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/ReserveFlagsMapWrapper/ReserveFlagsMapWrapper.arc56.json
RolesWrapper_006dae0a RolesWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/RolesWrapper/RolesWrapper.arc56.json
SharesMathWrapper_6e39eed1 SharesMathWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SharesMathWrapper/SharesMathWrapper.arc56.json
NoncesKeyed_bf8a659f NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SignatureGateway/NoncesKeyed.arc56.json
SignatureGateway_855423ec SignatureGatewayClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SignatureGateway/SignatureGateway.arc56.json
NoncesKeyed_6019e479 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/Spoke/NoncesKeyed.arc56.json
SpokeConfigurator_bef63293 SpokeConfiguratorClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeConfigurator/SpokeConfigurator.arc56.json
NoncesKeyed_02c41a58 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_0/NoncesKeyed.arc56.json
SpokeInstance__chunk_0_6b71107f (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_0/SpokeInstance__chunk_0.arc56.json
NoncesKeyed_c6d1a453 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_1/NoncesKeyed.arc56.json
SpokeInstance__chunk_1_49e796dc (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_1/SpokeInstance__chunk_1.arc56.json
NoncesKeyed_9e5c3857 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_10/NoncesKeyed.arc56.json
SpokeInstance__chunk_10_090b2754 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_10/SpokeInstance__chunk_10.arc56.json
NoncesKeyed_12cf410c NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_11/NoncesKeyed.arc56.json
SpokeInstance__chunk_11_621d7492 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_11/SpokeInstance__chunk_11.arc56.json
NoncesKeyed_97813322 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_12/NoncesKeyed.arc56.json
SpokeInstance__chunk_12_84850eb7 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_12/SpokeInstance__chunk_12.arc56.json
NoncesKeyed_d9ddf7f3 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_13/NoncesKeyed.arc56.json
SpokeInstance__chunk_13_778919de (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_13/SpokeInstance__chunk_13.arc56.json
NoncesKeyed_43cc6041 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_14/NoncesKeyed.arc56.json
SpokeInstance__chunk_14_c01b25d0 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_14/SpokeInstance__chunk_14.arc56.json
NoncesKeyed_5fc767e0 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_15/NoncesKeyed.arc56.json
SpokeInstance__chunk_15_3f145e85 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_15/SpokeInstance__chunk_15.arc56.json
NoncesKeyed_35170e2a NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_16/NoncesKeyed.arc56.json
SpokeInstance__chunk_16_012c28d3 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_16/SpokeInstance__chunk_16.arc56.json
NoncesKeyed_363edcda NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_17/NoncesKeyed.arc56.json
SpokeInstance__chunk_17_9201c4e9 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_17/SpokeInstance__chunk_17.arc56.json
NoncesKeyed_e402cd82 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_2/NoncesKeyed.arc56.json
SpokeInstance__chunk_2_038818d9 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_2/SpokeInstance__chunk_2.arc56.json
NoncesKeyed_5a64ee14 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_3/NoncesKeyed.arc56.json
SpokeInstance__chunk_3_0d701c0e (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_3/SpokeInstance__chunk_3.arc56.json
NoncesKeyed_e729228d NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_4/NoncesKeyed.arc56.json
SpokeInstance__chunk_4_2921700f (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_4/SpokeInstance__chunk_4.arc56.json
NoncesKeyed_90d4846f NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_5/NoncesKeyed.arc56.json
SpokeInstance__chunk_5_33245221 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_5/SpokeInstance__chunk_5.arc56.json
NoncesKeyed_cbc55bd1 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_6/NoncesKeyed.arc56.json
SpokeInstance__chunk_6_ba4b6184 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_6/SpokeInstance__chunk_6.arc56.json
NoncesKeyed_ec9af7fb NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_7/NoncesKeyed.arc56.json
SpokeInstance__chunk_7_3151dcf2 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_7/SpokeInstance__chunk_7.arc56.json
NoncesKeyed_7fd402f8 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_8/NoncesKeyed.arc56.json
SpokeInstance__chunk_8_209b16d2 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_8/SpokeInstance__chunk_8.arc56.json
NoncesKeyed_ca6da9c0 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_9/NoncesKeyed.arc56.json
SpokeInstance__chunk_9_9b9921f8 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/__uros_split/chunk_9/SpokeInstance__chunk_9.arc56.json
NoncesKeyed_0f910da5 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/NoncesKeyed.arc56.json
SpokeInstance_b0f1b904 (generation failed - see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeInstance/SpokeInstance.arc56.json
SpokeUtilsWrapper_ec582c1a SpokeUtilsWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/SpokeUtilsWrapper/SpokeUtilsWrapper.arc56.json
NoncesKeyed_ce00ccf2 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/TakerPositionManager/NoncesKeyed.arc56.json
TakerPositionManager_379190c1 TakerPositionManagerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/TakerPositionManager/TakerPositionManager.arc56.json
NoncesKeyed_39f5debf NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/TokenizationSpoke/NoncesKeyed.arc56.json
NoncesKeyed_363e6612 NoncesKeyedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/TokenizationSpokeInstance/NoncesKeyed.arc56.json
TokenizationSpokeInstance_9832e05c (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/TokenizationSpokeInstance/TokenizationSpokeInstance.arc56.json
TreasurySpoke_79b09538 TreasurySpokeClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/TreasurySpoke/TreasurySpoke.arc56.json
UnitPriceFeed_dae7fea7 UnitPriceFeedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/UnitPriceFeed/UnitPriceFeed.arc56.json
WadRayMathWrapper_78de0382 WadRayMathWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/WadRayMathWrapper/WadRayMathWrapper.arc56.json
WETH9_8a0e3985 Weth9Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aave-v4/out/WETH9/WETH9.arc56.json
MyToken_2f0d8faf (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/aerc20-demo/out/MyToken.arc56.json
Timelock_4b9bda53 TimelockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-timelock/out/Timelock/Timelock.arc56.json
CDelegationStorage_c0f4a309 CDelegationStorageClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-v2/out/CErc20ImmutableTest/CDelegationStorage.arc56.json
CErc20_c2df1789 CErc20Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-v2/out/CErc20ImmutableTest/CErc20.arc56.json
CErc20Immutable_6af1e2c4 CErc20ImmutableClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-v2/out/CErc20ImmutableTest/CErc20Immutable.arc56.json
CErc20Storage_d0638eda CErc20StorageClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-v2/out/CErc20ImmutableTest/CErc20Storage.arc56.json
CTokenStorage_411076ba CTokenStorageClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-v2/out/CErc20ImmutableTest/CTokenStorage.arc56.json
ComptrollerMock_7ab57eca ComptrollerMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-v2/out/ComptrollerMockTest/ComptrollerMock.arc56.json
ERC20Mock_5e69f6b6 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-v2/out/ERC20MockTest/ERC20Mock.arc56.json
InterestRateModelMock_03fdc885 InterestRateModelMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/compound-v2/out/InterestRateModelMockTest/InterestRateModelMock.arc56.json
DSGuard_b8b20cbf DsGuardClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/dapphub-dsguard/out/DSGuard/DSGuard.arc56.json
DSToken_b4aae2d6 DsTokenClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/dapphub-dstoken/out/DSToken/DSToken.arc56.json
AddressStringUtilTest_f58a9fab AddressStringUtilTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/example2/out/AddressStringUtilTest/AddressStringUtilTest.arc56.json
BabylonianTest_bcda35b6 BabylonianTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/example2/out/BabylonianTest/BabylonianTest.arc56.json
BitMathTest_b8b6133a BitMathTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/example2/out/BitMathTest/BitMathTest.arc56.json
FixedPointTest_cb39d817 FixedPointTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/example2/out/FixedPointTest/FixedPointTest.arc56.json
FullMathEchidnaTest_dc9041d6 FullMathEchidnaTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/example2/out/FullMathEchidnaTest/FullMathEchidnaTest.arc56.json
FullMathTest_1f88f94c FullMathTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/example2/out/FullMathTest/FullMathTest.arc56.json
SafeERC20NamerTest_ab9c30b2 SafeErc20NamerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/example2/out/SafeERC20NamerTest/SafeERC20NamerTest.arc56.json
ChainlinkETHUSDPriceConsumer_c1f6adcb ChainlinkEthusdPriceConsumerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/ChainlinkETHUSDPriceConsumer/ChainlinkETHUSDPriceConsumer.arc56.json
ERC20_e5ce933e Erc20Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/ERC20/ERC20.arc56.json
ERC20Custom_26fd65dc Erc20CustomClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/ERC20Custom/ERC20Custom.arc56.json
ChainlinkETHUSDPriceConsumer_ad6b342f ChainlinkEthusdPriceConsumerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FraxTest/ChainlinkETHUSDPriceConsumer.arc56.json
ERC20_42ae544d Erc20Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FraxTest/ERC20.arc56.json
ERC20Custom_45abe12d Erc20CustomClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FraxTest/ERC20Custom.arc56.json
FraxPool_3228f4fb FraxPoolClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FraxTest/FraxPool.arc56.json
FRAXShares_e34bc873 FraxSharesClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FraxTest/FRAXShares.arc56.json
FRAXStablecoin_8b24119d FraxStablecoinClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FraxTest/FRAXStablecoin.arc56.json
Owned_3856f2b1 OwnedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FraxTest/Owned.arc56.json
UniswapPairOracle_30832297 UniswapPairOracleClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FraxTest/UniswapPairOracle.arc56.json
ChainlinkETHUSDPriceConsumer_8dda61f5 ChainlinkEthusdPriceConsumerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FXSTest/ChainlinkETHUSDPriceConsumer.arc56.json
ERC20_4be410b5 Erc20Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FXSTest/ERC20.arc56.json
ERC20Custom_937c2932 Erc20CustomClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FXSTest/ERC20Custom.arc56.json
FraxPool_036fab33 FraxPoolClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FXSTest/FraxPool.arc56.json
FRAXShares_be6afc74 FraxSharesClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FXSTest/FRAXShares.arc56.json
FRAXStablecoin_41615320 FraxStablecoinClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FXSTest/FRAXStablecoin.arc56.json
Owned_feae0a04 OwnedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FXSTest/Owned.arc56.json
UniswapPairOracle_b1b0c25b UniswapPairOracleClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/FXSTest/UniswapPairOracle.arc56.json
Owned_1fc53944 OwnedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/Owned/Owned.arc56.json
Owned_09d99105 OwnedClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/UniswapPairOracle/Owned.arc56.json
UniswapPairOracle_5e45ecb5 UniswapPairOracleClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/frax/out/UniswapPairOracle/UniswapPairOracle.arc56.json
Governor_d951d705 GovernorClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/governance/out/Governor/Governor.arc56.json
GovernorToken_b8b4697f (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/governance/out/GovernorToken/GovernorToken.arc56.json
EcdsaHonkVerifier_63019e23 EcdsaHonkVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier.arc56.json
EcdsaHonkVerifier__Helper1_594a939c EcdsaHonkVerifierHelper1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper1.arc56.json
EcdsaHonkVerifier__Helper10_ef305546 EcdsaHonkVerifierHelper10Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper10.arc56.json
EcdsaHonkVerifier__Helper11_0376cab1 EcdsaHonkVerifierHelper11Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper11.arc56.json
EcdsaHonkVerifier__Helper12_81cce660 EcdsaHonkVerifierHelper12Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper12.arc56.json
EcdsaHonkVerifier__Helper13_cb43a5ee EcdsaHonkVerifierHelper13Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper13.arc56.json
EcdsaHonkVerifier__Helper14_1fa90982 EcdsaHonkVerifierHelper14Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper14.arc56.json
EcdsaHonkVerifier__Helper15_1700dd39 EcdsaHonkVerifierHelper15Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper15.arc56.json
EcdsaHonkVerifier__Helper16_ef2770f4 EcdsaHonkVerifierHelper16Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper16.arc56.json
EcdsaHonkVerifier__Helper17_72d2ac32 EcdsaHonkVerifierHelper17Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper17.arc56.json
EcdsaHonkVerifier__Helper18_a4b5f967 EcdsaHonkVerifierHelper18Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper18.arc56.json
EcdsaHonkVerifier__Helper19_66b85c10 EcdsaHonkVerifierHelper19Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper19.arc56.json
EcdsaHonkVerifier__Helper2_1b8c4eef EcdsaHonkVerifierHelper2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper2.arc56.json
EcdsaHonkVerifier__Helper20_219c8bff EcdsaHonkVerifierHelper20Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper20.arc56.json
EcdsaHonkVerifier__Helper21_b474186f EcdsaHonkVerifierHelper21Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper21.arc56.json
EcdsaHonkVerifier__Helper22_44f3510c EcdsaHonkVerifierHelper22Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper22.arc56.json
EcdsaHonkVerifier__Helper23_8d480be5 EcdsaHonkVerifierHelper23Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper23.arc56.json
EcdsaHonkVerifier__Helper24_be5f8cb4 EcdsaHonkVerifierHelper24Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper24.arc56.json
EcdsaHonkVerifier__Helper25_61f635b0 EcdsaHonkVerifierHelper25Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper25.arc56.json
EcdsaHonkVerifier__Helper26_dcd2d039 EcdsaHonkVerifierHelper26Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper26.arc56.json
EcdsaHonkVerifier__Helper27_36e19ac6 EcdsaHonkVerifierHelper27Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper27.arc56.json
EcdsaHonkVerifier__Helper28_2fb08e62 EcdsaHonkVerifierHelper28Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper28.arc56.json
EcdsaHonkVerifier__Helper29_14ea3fee EcdsaHonkVerifierHelper29Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper29.arc56.json
EcdsaHonkVerifier__Helper3_7bd38e0b EcdsaHonkVerifierHelper3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper3.arc56.json
EcdsaHonkVerifier__Helper30_3b762604 EcdsaHonkVerifierHelper30Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper30.arc56.json
EcdsaHonkVerifier__Helper31_d78a65dd EcdsaHonkVerifierHelper31Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper31.arc56.json
EcdsaHonkVerifier__Helper32_9f77dea8 EcdsaHonkVerifierHelper32Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper32.arc56.json
EcdsaHonkVerifier__Helper33_8c2db485 EcdsaHonkVerifierHelper33Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper33.arc56.json
EcdsaHonkVerifier__Helper34_69fdca55 EcdsaHonkVerifierHelper34Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper34.arc56.json
EcdsaHonkVerifier__Helper35_2b444035 EcdsaHonkVerifierHelper35Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper35.arc56.json
EcdsaHonkVerifier__Helper36_1f73495a EcdsaHonkVerifierHelper36Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper36.arc56.json
EcdsaHonkVerifier__Helper37_5d626f96 EcdsaHonkVerifierHelper37Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper37.arc56.json
EcdsaHonkVerifier__Helper38_4c74b95d EcdsaHonkVerifierHelper38Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper38.arc56.json
EcdsaHonkVerifier__Helper39_fb68ffe0 EcdsaHonkVerifierHelper39Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper39.arc56.json
EcdsaHonkVerifier__Helper4_8a2b649b EcdsaHonkVerifierHelper4Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper4.arc56.json
EcdsaHonkVerifier__Helper40_af2b8460 EcdsaHonkVerifierHelper40Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper40.arc56.json
EcdsaHonkVerifier__Helper41_ab394744 EcdsaHonkVerifierHelper41Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper41.arc56.json
EcdsaHonkVerifier__Helper42_407a5423 EcdsaHonkVerifierHelper42Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper42.arc56.json
EcdsaHonkVerifier__Helper43_9c85694f EcdsaHonkVerifierHelper43Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper43.arc56.json
EcdsaHonkVerifier__Helper44_bb1ff90a EcdsaHonkVerifierHelper44Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper44.arc56.json
EcdsaHonkVerifier__Helper45_3cd17e1a EcdsaHonkVerifierHelper45Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper45.arc56.json
EcdsaHonkVerifier__Helper46_66ff400d EcdsaHonkVerifierHelper46Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper46.arc56.json
EcdsaHonkVerifier__Helper47_56a6d3bb EcdsaHonkVerifierHelper47Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper47.arc56.json
EcdsaHonkVerifier__Helper48_16de61c4 EcdsaHonkVerifierHelper48Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper48.arc56.json
EcdsaHonkVerifier__Helper49_cb0050b8 EcdsaHonkVerifierHelper49Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper49.arc56.json
EcdsaHonkVerifier__Helper5_8f660693 EcdsaHonkVerifierHelper5Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper5.arc56.json
EcdsaHonkVerifier__Helper50_0250e0f8 EcdsaHonkVerifierHelper50Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper50.arc56.json
EcdsaHonkVerifier__Helper51_f56ef2c8 EcdsaHonkVerifierHelper51Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper51.arc56.json
EcdsaHonkVerifier__Helper52_6942058d EcdsaHonkVerifierHelper52Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper52.arc56.json
EcdsaHonkVerifier__Helper53_ae32e0c2 EcdsaHonkVerifierHelper53Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper53.arc56.json
EcdsaHonkVerifier__Helper54_c996121a EcdsaHonkVerifierHelper54Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper54.arc56.json
EcdsaHonkVerifier__Helper55_c491a425 EcdsaHonkVerifierHelper55Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper55.arc56.json
EcdsaHonkVerifier__Helper56_b7ee1490 EcdsaHonkVerifierHelper56Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper56.arc56.json
EcdsaHonkVerifier__Helper57_a7979de0 EcdsaHonkVerifierHelper57Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper57.arc56.json
EcdsaHonkVerifier__Helper58_b6649fa2 EcdsaHonkVerifierHelper58Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper58.arc56.json
EcdsaHonkVerifier__Helper59_960e2573 EcdsaHonkVerifierHelper59Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper59.arc56.json
EcdsaHonkVerifier__Helper6_03ab10e6 EcdsaHonkVerifierHelper6Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper6.arc56.json
EcdsaHonkVerifier__Helper60_8f06406a EcdsaHonkVerifierHelper60Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper60.arc56.json
EcdsaHonkVerifier__Helper7_bb43d848 EcdsaHonkVerifierHelper7Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper7.arc56.json
EcdsaHonkVerifier__Helper8_22d3cf9a EcdsaHonkVerifierHelper8Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper8.arc56.json
EcdsaHonkVerifier__Helper9_36b2a6d7 EcdsaHonkVerifierHelper9Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/honk-old/out/EcdsaHonkVerifier__Helper9.arc56.json
Dai_61e006ce DaiClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/makerdao-dai/out/Dai/Dai.arc56.json
ERC20Mock_2230ff34 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/morpho-blue/out/ERC20MockTest/ERC20Mock.arc56.json
FlashBorrowerMock_93df319c FlashBorrowerMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/morpho-blue/out/FlashBorrowerMockTest/FlashBorrowerMock.arc56.json
IrmMock_3333bbdc IrmMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/morpho-blue/out/IrmMockTest/IrmMock.arc56.json
Morpho_62aabe11 MorphoClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/morpho-blue/out/MorphoTest/Morpho.arc56.json
Morpho__Helper1_3088e263 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/morpho-blue/out/MorphoTest/Morpho__Helper1.arc56.json
OracleMock_15da87bc OracleMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/morpho-blue/out/OracleMockTest/OracleMock.arc56.json
MultiSigWallet_c514d6b0 MultiSigWalletClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/multisig/out/MultiSigWallet/MultiSigWallet.arc56.json
AccessControl_912b466d AccessControlClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AccessControl/AccessControl.arc56.json
AccessControlTest_fb967286 AccessControlTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AccessControlTest/AccessControlTest.arc56.json
AccessListTest_9d4b9ce9 AccessListTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AccessListTest/AccessListTest.arc56.json
AccessLogTest_4ee5eb3b AccessLogTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AccessLogTest/AccessLogTest.arc56.json
AllowanceTest_fcf1431a AllowanceTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AllowanceTest/AllowanceTest.arc56.json
AllowlistTest_82c7663e AllowlistTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AllowlistTest/AllowlistTest.arc56.json
AssetLedgerTest_e89d62d3 AssetLedgerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AssetLedgerTest/AssetLedgerTest.arc56.json
AssetTrackerTest_bd0ff413 AssetTrackerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AssetTrackerTest/AssetTrackerTest.arc56.json
Auction2Test_1c31da77 Auction2TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Auction2Test/Auction2Test.arc56.json
AuctionTest_8d16d4d0 AuctionTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AuctionTest/AuctionTest.arc56.json
AuditTrailTest_5b7498aa AuditTrailTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/AuditTrailTest/AuditTrailTest.arc56.json
BadgeSystemTest_44938145 BadgeSystemTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/BadgeSystemTest/BadgeSystemTest.arc56.json
BallotTest_7477c7be BallotTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/BallotTest/BallotTest.arc56.json
Base64Test_0efa17ab Base64TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Base64Test/Base64Test.arc56.json
BitMapsTest_91a3a8c3 BitMapsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/BitMapsTest/BitMapsTest.arc56.json
BountyTest_89043eda BountyTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/BountyTest/BountyTest.arc56.json
CertificateIssuerTest_b6b681b3 CertificateIssuerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/CertificateIssuerTest/CertificateIssuerTest.arc56.json
CertificateTest_771ebf28 CertificateTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/CertificateTest/CertificateTest.arc56.json
CheckpointsTest_78da9ae8 CheckpointsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/CheckpointsTest/CheckpointsTest.arc56.json
ComplianceTest_10002d6b ComplianceTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ComplianceTest/ComplianceTest.arc56.json
ConfigManagerTest_514b6b93 ConfigManagerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ConfigManagerTest/ConfigManagerTest.arc56.json
ContentRegistryTest_4e79fff2 ContentRegistryTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ContentRegistryTest/ContentRegistryTest.arc56.json
CountersTest_041098a8 CountersTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/CountersTest/CountersTest.arc56.json
CouponTest_4dfa9c95 CouponTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/CouponTest/CouponTest.arc56.json
CouponVaultTest_4d825f70 CouponVaultTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/CouponVaultTest/CouponVaultTest.arc56.json
Create2Test_03373364 Create2TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Create2Test/Create2Test.arc56.json
CreditScoreTest_3f69876b CreditScoreTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/CreditScoreTest/CreditScoreTest.arc56.json
CrowdfundingTest_366bfe54 CrowdfundingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/CrowdfundingTest/CrowdfundingTest.arc56.json
DelegationTest_78a5c2ac (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/DelegationTest/DelegationTest.arc56.json
DequeTest_2b03e9ea DequeTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/DequeTest/DequeTest.arc56.json
DividendTest_794da832 DividendTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/DividendTest/DividendTest.arc56.json
DocumentStoreTest_c8f06829 DocumentStoreTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/DocumentStoreTest/DocumentStoreTest.arc56.json
DutchAuctionTest_bdd67f37 DutchAuctionTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/DutchAuctionTest/DutchAuctionTest.arc56.json
ECDSATest_d3c649cb EcdsaTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ECDSATest/ECDSATest.arc56.json
EnergyMeterTest_52f4f76a EnergyMeterTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/EnergyMeterTest/EnergyMeterTest.arc56.json
EntryRegistryTest_43772989 EntryRegistryTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/EntryRegistryTest/EntryRegistryTest.arc56.json
EnumerableMapTest_26f00e93 EnumerableMapTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/EnumerableMapTest/EnumerableMapTest.arc56.json
EnumerableSetTest_28df91b8 EnumerableSetTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/EnumerableSetTest/EnumerableSetTest.arc56.json
ERC1155BurnableTest_cf3806c2 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC1155BurnableTest/ERC1155BurnableTest.arc56.json
ERC1155HolderTest_e86a84f4 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC1155HolderTest/ERC1155HolderTest.arc56.json
ERC1155PausableTest_39e59af3 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC1155PausableTest/ERC1155PausableTest.arc56.json
ERC1155SupplyTest_36b139fe (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC1155SupplyTest/ERC1155SupplyTest.arc56.json
ERC1155Test_32c7c0b3 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC1155Test/ERC1155Test.arc56.json
ERC1155Token_30806b12 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC1155Token/ERC1155Token.arc56.json
ERC1155URIStorageTest_28aff967 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC1155URIStorageTest/ERC1155URIStorageTest.arc56.json
ERC165Test_0e3d8711 Erc165TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC165Test/ERC165Test.arc56.json
ERC20BurnableTest_1b95fb0f (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC20BurnableTest/ERC20BurnableTest.arc56.json
ERC20CappedTest_fe894ca8 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC20CappedTest/ERC20CappedTest.arc56.json
ERC20PausableTest_31aed5de (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC20PausableTest/ERC20PausableTest.arc56.json
ERC20PermitTest_127461c1 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC20PermitTest/ERC20PermitTest.arc56.json
ERC20SnapshotTest_ca5e9e8f Erc20SnapshotTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC20SnapshotTest/ERC20SnapshotTest.arc56.json
ERC20Test_1341e1a3 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC20Test/ERC20Test.arc56.json
ERC20VotesTest_c093e56b (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC20VotesTest/ERC20VotesTest.arc56.json
ERC20WrapperTest_aa298248 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC20WrapperTest/ERC20WrapperTest.arc56.json
ERC2981Test_7d7bb605 Erc2981TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC2981Test/ERC2981Test.arc56.json
ERC4626Test_e4243281 Erc4626TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC4626Test/ERC4626Test.arc56.json
ERC721BurnableTest_29d8c068 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721BurnableTest/ERC721BurnableTest.arc56.json
ERC721EnumerableTest_588764f9 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721EnumerableTest/ERC721EnumerableTest.arc56.json
ERC721HolderTest_f0c3c91d (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721HolderTest/ERC721HolderTest.arc56.json
ERC721PausableTest_9aad1410 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721PausableTest/ERC721PausableTest.arc56.json
ERC721RoyaltyTest_4a549697 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721RoyaltyTest/ERC721RoyaltyTest.arc56.json
ERC721Test_f9482864 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721Test/ERC721Test.arc56.json
ERC721Token_ec204478 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721Token.arc56.json
ERC721Token_49c1a214 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721Token/ERC721Token.arc56.json
ERC721URIStorageTest_abfa81c0 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ERC721URIStorageTest/ERC721URIStorageTest.arc56.json
Escrow2PartyTest_681c6903 Escrow2PartyTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Escrow2PartyTest/Escrow2PartyTest.arc56.json
Escrow3PartyTest_6a9fa9d0 Escrow3PartyTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Escrow3PartyTest/Escrow3PartyTest.arc56.json
EscrowMultiParty_0b0fbd14 EscrowMultiPartyClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/EscrowMultiParty/EscrowMultiParty.arc56.json
EscrowTest_d1708231 EscrowTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/EscrowTest/EscrowTest.arc56.json
EventTicketingTest_e43e3543 EventTicketingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/EventTicketingTest/EventTicketingTest.arc56.json
ExchangeTest_2cd80e9d ExchangeTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ExchangeTest/ExchangeTest.arc56.json
FeeCollectorTest_0a65e6e4 FeeCollectorTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/FeeCollectorTest/FeeCollectorTest.arc56.json
FlashLoanTest_741d05cc FlashLoanTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/FlashLoanTest/FlashLoanTest.arc56.json
FundraiserTest_2f801900 FundraiserTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/FundraiserTest/FundraiserTest.arc56.json
GovernanceTest_a7e47a3b GovernanceTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/GovernanceTest/GovernanceTest.arc56.json
HashesTest_a94ec114 HashesTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/HashesTest/HashesTest.arc56.json
InsurancePoolTest_71f7cca5 InsurancePoolTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/InsurancePoolTest/InsurancePoolTest.arc56.json
InsuranceTest_39363b90 InsuranceTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/InsuranceTest/InsuranceTest.arc56.json
InventoryTest_c1975049 InventoryTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/InventoryTest/InventoryTest.arc56.json
InvoicingTest_d0b36571 InvoicingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/InvoicingTest/InvoicingTest.arc56.json
KVStoreTest_e14127f2 KvStoreTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/KVStoreTest/KVStoreTest.arc56.json
LeaderboardTest_d656605e LeaderboardTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/LeaderboardTest/LeaderboardTest.arc56.json
LendingTest_3308692a LendingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/LendingTest/LendingTest.arc56.json
LicenseManagerTest_b103e372 LicenseManagerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/LicenseManagerTest/LicenseManagerTest.arc56.json
LinearVestingTest_62aaa011 LinearVestingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/LinearVestingTest/LinearVestingTest.arc56.json
Lottery2Test_fae722cb Lottery2TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Lottery2Test/Lottery2Test.arc56.json
LotteryTest_52d8a3ba LotteryTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/LotteryTest/LotteryTest.arc56.json
LoyaltyTest_12a19818 LoyaltyTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/LoyaltyTest/LoyaltyTest.arc56.json
MarketplaceTest_854243d5 MarketplaceTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MarketplaceTest/MarketplaceTest.arc56.json
MathTest_d9c84972 MathTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MathTest/MathTest.arc56.json
MathUtilsTest_b70a1153 MathUtilsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MathUtilsTest/MathUtilsTest.arc56.json
MembershipTest_ecf1d055 MembershipTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MembershipTest/MembershipTest.arc56.json
MerkleProofTest_fa8d070b MerkleProofTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MerkleProofTest/MerkleProofTest.arc56.json
MessageHashUtilsTest_d6f24d75 MessageHashUtilsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MessageHashUtilsTest/MessageHashUtilsTest.arc56.json
MilestoneTrackerTest_23f9cc3c MilestoneTrackerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MilestoneTrackerTest/MilestoneTrackerTest.arc56.json
MultiSigTest_44126bc6 MultiSigTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MultiSigTest/MultiSigTest.arc56.json
MyToken_5c7d9d5e (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MyToken.arc56.json
MyToken_addd1c1d (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/MyToken/MyToken.arc56.json
NoncesKeyedTest_b707abea NoncesKeyedTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/NoncesKeyedTest/NoncesKeyedTest.arc56.json
NoncesTest_a4d86a51 NoncesTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/NoncesTest/NoncesTest.arc56.json
OracleTest_2f0cafab OracleTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/OracleTest/OracleTest.arc56.json
Ownable_3aabfeb3 OwnableClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Ownable.arc56.json
Ownable_4b76abb9 OwnableClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Ownable/Ownable.arc56.json
Ownable2StepTest_fe3fb254 Ownable2StepTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Ownable2StepTest/Ownable2StepTest.arc56.json
OwnableTest_f71646f8 OwnableTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/OwnableTest/OwnableTest.arc56.json
Pausable_028efbd3 PausableClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Pausable.arc56.json
Pausable_daf763f0 PausableClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Pausable/Pausable.arc56.json
PausableTest_91cab217 PausableTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/PausableTest/PausableTest.arc56.json
PaymentSplitterTest_a9dc4c0b PaymentSplitterTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/PaymentSplitterTest/PaymentSplitterTest.arc56.json
PayrollTest_5be54c63 PayrollTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/PayrollTest/PayrollTest.arc56.json
PermissionManagerTest_88255add PermissionManagerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/PermissionManagerTest/PermissionManagerTest.arc56.json
PledgePoolTest_c6e44f21 PledgePoolTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/PledgePoolTest/PledgePoolTest.arc56.json
PollStationTest_dca5ea02 PollStationTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/PollStationTest/PollStationTest.arc56.json
QuotaManagerTest_a4a907ac QuotaManagerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/QuotaManagerTest/QuotaManagerTest.arc56.json
RateLimiterTest_15de522c RateLimiterTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/RateLimiterTest/RateLimiterTest.arc56.json
RatingSystemTest_2829d467 RatingSystemTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/RatingSystemTest/RatingSystemTest.arc56.json
ReentrancyGuard_d5a43c70 ReentrancyGuardClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ReentrancyGuard.arc56.json
ReentrancyGuard_c5ff820e ReentrancyGuardClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ReentrancyGuard/ReentrancyGuard.arc56.json
ReentrancyGuardTest_d25e72a8 ReentrancyGuardTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ReentrancyGuardTest/ReentrancyGuardTest.arc56.json
ReferendumTest_0a2a3234 ReferendumTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ReferendumTest/ReferendumTest.arc56.json
ReferralTest_400deef7 ReferralTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ReferralTest/ReferralTest.arc56.json
RegistryTest_cf9740f5 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/RegistryTest/RegistryTest.arc56.json
ReputationTest_6d9b32c3 ReputationTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ReputationTest/ReputationTest.arc56.json
ResourceAllocatorTest_bf6d3fca ResourceAllocatorTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ResourceAllocatorTest/ResourceAllocatorTest.arc56.json
RewardPoolTest_9a3120cf RewardPoolTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/RewardPoolTest/RewardPoolTest.arc56.json
RewardsTest_8f1ab450 RewardsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/RewardsTest/RewardsTest.arc56.json
RoleRegistry_b1f8170a RoleRegistryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/RoleRegistry/RoleRegistry.arc56.json
SafeCastTest_f0322d51 SafeCastTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/SafeCastTest/SafeCastTest.arc56.json
SchedulerTest_76a093c9 SchedulerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/SchedulerTest/SchedulerTest.arc56.json
ShortStringsTest_f192b3f5 ShortStringsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/ShortStringsTest/ShortStringsTest.arc56.json
SignedMathTest_4847deb0 SignedMathTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/SignedMathTest/SignedMathTest.arc56.json
SimpleEscrowTest_de5351eb SimpleEscrowTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/SimpleEscrowTest/SimpleEscrowTest.arc56.json
SkillRegistryTest_45e53f0c SkillRegistryTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/SkillRegistryTest/SkillRegistryTest.arc56.json
SLATest_11c0d088 SlaTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/SLATest/SLATest.arc56.json
StakingTest_11a1896a StakingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/StakingTest/StakingTest.arc56.json
StringsExpandedTest_e6ed8740 StringsExpandedTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/StringsExpandedTest/StringsExpandedTest.arc56.json
SubscriptionTest_53d0760e SubscriptionTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/SubscriptionTest/SubscriptionTest.arc56.json
SupplyChainTest_d4f0aa67 SupplyChainTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/SupplyChainTest/SupplyChainTest.arc56.json
TaskManagerTest_291d9b73 TaskManagerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TaskManagerTest/TaskManagerTest.arc56.json
TimeLockTest_13aaf54f TimeLockTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TimeLockTest/TimeLockTest.arc56.json
TimelockTest_ac7c0c34 TimelockTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TimelockTest/TimelockTest.arc56.json
TimesheetTest_0f43ae9e TimesheetTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TimesheetTest/TimesheetTest.arc56.json
TokenBridgeTest_ed4dd798 TokenBridgeTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TokenBridgeTest/TokenBridgeTest.arc56.json
TokenLockTest_c86ea695 TokenLockTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TokenLockTest/TokenLockTest.arc56.json
TokenStakingV2_369071de TokenStakingV2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TokenStakingV2/TokenStakingV2.arc56.json
TokenSwapTest_75b0f9eb TokenSwapTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TokenSwapTest/TokenSwapTest.arc56.json
TokenVaultV2_a57d8643 TokenVaultV2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TokenVaultV2/TokenVaultV2.arc56.json
TokenVestingTest_028c182d TokenVestingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TokenVestingTest/TokenVestingTest.arc56.json
TreasuryTest_e9847aa0 TreasuryTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/TreasuryTest/TreasuryTest.arc56.json
VaultTest_c4776bab VaultTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/VaultTest/VaultTest.arc56.json
Voting2Test_986a324e Voting2TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Voting2Test/Voting2Test.arc56.json
Voting3Test_b5810393 Voting3TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/Voting3Test/Voting3Test.arc56.json
VotingTest_a6cc6637 VotingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/VotingTest/VotingTest.arc56.json
VotingTokenTest_7a9ffd96 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/VotingTokenTest/VotingTokenTest.arc56.json
WarrantyTest_dfbbbf78 WarrantyTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/WarrantyTest/WarrantyTest.arc56.json
WeightedVoting_de416f71 WeightedVotingClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/WeightedVoting/WeightedVoting.arc56.json
WhitelistManagerTest_a944aa56 WhitelistManagerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/WhitelistManagerTest/WhitelistManagerTest.arc56.json
WhitelistTest_9ea81b93 WhitelistTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/openzeppelin/out/WhitelistTest/WhitelistTest.arc56.json
PoseidonT2Test_b875e526 PoseidonT2TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/poseidon/out/PoseidonT2Test/PoseidonT2Test.arc56.json
PoseidonT3Test_aa87acd7 PoseidonT3TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/poseidon/out/PoseidonT3Test/PoseidonT3Test.arc56.json
PoseidonT4Test_ff12863b PoseidonT4TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/poseidon/out/PoseidonT4Test/PoseidonT4Test.arc56.json
PoseidonT5Test_55e43e22 PoseidonT5TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/poseidon/out/PoseidonT5Test/PoseidonT5Test.arc56.json
PoseidonT6Test_055a0f74 PoseidonT6TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/poseidon/out/PoseidonT6Test/PoseidonT6Test.arc56.json
UD60x18Wrapper_0d533093 Ud60X18WrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/prb-math/out/UD60x18Wrapper/UD60x18Wrapper.arc56.json
UD60x18Wrapper__Helper1_df832fb1 Ud60X18WrapperHelper1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/prb-math/out/UD60x18Wrapper/UD60x18Wrapper__Helper1.arc56.json
UD60x18Wrapper__Helper2_32b154c8 Ud60X18WrapperHelper2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/prb-math/out/UD60x18Wrapper/UD60x18Wrapper__Helper2.arc56.json
UD60x18Wrapper__Helper3_0fde0288 Ud60X18WrapperHelper3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/prb-math/out/UD60x18Wrapper/UD60x18Wrapper__Helper3.arc56.json
UD60x18Wrapper__Helper4_3b7e27f3 Ud60X18WrapperHelper4Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/prb-math/out/UD60x18Wrapper/UD60x18Wrapper__Helper4.arc56.json
UD60x18Wrapper__Helper5_1854ace7 Ud60X18WrapperHelper5Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/prb-math/out/UD60x18Wrapper/UD60x18Wrapper__Helper5.arc56.json
UD60x18Wrapper__Helper2_6910accb Ud60X18WrapperHelper2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/prb-math/test/examples/prb-math/out/UD60x18Wrapper/UD60x18Wrapper__Helper2.arc56.json
HonkVerifier_d596edcb HonkVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier.arc56.json
HonkVerifier__Helper1_31ab4c2f HonkVerifierHelper1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper1.arc56.json
HonkVerifier__Helper10_a1c15127 HonkVerifierHelper10Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper10.arc56.json
HonkVerifier__Helper11_03d31df8 HonkVerifierHelper11Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper11.arc56.json
HonkVerifier__Helper12_ff6e6d83 HonkVerifierHelper12Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper12.arc56.json
HonkVerifier__Helper13_7109850d HonkVerifierHelper13Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper13.arc56.json
HonkVerifier__Helper14_ff02932c HonkVerifierHelper14Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper14.arc56.json
HonkVerifier__Helper15_8a942d72 HonkVerifierHelper15Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper15.arc56.json
HonkVerifier__Helper16_94072e1b HonkVerifierHelper16Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper16.arc56.json
HonkVerifier__Helper17_f6fb5b86 HonkVerifierHelper17Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper17.arc56.json
HonkVerifier__Helper18_303e4c17 HonkVerifierHelper18Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper18.arc56.json
HonkVerifier__Helper19_cbe7a455 HonkVerifierHelper19Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper19.arc56.json
HonkVerifier__Helper2_2de5a541 HonkVerifierHelper2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper2.arc56.json
HonkVerifier__Helper20_f20c001a HonkVerifierHelper20Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper20.arc56.json
HonkVerifier__Helper21_b3a06429 HonkVerifierHelper21Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper21.arc56.json
HonkVerifier__Helper22_88812422 HonkVerifierHelper22Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper22.arc56.json
HonkVerifier__Helper23_105357c3 HonkVerifierHelper23Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper23.arc56.json
HonkVerifier__Helper24_afcbffad HonkVerifierHelper24Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper24.arc56.json
HonkVerifier__Helper25_84cf8450 HonkVerifierHelper25Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper25.arc56.json
HonkVerifier__Helper26_02a8f84a HonkVerifierHelper26Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper26.arc56.json
HonkVerifier__Helper27_3142da62 HonkVerifierHelper27Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper27.arc56.json
HonkVerifier__Helper28_ef3fdc73 HonkVerifierHelper28Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper28.arc56.json
HonkVerifier__Helper29_814ec10f HonkVerifierHelper29Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper29.arc56.json
HonkVerifier__Helper3_a380bb86 HonkVerifierHelper3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper3.arc56.json
HonkVerifier__Helper30_d7fd88fa HonkVerifierHelper30Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper30.arc56.json
HonkVerifier__Helper31_42246dc5 HonkVerifierHelper31Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper31.arc56.json
HonkVerifier__Helper32_aa54fba2 HonkVerifierHelper32Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper32.arc56.json
HonkVerifier__Helper33_aee3f4a8 HonkVerifierHelper33Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper33.arc56.json
HonkVerifier__Helper34_984357de HonkVerifierHelper34Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper34.arc56.json
HonkVerifier__Helper35_50daed80 HonkVerifierHelper35Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper35.arc56.json
HonkVerifier__Helper36_89c987de HonkVerifierHelper36Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper36.arc56.json
HonkVerifier__Helper37_c38a9b97 HonkVerifierHelper37Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper37.arc56.json
HonkVerifier__Helper38_6587d249 HonkVerifierHelper38Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper38.arc56.json
HonkVerifier__Helper39_9d37ff19 HonkVerifierHelper39Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper39.arc56.json
HonkVerifier__Helper4_00f81d6f HonkVerifierHelper4Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper4.arc56.json
HonkVerifier__Helper40_ea7b1139 HonkVerifierHelper40Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper40.arc56.json
HonkVerifier__Helper41_148f9599 HonkVerifierHelper41Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper41.arc56.json
HonkVerifier__Helper42_3aa642ef HonkVerifierHelper42Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper42.arc56.json
HonkVerifier__Helper43_d884b568 HonkVerifierHelper43Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper43.arc56.json
HonkVerifier__Helper44_1e159d02 HonkVerifierHelper44Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper44.arc56.json
HonkVerifier__Helper45_b21575ba HonkVerifierHelper45Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper45.arc56.json
HonkVerifier__Helper46_61d7e793 HonkVerifierHelper46Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper46.arc56.json
HonkVerifier__Helper47_0575b844 HonkVerifierHelper47Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper47.arc56.json
HonkVerifier__Helper48_8bd5f107 HonkVerifierHelper48Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper48.arc56.json
HonkVerifier__Helper49_b0d68c91 HonkVerifierHelper49Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper49.arc56.json
HonkVerifier__Helper5_a6a54f0b HonkVerifierHelper5Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper5.arc56.json
HonkVerifier__Helper50_dd1e077d HonkVerifierHelper50Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper50.arc56.json
HonkVerifier__Helper51_c98a7780 HonkVerifierHelper51Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper51.arc56.json
HonkVerifier__Helper52_d453811c HonkVerifierHelper52Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper52.arc56.json
HonkVerifier__Helper53_520f99e8 HonkVerifierHelper53Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper53.arc56.json
HonkVerifier__Helper54_aff9ba7f HonkVerifierHelper54Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper54.arc56.json
HonkVerifier__Helper55_e051f745 HonkVerifierHelper55Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper55.arc56.json
HonkVerifier__Helper56_3d812d62 HonkVerifierHelper56Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper56.arc56.json
HonkVerifier__Helper57_cab98e6a HonkVerifierHelper57Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper57.arc56.json
HonkVerifier__Helper58_be03cf3f HonkVerifierHelper58Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper58.arc56.json
HonkVerifier__Helper59_f6b2cc82 HonkVerifierHelper59Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper59.arc56.json
HonkVerifier__Helper6_f4cd6d22 HonkVerifierHelper6Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper6.arc56.json
HonkVerifier__Helper60_0299932e HonkVerifierHelper60Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper60.arc56.json
HonkVerifier__Helper61_1cd3206c HonkVerifierHelper61Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper61.arc56.json
HonkVerifier__Helper62_3da500d9 HonkVerifierHelper62Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper62.arc56.json
HonkVerifier__Helper63_c385082b HonkVerifierHelper63Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper63.arc56.json
HonkVerifier__Helper7_a07ae7da HonkVerifierHelper7Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper7.arc56.json
HonkVerifier__Helper8_1cf0a1b7 HonkVerifierHelper8Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper8.arc56.json
HonkVerifier__Helper9_fc155b11 HonkVerifierHelper9Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/rust-honk/out/ZKHonkVerifier/HonkVerifier__Helper9.arc56.json
AbiEncode_59241be4 AbiEncodeClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/AbiEncode/AbiEncode.arc56.json
AdvancedFeatureTest_e9a153c4 AdvancedFeatureTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/AdvancedFeatureTest/AdvancedFeatureTest.arc56.json
Airdrop_64a1bfd4 AirdropClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/Airdrop/Airdrop.arc56.json
AirdropPatternsTest_edf94ff8 AirdropPatternsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/AirdropPatternsTest/AirdropPatternsTest.arc56.json
AttributeHandlerTest_83387a92 AttributeHandlerTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/AttributeHandlerTest/AttributeHandlerTest.arc56.json
BN254Test_4632a1d5 Bn254TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/BN254Test/BN254Test.arc56.json
BN256Test_ecfd49b2 Bn256TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/BN256Test/BN256Test.arc56.json
BytesLibTest_419166e9 BytesLibTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/BytesLibTest/BytesLibTest.arc56.json
Calculator_87ab5491 CalculatorClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/Calculator/Calculator.arc56.json
CircuitConstantsTest_6308a877 CircuitConstantsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/CircuitConstantsTest/CircuitConstantsTest.arc56.json
ConstructorParamsTest_f04b6131 ConstructorParamsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/ConstructorParamsTest/ConstructorParamsTest.arc56.json
CubicVerifier_36de9dc0 CubicVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/CubicVerifier/CubicVerifier.arc56.json
CustomErrorsTest_2b3dc357 CustomErrorsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/CustomErrorsTest/CustomErrorsTest.arc56.json
DeepMerkleVerifier_6ef20198 DeepMerkleVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/DeepMerkleVerifier/DeepMerkleVerifier.arc56.json
EasyWinsTest_ba938402 EasyWinsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/EasyWinsTest/EasyWinsTest.arc56.json
EventsTest_5a2f0e39 EventsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/EventsTest/EventsTest.arc56.json
Verifier_vc_and_disclose_cdf00157 VerifierVcAndDiscloseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/examples/self_features/out/Verifier_vc_and_disclose.arc56.json
FeatureTest_a9207dd9 FeatureTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/FeatureTest/FeatureTest.arc56.json
FormatterTest_46fdf48b FormatterTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/FormatterTest/FormatterTest.arc56.json
FullChainVerifier_d90c922f FullChainVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/FullChainVerifier/FullChainVerifier.arc56.json
Groth16Verifier_c8f5091e Groth16VerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/Groth16Verifier/Groth16Verifier.arc56.json
HashChainVerifier_f3b73715 HashChainVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/HashChainVerifier/HashChainVerifier.arc56.json
HashTest_db5c3d55 HashTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/HashTest/HashTest.arc56.json
InterAppCallTest_45904e50 InterAppCallTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/InterAppCallTest/InterAppCallTest.arc56.json
MathLibTest_1e955dc3 MathLibTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M01_LibraryCall/MathLibTest.arc56.json
BytesLibTest_2c2b0579 BytesLibTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M02_BytesLib/BytesLibTest.arc56.json
StructTest_ce324dc6 StructTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M03_StructTest/StructTest.arc56.json
StructStorageTest_ae692b08 StructStorageTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M04_StructStorage/StructStorageTest.arc56.json
CustomErrorsTest_ba7325e8 CustomErrorsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M05_CustomErrors/CustomErrorsTest.arc56.json
HashTest_ef6ac930 HashTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M06_HashTest/HashTest.arc56.json
NestedMapTest_614ac336 NestedMapTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M07_NestedMap/NestedMapTest.arc56.json
EventsTest_16925d43 EventsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M08_Events/EventsTest.arc56.json
BN256Test_50270c94 Bn256TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M09_BN256Test/BN256Test.arc56.json
ConstructorParamsTest_8bf9685d ConstructorParamsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M15_ConstructorParamsTest/ConstructorParamsTest.arc56.json
Calculator_a1d7aa2d CalculatorClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M16_Calculator/Calculator.arc56.json
InterAppCallTest_419552b3 InterAppCallTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M16_InterAppCall/InterAppCallTest.arc56.json
BN254Test_adeb53a4 Bn254TestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M17_BN254Test/BN254Test.arc56.json
ModExpTest_f207afcd ModExpTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M28_ModExpTest/ModExpTest.arc56.json
FeatureTest_6cf2f33c FeatureTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M29_FeatureTest/FeatureTest.arc56.json
AdvancedFeatureTest_50640adf AdvancedFeatureTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M30_AdvancedFeatureTest/AdvancedFeatureTest.arc56.json
EasyWinsTest_13ad3f59 EasyWinsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M31_EasyWins/EasyWinsTest.arc56.json
StructAdvancedTest_cdfd9f52 StructAdvancedTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M32_StructAdvanced/StructAdvancedTest.arc56.json
SafeTransferCaller_79d7cf5f SafeTransferCallerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M33_CrossContractCall/SafeTransferCaller.arc56.json
MockToken_fe3ab5cf MockTokenClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M33_MockToken/MockToken.arc56.json
StructMappingTest_a7ab3db5 StructMappingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M34_StructMapping/StructMappingTest.arc56.json
MappingDefaultsTest_10446215 MappingDefaultsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M35_MappingDefaults/MappingDefaultsTest.arc56.json
TokenWithSupply_94d68e9f TokenWithSupplyClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M36_ConstructorParams/TokenWithSupply.arc56.json
TupleReturnsTest_de7826ff TupleReturnsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M37_TupleReturns/TupleReturnsTest.arc56.json
PublicGettersTest_632e269e PublicGettersTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M38_PublicGetters/PublicGettersTest.arc56.json
PostIncrementTest_837490d6 PostIncrementTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M39_PostIncrement/PostIncrementTest.arc56.json
ReturnCallee_1b453397 ReturnCalleeClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M40_ReturnCallee/ReturnCallee.arc56.json
ReturnCaller_9cb61352 ReturnCallerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M40_ReturnCaller/ReturnCaller.arc56.json
StructCallee_e3253d18 StructCalleeClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M41_StructCallee/StructCallee.arc56.json
StructCaller_ac43d0db StructCallerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M41_StructCaller/StructCaller.arc56.json
AbiEncode_8be5da47 AbiEncodeClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M42_AbiEncode/AbiEncode.arc56.json
TokenA_b0210624 TokenAClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M43_MultiContract/TokenA.arc56.json
TokenB_6bd57b7c TokenBClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/M43_MultiContract/TokenB.arc56.json
MappingDefaultsTest_0175a608 MappingDefaultsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/MappingDefaultsTest/MappingDefaultsTest.arc56.json
MathLibTest_9b07b650 MathLibTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/MathLibTest/MathLibTest.arc56.json
MerkleVerifier_6bf32822 MerkleVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/MerkleVerifier/MerkleVerifier.arc56.json
MockToken_fcb495d2 MockTokenClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/MockToken/MockToken.arc56.json
ModExpTest_0e0e3642 ModExpTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/ModExpTest/ModExpTest.arc56.json
TokenA_6ea71ce6 TokenAClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/MultiContract/TokenA.arc56.json
TokenB_e986840b TokenBClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/MultiContract/TokenB.arc56.json
NestedMapTest_f3deb815 NestedMapTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/NestedMapTest/NestedMapTest.arc56.json
PolynomialVerifier_f79ddab3 PolynomialVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/PolynomialVerifier/PolynomialVerifier.arc56.json
PoseidonVerifier_4503036e PoseidonVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/PoseidonVerifier/PoseidonVerifier.arc56.json
PostIncrementTest_cf984ad8 PostIncrementTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/PostIncrementTest/PostIncrementTest.arc56.json
PublicGettersTest_58e552f4 PublicGettersTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/PublicGettersTest/PublicGettersTest.arc56.json
RangeProofVerifier_184bd776 RangeProofVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/RangeProofVerifier/RangeProofVerifier.arc56.json
ReturnCallee_39d3a952 ReturnCalleeClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/ReturnCallee/ReturnCallee.arc56.json
ReturnCaller_05a66e8e ReturnCallerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/ReturnCaller/ReturnCaller.arc56.json
SafeTransferCaller_ac9780e5 SafeTransferCallerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/SafeTransferCaller/SafeTransferCaller.arc56.json
SelfVerificationRootTest_da8e24d7 SelfVerificationRootTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/SelfVerificationRootTest/SelfVerificationRootTest.arc56.json
SemaphoreVerifier_8a659c68 SemaphoreVerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/SemaphoreVerifier/SemaphoreVerifier.arc56.json
StructAdvancedTest_442ccefd StructAdvancedTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/StructAdvancedTest/StructAdvancedTest.arc56.json
StructCallee_a6708e2f StructCalleeClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/StructCallee/StructCallee.arc56.json
StructCaller_e000e2ed StructCallerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/StructCaller/StructCaller.arc56.json
StructMappingTest_5ea232f0 StructMappingTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/StructMappingTest/StructMappingTest.arc56.json
StructStorageTest_4ce8c9c0 StructStorageTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/StructStorageTest/StructStorageTest.arc56.json
StructTest_3aff559f StructTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/StructTest/StructTest.arc56.json
TokenA_d48066b5 TokenAClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/TokenA/TokenA.arc56.json
TokenB_8e2d99bb TokenBClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/TokenA/TokenB.arc56.json
TokenWithSupply_efe5aa18 TokenWithSupplyClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/TokenWithSupply/TokenWithSupply.arc56.json
TupleReturnsTest_73331d84 TupleReturnsTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/TupleReturnsTest/TupleReturnsTest.arc56.json
Verifier_vc_and_disclose_3e9d2bb8 VerifierVcAndDiscloseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/Verifier_vc_and_disclose.arc56.json
Verifier_vc_and_disclose_db7dd71f VerifierVcAndDiscloseClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/self_features/out/Verifier_vc_and_disclose/Verifier_vc_and_disclose.arc56.json
CREATE3Wrapper_fdb81b8c Create3WrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/CREATE3Wrapper/CREATE3Wrapper.arc56.json
DateTimeWrapper_4b9db78b DateTimeWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/DateTimeWrapper/DateTimeWrapper.arc56.json
DateTimeWrapper__Helper1_06d46da2 DateTimeWrapperHelper1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/DateTimeWrapper/DateTimeWrapper__Helper1.arc56.json
DateTimeWrapper__Helper2_4c7775ee DateTimeWrapperHelper2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/DateTimeWrapper/DateTimeWrapper__Helper2.arc56.json
DynamicBufferWrapper_527db8d4 DynamicBufferWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/DynamicBufferWrapper/DynamicBufferWrapper.arc56.json
EIP712Wrapper_8ea74f76 Eip712WrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/EIP712Wrapper/EIP712Wrapper.arc56.json
EnumerableMapWrapper_bf1ef6b1 EnumerableMapWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/EnumerableMapWrapper/EnumerableMapWrapper.arc56.json
EnumerableSetWrapper_2ab4262a EnumerableSetWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/EnumerableSetWrapper/EnumerableSetWrapper.arc56.json
ERC2981Wrapper_2143be81 Erc2981WrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/ERC2981Wrapper/ERC2981Wrapper.arc56.json
ERC4626Wrapper__Helper1_50907779 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/ERC4626Wrapper/ERC4626Wrapper__Helper1.arc56.json
ERC4626Wrapper__Helper2_3e021c30 Erc4626WrapperHelper2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/ERC4626Wrapper/ERC4626Wrapper__Helper2.arc56.json
ERC6909Wrapper_808a3ea7 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/ERC6909Wrapper/ERC6909Wrapper.arc56.json
FixedPointMathWrapper_b28783ab FixedPointMathWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/FixedPointMathWrapper/FixedPointMathWrapper.arc56.json
FixedPointMathWrapper__Helper2_85a8490e FixedPointMathWrapperHelper2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/FixedPointMathWrapper/FixedPointMathWrapper__Helper2.arc56.json
FixedPointMathWrapper__Helper3_e5225262 FixedPointMathWrapperHelper3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/FixedPointMathWrapper/FixedPointMathWrapper__Helper3.arc56.json
FixedPointMathWrapper__Helper4_c549d396 FixedPointMathWrapperHelper4Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/FixedPointMathWrapper/FixedPointMathWrapper__Helper4.arc56.json
GasBurnerWrapper_6eafa56a GasBurnerWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/GasBurnerWrapper/GasBurnerWrapper.arc56.json
LibBitWrapper_82e18871 LibBitWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibBitWrapper/LibBitWrapper.arc56.json
LibCallWrapper_dcf7c57e LibCallWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibCallWrapper/LibCallWrapper.arc56.json
LibMapWrapper_5cb9e8e9 LibMapWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibMapWrapper/LibMapWrapper.arc56.json
LibPRNGWrapper_d827b39d LibPrngWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibPRNGWrapper/LibPRNGWrapper.arc56.json
LibRLPWrapper_8cec291d LibRlpWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibRLPWrapper/LibRLPWrapper.arc56.json
LibZipWrapper_1abea0dd LibZipWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibZipWrapper/LibZipWrapper.arc56.json
LibZipWrapper__Helper1_a2b8ac33 LibZipWrapperHelper1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibZipWrapper/LibZipWrapper__Helper1.arc56.json
LibZipWrapper__Helper3_0498b4c0 LibZipWrapperHelper3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibZipWrapper/LibZipWrapper__Helper3.arc56.json
LibZipWrapper__Helper4_53204535 LibZipWrapperHelper4Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LibZipWrapper/LibZipWrapper__Helper4.arc56.json
Lifebuoy_c9165c87 LifebuoyClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LifebuoyWrapper/Lifebuoy.arc56.json
LifebuoyWrapper_92aafc7d LifebuoyWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/LifebuoyWrapper/LifebuoyWrapper.arc56.json
MinHeapWrapper_d0d49290 MinHeapWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/MinHeapWrapper/MinHeapWrapper.arc56.json
OwnableWrapper_cf569d6e OwnableWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/OwnableWrapper/OwnableWrapper.arc56.json
P256Wrapper_85883505 P256WrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/P256Wrapper/P256Wrapper.arc56.json
ReceiverWrapper_79015ae6 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/ReceiverWrapper/ReceiverWrapper.arc56.json
ReentrancyGuardWrapper_985bffa1 ReentrancyGuardWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/ReentrancyGuardWrapper/ReentrancyGuardWrapper.arc56.json
SafeCastWrapper_1da62dc5 SafeCastWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/SafeCastWrapper/SafeCastWrapper.arc56.json
SafeTransferWrapper_15585a3f SafeTransferWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/SafeTransferWrapper/SafeTransferWrapper.arc56.json
TimedRolesWrapper_3c446380 TimedRolesWrapperClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solady/out/TimedRolesWrapper/TimedRolesWrapper.arc56.json
ERC1155_42da3659 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solmate-erc1155/out/ERC1155/ERC1155.arc56.json
ERC20_0528c9c6 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solmate-erc20/out/ERC20/ERC20.arc56.json
ERC6909_6c69ad42 Erc6909Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solmate-erc6909/out/ERC6909/ERC6909.arc56.json
ERC721_92ea5d7e (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solmate-erc721/out/ERC721/ERC721.arc56.json
RolesAuthority_4597d13d RolesAuthorityClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/solmate-roles/out/RolesAuthority/RolesAuthority.arc56.json
StakeToken_eec87962 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/staking/out/StakeToken/StakeToken.arc56.json
StakingRewards_f1bfea8c StakingRewardsClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/staking/out/StakingRewards/StakingRewards.arc56.json
ERC20Mock_6f1e194e (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/sushiswap-v2/out/ERC20MockTest/ERC20Mock.arc56.json
FactoryMock_2248055e FactoryMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/sushiswap-v2/out/FactoryMockTest/FactoryMock.arc56.json
PairTestHelper_b4c72f33 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/sushiswap-v2/out/PairTestHelperTest/PairTestHelper.arc56.json
UniswapV2ERC20_fd6ef90b (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/sushiswap-v2/out/PairTestHelperTest/UniswapV2ERC20.arc56.json
UniswapV2Pair_0cfc47b9 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/sushiswap-v2/out/PairTestHelperTest/UniswapV2Pair.arc56.json
UniswapV2ERC20_eb7f2ec9 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/sushiswap-v2/out/UniswapV2ERC20Test/UniswapV2ERC20.arc56.json
UniswapV2ERC20_4f47e258 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/sushiswap-v2/out/UniswapV2PairTest/UniswapV2ERC20.arc56.json
UniswapV2Pair_e9ea371d (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/sushiswap-v2/out/UniswapV2PairTest/UniswapV2Pair.arc56.json
StakingRewards_7319eef2 StakingRewardsClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/synthetix-staking/out/StakingRewards/StakingRewards.arc56.json
TimelockController_d43e8371 TimelockControllerClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/timelock/out/TimelockController/TimelockController.arc56.json
ETHTornado_1e3bccbe EthTornadoClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/ETHTornado/ETHTornado.arc56.json
MerkleTreeWithHistory_9825f82c MerkleTreeWithHistoryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/ETHTornado/MerkleTreeWithHistory.arc56.json
HasherMock_43bc0209 HasherMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/HasherMock/HasherMock.arc56.json
MerkleTreeWithHistory_d9d1862f MerkleTreeWithHistoryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/HasherMock/MerkleTreeWithHistory.arc56.json
MerkleTreeWithHistory_c12036f1 MerkleTreeWithHistoryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/MerkleTreeWithHistory/MerkleTreeWithHistory.arc56.json
MerkleTreeWithHistory_41663c97 MerkleTreeWithHistoryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/MerkleTreeWithHistoryMock/MerkleTreeWithHistory.arc56.json
MerkleTreeWithHistoryMock_9532a8e6 MerkleTreeWithHistoryMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/MerkleTreeWithHistoryMock/MerkleTreeWithHistoryMock.arc56.json
Verifier_384cf1bb VerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/Verifier/Verifier.arc56.json
MerkleTreeWithHistory_b21abd99 MerkleTreeWithHistoryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/VerifierMock/MerkleTreeWithHistory.arc56.json
VerifierMock_d3c49978 VerifierMockClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/VerifierMock/VerifierMock.arc56.json
Verifier_ed2ed103 VerifierClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/tornado-cash/out/VerifierUnsplit/Verifier.arc56.json
UniswapV2ERC20_4f71b228 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v2/out/UniswapV2ERC20/UniswapV2ERC20.arc56.json
UniswapV2Factory_cca1e81c UniswapV2FactoryClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v2/out/UniswapV2Factory/UniswapV2Factory.arc56.json
UniswapV2Pair_a805eaef (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v2/out/UniswapV2Pair/UniswapV2Pair.arc56.json
PoolManager_ce705f83 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager.arc56.json
PoolManager__Helper1_77435eb5 PoolManagerHelper1Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper1.arc56.json
PoolManager__Helper10_cc248830 PoolManagerHelper10Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper10.arc56.json
PoolManager__Helper11_01339bfe PoolManagerHelper11Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper11.arc56.json
PoolManager__Helper12_d23440c3 PoolManagerHelper12Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper12.arc56.json
PoolManager__Helper13_9b202a83 PoolManagerHelper13Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper13.arc56.json
PoolManager__Helper14_da6a38f7 PoolManagerHelper14Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper14.arc56.json
PoolManager__Helper15_0290d241 PoolManagerHelper15Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper15.arc56.json
PoolManager__Helper16_5c9929a6 PoolManagerHelper16Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper16.arc56.json
PoolManager__Helper17_e330ac76 PoolManagerHelper17Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper17.arc56.json
PoolManager__Helper18_340de193 PoolManagerHelper18Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper18.arc56.json
PoolManager__Helper19_e66a9eac PoolManagerHelper19Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper19.arc56.json
PoolManager__Helper2_78b62c67 PoolManagerHelper2Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper2.arc56.json
PoolManager__Helper20_9d67fdb0 PoolManagerHelper20Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper20.arc56.json
PoolManager__Helper21_e2dbfed4 PoolManagerHelper21Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper21.arc56.json
PoolManager__Helper22_8153d3c2 PoolManagerHelper22Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper22.arc56.json
PoolManager__Helper23_60400d96 PoolManagerHelper23Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper23.arc56.json
PoolManager__Helper24_a508ace1 PoolManagerHelper24Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper24.arc56.json
PoolManager__Helper25_f05a8a8d PoolManagerHelper25Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper25.arc56.json
PoolManager__Helper26_08c32411 PoolManagerHelper26Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper26.arc56.json
PoolManager__Helper27_e264990f PoolManagerHelper27Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper27.arc56.json
PoolManager__Helper28_237ab7f2 PoolManagerHelper28Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper28.arc56.json
PoolManager__Helper29_af369f19 PoolManagerHelper29Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper29.arc56.json
PoolManager__Helper3_eeea2a76 PoolManagerHelper3Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper3.arc56.json
PoolManager__Helper30_69f8f122 PoolManagerHelper30Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper30.arc56.json
PoolManager__Helper31_feaeaf67 PoolManagerHelper31Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper31.arc56.json
PoolManager__Helper32_82acc15c PoolManagerHelper32Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper32.arc56.json
PoolManager__Helper33_ecdf9f4c PoolManagerHelper33Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper33.arc56.json
PoolManager__Helper34_d0091ca2 PoolManagerHelper34Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper34.arc56.json
PoolManager__Helper35_9a47f21c PoolManagerHelper35Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper35.arc56.json
PoolManager__Helper36_3188d62a PoolManagerHelper36Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper36.arc56.json
PoolManager__Helper37_8447761d PoolManagerHelper37Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper37.arc56.json
PoolManager__Helper38_8172defb PoolManagerHelper38Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper38.arc56.json
PoolManager__Helper39_9e7be486 PoolManagerHelper39Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper39.arc56.json
PoolManager__Helper4_6029c305 PoolManagerHelper4Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper4.arc56.json
PoolManager__Helper40_7fa7fc7a PoolManagerHelper40Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper40.arc56.json
PoolManager__Helper41_85bc39ad PoolManagerHelper41Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper41.arc56.json
PoolManager__Helper42_7419d991 PoolManagerHelper42Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper42.arc56.json
PoolManager__Helper43_bf6e2341 PoolManagerHelper43Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper43.arc56.json
PoolManager__Helper44_955443ae PoolManagerHelper44Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper44.arc56.json
PoolManager__Helper45_f3f32ada PoolManagerHelper45Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper45.arc56.json
PoolManager__Helper46_7dc2d596 PoolManagerHelper46Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper46.arc56.json
PoolManager__Helper47_8128b07a PoolManagerHelper47Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper47.arc56.json
PoolManager__Helper48_27df18cb PoolManagerHelper48Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper48.arc56.json
PoolManager__Helper49_742c3dbd PoolManagerHelper49Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper49.arc56.json
PoolManager__Helper5_410afb7d PoolManagerHelper5Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper5.arc56.json
PoolManager__Helper50_e4accf80 PoolManagerHelper50Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper50.arc56.json
PoolManager__Helper51_1e1c2eed PoolManagerHelper51Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper51.arc56.json
PoolManager__Helper52_ce8e1e01 PoolManagerHelper52Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper52.arc56.json
PoolManager__Helper53_05f03d3c PoolManagerHelper53Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper53.arc56.json
PoolManager__Helper6_917162b7 PoolManagerHelper6Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper6.arc56.json
PoolManager__Helper7_dc3e29bc PoolManagerHelper7Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper7.arc56.json
PoolManager__Helper8_e6ae01dc PoolManagerHelper8Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper8.arc56.json
PoolManager__Helper9_9456aafd PoolManagerHelper9Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/uniswap-v4/out/PoolManager/PoolManager__Helper9.arc56.json
TokenVesting_a7cc167d TokenVestingClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/vesting/out/TokenVesting/TokenVesting.arc56.json
TokenVesting_7d5669ad TokenVestingClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/vesting/out/VestingToken/TokenVesting.arc56.json
VestingToken_cc040316 (fails to compile - excluded, see state.json) https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/vesting/out/VestingToken/VestingToken.arc56.json
WETH9_d6a468d2 Weth9Client https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/weth9/out/WETH9/WETH9.arc56.json
BinaryIMTTest_c1082249 BinaryImtTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/zk-kit/out/BinaryIMTTest/BinaryIMTTest.arc56.json
LazyIMTTest_dfa052bd LazyImtTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/zk-kit/out/LazyIMTTest/LazyIMTTest.arc56.json
LazyTowerHashChainTest_9c9b3ccd LazyTowerHashChainTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/zk-kit/out/LazyTowerHashChainTest/LazyTowerHashChainTest.arc56.json
LeanIMTTest_60b5b6ae LeanImtTestClient https://raw.githubusercontent.com/Argimirodelpozo/puya-sol/HEAD/WIP/examples/zk-kit/out/LeanIMTTest/LeanIMTTest.arc56.json

Versioning

This package uses 1.<increment>.<yyyyMMddHH>-style versioning: a new version is published whenever any of the contracts above change, or whenever the client generator itself is updated. See Arc56Registry for the full generation pipeline and source ARC-56 registry.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file arc56_generated_argim_ff1f8b0b-1.3.2026072109.tar.gz.

File metadata

File hashes

Hashes for arc56_generated_argim_ff1f8b0b-1.3.2026072109.tar.gz
Algorithm Hash digest
SHA256 e2d386ccf94281cfb7835b0570f78a17c770fc1437dde37288037b37deeed810
MD5 95f51ad36fbaf54c4e61ebb0c0d1d67f
BLAKE2b-256 b2446ac1134a58ac59961d7c8bc615a0274ee3a9af4b3c9b4c26a819bd4c93ff

See more details on using hashes here.

File details

Details for the file arc56_generated_argim_ff1f8b0b-1.3.2026072109-py3-none-any.whl.

File metadata

File hashes

Hashes for arc56_generated_argim_ff1f8b0b-1.3.2026072109-py3-none-any.whl
Algorithm Hash digest
SHA256 e7fb7db2f9e7b8aca1e56b469b9fc4f6c4850b1b3373810650fa70e173b4d4b7
MD5 a712318c6ac42114cb5b2f60bbc2ea8b
BLAKE2b-256 a6e42605ce57359284db77047978ad55ed92987396d6d5751f37781aed586530

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.3.2026072109 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page