171 lines
5.3 KiB
JSON
171 lines
5.3 KiB
JSON
{
|
|
"contractName": "EtherPaymentFallback",
|
|
"abi": [
|
|
{
|
|
"payable": true,
|
|
"stateMutability": "payable",
|
|
"type": "fallback"
|
|
}
|
|
],
|
|
"bytecode": "0x6080604052348015600f57600080fd5b50603280601d6000396000f30060806040520000a165627a7a723058200c4d2e3a714c9a462ec30383030f16e7035d8647c8e18373ebc02f115b5a1d690029",
|
|
"deployedBytecode": "0x60806040520000a165627a7a723058200c4d2e3a714c9a462ec30383030f16e7035d8647c8e18373ebc02f115b5a1d690029",
|
|
"sourceMap": "167:155:8:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;167:155:8;;;;;;;",
|
|
"deployedSourceMap": "167:155:8:-;;;",
|
|
"source": "pragma solidity 0.4.24;\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",
|
|
"sourcePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/EtherPaymentFallback.sol",
|
|
"ast": {
|
|
"absolutePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/EtherPaymentFallback.sol",
|
|
"exportedSymbols": {
|
|
"EtherPaymentFallback": [
|
|
1666
|
|
]
|
|
},
|
|
"id": 1667,
|
|
"nodeType": "SourceUnit",
|
|
"nodes": [
|
|
{
|
|
"id": 1661,
|
|
"literals": [
|
|
"solidity",
|
|
"0.4",
|
|
".24"
|
|
],
|
|
"nodeType": "PragmaDirective",
|
|
"src": "0:23:8"
|
|
},
|
|
{
|
|
"baseContracts": [],
|
|
"contractDependencies": [],
|
|
"contractKind": "contract",
|
|
"documentation": "@title EtherPaymentFallback - A contract that has a fallback to accept ether payments\n @author Richard Meissner - <richard@gnosis.pm>",
|
|
"fullyImplemented": true,
|
|
"id": 1666,
|
|
"linearizedBaseContracts": [
|
|
1666
|
|
],
|
|
"name": "EtherPaymentFallback",
|
|
"nodeType": "ContractDefinition",
|
|
"nodes": [
|
|
{
|
|
"body": {
|
|
"id": 1664,
|
|
"nodeType": "Block",
|
|
"src": "312:8:8",
|
|
"statements": []
|
|
},
|
|
"documentation": "@dev Fallback function accepts Ether transactions.",
|
|
"id": 1665,
|
|
"implemented": true,
|
|
"isConstructor": false,
|
|
"isDeclaredConst": false,
|
|
"modifiers": [],
|
|
"name": "",
|
|
"nodeType": "FunctionDefinition",
|
|
"parameters": {
|
|
"id": 1662,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [],
|
|
"src": "272:2:8"
|
|
},
|
|
"payable": true,
|
|
"returnParameters": {
|
|
"id": 1663,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [],
|
|
"src": "312:0:8"
|
|
},
|
|
"scope": 1666,
|
|
"src": "263:57:8",
|
|
"stateMutability": "payable",
|
|
"superFunction": null,
|
|
"visibility": "external"
|
|
}
|
|
],
|
|
"scope": 1667,
|
|
"src": "167:155:8"
|
|
}
|
|
],
|
|
"src": "0:323:8"
|
|
},
|
|
"legacyAST": {
|
|
"absolutePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/EtherPaymentFallback.sol",
|
|
"exportedSymbols": {
|
|
"EtherPaymentFallback": [
|
|
1666
|
|
]
|
|
},
|
|
"id": 1667,
|
|
"nodeType": "SourceUnit",
|
|
"nodes": [
|
|
{
|
|
"id": 1661,
|
|
"literals": [
|
|
"solidity",
|
|
"0.4",
|
|
".24"
|
|
],
|
|
"nodeType": "PragmaDirective",
|
|
"src": "0:23:8"
|
|
},
|
|
{
|
|
"baseContracts": [],
|
|
"contractDependencies": [],
|
|
"contractKind": "contract",
|
|
"documentation": "@title EtherPaymentFallback - A contract that has a fallback to accept ether payments\n @author Richard Meissner - <richard@gnosis.pm>",
|
|
"fullyImplemented": true,
|
|
"id": 1666,
|
|
"linearizedBaseContracts": [
|
|
1666
|
|
],
|
|
"name": "EtherPaymentFallback",
|
|
"nodeType": "ContractDefinition",
|
|
"nodes": [
|
|
{
|
|
"body": {
|
|
"id": 1664,
|
|
"nodeType": "Block",
|
|
"src": "312:8:8",
|
|
"statements": []
|
|
},
|
|
"documentation": "@dev Fallback function accepts Ether transactions.",
|
|
"id": 1665,
|
|
"implemented": true,
|
|
"isConstructor": false,
|
|
"isDeclaredConst": false,
|
|
"modifiers": [],
|
|
"name": "",
|
|
"nodeType": "FunctionDefinition",
|
|
"parameters": {
|
|
"id": 1662,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [],
|
|
"src": "272:2:8"
|
|
},
|
|
"payable": true,
|
|
"returnParameters": {
|
|
"id": 1663,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [],
|
|
"src": "312:0:8"
|
|
},
|
|
"scope": 1666,
|
|
"src": "263:57:8",
|
|
"stateMutability": "payable",
|
|
"superFunction": null,
|
|
"visibility": "external"
|
|
}
|
|
],
|
|
"scope": 1667,
|
|
"src": "167:155:8"
|
|
}
|
|
],
|
|
"src": "0:323:8"
|
|
},
|
|
"compiler": {
|
|
"name": "solc",
|
|
"version": "0.4.24+commit.e67f0147.Emscripten.clang"
|
|
},
|
|
"networks": {},
|
|
"schemaVersion": "2.0.0",
|
|
"updatedAt": "2018-10-05T14:25:58.922Z"
|
|
} |