{"contractName":"EtherPaymentFallback","abi":[{"payable":true,"stateMutability":"payable","type":"fallback"}],"bytecode":"0x6080604052348015600f57600080fd5b50603b80601d6000396000f3fe608060405200fea265627a7a723158206e837938bfec03330ea5d4805c799a9f5c48ec7372c699b114f5a2db57757a8e64736f6c634300050e0032","deployedBytecode":"0x608060405200fea265627a7a723158206e837938bfec03330ea5d4805c799a9f5c48ec7372c699b114f5a2db57757a8e64736f6c634300050e0032","sourceMap":"175:155:8:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;175:155:8;;;;;;;","deployedSourceMap":"175:155:8:-;;;","source":"pragma solidity >=0.5.0 <0.7.0;\n\n\n/// @title EtherPaymentFallback - A contract that has a fallback to accept ether payments\n/// @author Richard Meissner - <richard@gnosis.pm>\ncontract EtherPaymentFallback {\n\n    /// @dev Fallback function accepts Ether transactions.\n    function ()\n        external\n        payable\n    {\n\n    }\n}\n","compiler":{"name":"solc","version":"0.5.14+commit.01f1aaa4.Emscripten.clang"},"networks":{},"schemaVersion":"2.0.3","updatedAt":"2022-11-11T08:20:54.739Z"}