solidity/test/libsolidity/syntaxTests/types/address
2020-06-22 16:51:47 +02:00
..
address_abi_decode.sol Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
address_binary_operators.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_constant_assignment.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_constant.sol Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
address_in_struct_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_in_struct_fine.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
address_members_in_contract.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_nonpayable_selfdestruct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_payable_external_overload.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_payable_internal_overload_nonpayable.sol Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
address_payable_internal_overload_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_payable_memory_array_conversion.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_payable_public_overload.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_payable_selfdestruct.sol Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
address_payable_storage_array_conversion_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_payable_storage_array_conversion.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_to_contract_implicitly.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_to_contract_payable_fallback.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_to_contract_receive.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
address_to_contract.sol
address_to_payable_address_double.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_to_payable_address.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_tuple_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_tuple_fine.sol Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
bytes_long_to_payable_address.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes_short_to_payable_address.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes_to_payable_address.sol Make non-payable default for conversion to address. 2018-09-20 14:31:04 +02:00
contract_no_fallback_to_payable_address.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_non_payable_fallback_to_payable_address.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_payable_fallback_to_payable_address_implicitly.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_payable_fallback_to_payable_address.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_receive_to_payable_address_implicitly.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_receive_to_payable_address.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
contract_to_address_implicitly.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_to_address.sol
literal_to_address.sol Fixes #5051 (introduced in #4684), effectively allowing underscores in address literals. 2018-10-02 15:37:15 +02:00
literal_to_payable_address.sol Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
nonpayable_address_to_contract_payable_fallback.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
nonpayable_address_to_contract_receive.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
payable_address_to_address.sol Add payable and non-payable state mutability to AddressType. 2018-09-13 15:15:49 +02:00
uint_to_payable_address.sol Make non-payable default for conversion to address. 2018-09-20 14:31:04 +02:00