safe-react/safe-contracts/build/contracts/EtherPaymentFallback.json

171 lines
5.3 KiB
JSON
Raw Normal View History

2018-08-20 07:59:16 +00:00
{
"contractName": "EtherPaymentFallback",
"abi": [
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
}
],
2018-09-26 09:19:53 +00:00
"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:-;;;",
2018-08-20 07:59:16 +00:00
"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",
2018-09-26 09:19:53 +00:00
"sourcePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/EtherPaymentFallback.sol",
2018-08-20 07:59:16 +00:00
"ast": {
2018-09-26 09:19:53 +00:00
"absolutePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/EtherPaymentFallback.sol",
2018-08-20 07:59:16 +00:00
"exportedSymbols": {
"EtherPaymentFallback": [
2018-09-26 09:19:53 +00:00
1666
2018-08-20 07:59:16 +00:00
]
},
2018-09-26 09:19:53 +00:00
"id": 1667,
2018-08-20 07:59:16 +00:00
"nodeType": "SourceUnit",
"nodes": [
{
2018-09-26 09:19:53 +00:00
"id": 1661,
2018-08-20 07:59:16 +00:00
"literals": [
"solidity",
"0.4",
".24"
],
"nodeType": "PragmaDirective",
2018-09-26 09:19:53 +00:00
"src": "0:23:8"
2018-08-20 07:59:16 +00:00
},
{
"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,
2018-09-26 09:19:53 +00:00
"id": 1666,
2018-08-20 07:59:16 +00:00
"linearizedBaseContracts": [
2018-09-26 09:19:53 +00:00
1666
2018-08-20 07:59:16 +00:00
],
"name": "EtherPaymentFallback",
"nodeType": "ContractDefinition",
"nodes": [
{
"body": {
2018-09-26 09:19:53 +00:00
"id": 1664,
2018-08-20 07:59:16 +00:00
"nodeType": "Block",
2018-09-26 09:19:53 +00:00
"src": "312:8:8",
2018-08-20 07:59:16 +00:00
"statements": []
},
"documentation": "@dev Fallback function accepts Ether transactions.",
2018-09-26 09:19:53 +00:00
"id": 1665,
2018-08-20 07:59:16 +00:00
"implemented": true,
"isConstructor": false,
"isDeclaredConst": false,
"modifiers": [],
"name": "",
"nodeType": "FunctionDefinition",
"parameters": {
2018-09-26 09:19:53 +00:00
"id": 1662,
2018-08-20 07:59:16 +00:00
"nodeType": "ParameterList",
"parameters": [],
2018-09-26 09:19:53 +00:00
"src": "272:2:8"
2018-08-20 07:59:16 +00:00
},
"payable": true,
"returnParameters": {
2018-09-26 09:19:53 +00:00
"id": 1663,
2018-08-20 07:59:16 +00:00
"nodeType": "ParameterList",
"parameters": [],
2018-09-26 09:19:53 +00:00
"src": "312:0:8"
2018-08-20 07:59:16 +00:00
},
2018-09-26 09:19:53 +00:00
"scope": 1666,
"src": "263:57:8",
2018-08-20 07:59:16 +00:00
"stateMutability": "payable",
"superFunction": null,
"visibility": "external"
}
],
2018-09-26 09:19:53 +00:00
"scope": 1667,
"src": "167:155:8"
2018-08-20 07:59:16 +00:00
}
],
2018-09-26 09:19:53 +00:00
"src": "0:323:8"
2018-08-20 07:59:16 +00:00
},
"legacyAST": {
2018-09-26 09:19:53 +00:00
"absolutePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/EtherPaymentFallback.sol",
2018-08-20 07:59:16 +00:00
"exportedSymbols": {
"EtherPaymentFallback": [
2018-09-26 09:19:53 +00:00
1666
2018-08-20 07:59:16 +00:00
]
},
2018-09-26 09:19:53 +00:00
"id": 1667,
2018-08-20 07:59:16 +00:00
"nodeType": "SourceUnit",
"nodes": [
{
2018-09-26 09:19:53 +00:00
"id": 1661,
2018-08-20 07:59:16 +00:00
"literals": [
"solidity",
"0.4",
".24"
],
"nodeType": "PragmaDirective",
2018-09-26 09:19:53 +00:00
"src": "0:23:8"
2018-08-20 07:59:16 +00:00
},
{
"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,
2018-09-26 09:19:53 +00:00
"id": 1666,
2018-08-20 07:59:16 +00:00
"linearizedBaseContracts": [
2018-09-26 09:19:53 +00:00
1666
2018-08-20 07:59:16 +00:00
],
"name": "EtherPaymentFallback",
"nodeType": "ContractDefinition",
"nodes": [
{
"body": {
2018-09-26 09:19:53 +00:00
"id": 1664,
2018-08-20 07:59:16 +00:00
"nodeType": "Block",
2018-09-26 09:19:53 +00:00
"src": "312:8:8",
2018-08-20 07:59:16 +00:00
"statements": []
},
"documentation": "@dev Fallback function accepts Ether transactions.",
2018-09-26 09:19:53 +00:00
"id": 1665,
2018-08-20 07:59:16 +00:00
"implemented": true,
"isConstructor": false,
"isDeclaredConst": false,
"modifiers": [],
"name": "",
"nodeType": "FunctionDefinition",
"parameters": {
2018-09-26 09:19:53 +00:00
"id": 1662,
2018-08-20 07:59:16 +00:00
"nodeType": "ParameterList",
"parameters": [],
2018-09-26 09:19:53 +00:00
"src": "272:2:8"
2018-08-20 07:59:16 +00:00
},
"payable": true,
"returnParameters": {
2018-09-26 09:19:53 +00:00
"id": 1663,
2018-08-20 07:59:16 +00:00
"nodeType": "ParameterList",
"parameters": [],
2018-09-26 09:19:53 +00:00
"src": "312:0:8"
2018-08-20 07:59:16 +00:00
},
2018-09-26 09:19:53 +00:00
"scope": 1666,
"src": "263:57:8",
2018-08-20 07:59:16 +00:00
"stateMutability": "payable",
"superFunction": null,
"visibility": "external"
}
],
2018-09-26 09:19:53 +00:00
"scope": 1667,
"src": "167:155:8"
2018-08-20 07:59:16 +00:00
}
],
2018-09-26 09:19:53 +00:00
"src": "0:323:8"
2018-08-20 07:59:16 +00:00
},
"compiler": {
"name": "solc",
"version": "0.4.24+commit.e67f0147.Emscripten.clang"
},
"networks": {},
"schemaVersion": "2.0.0",
2018-10-05 15:26:48 +00:00
"updatedAt": "2018-10-05T14:25:58.922Z"
2018-08-20 07:59:16 +00:00
}