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

151 lines
4.3 KiB
JSON
Raw Normal View History

2018-05-31 13:01:02 +00:00
{
"contractName": "Enum",
"abi": [],
2018-09-26 09:19:53 +00:00
"bytecode": "0x6080604052348015600f57600080fd5b50603580601d6000396000f3006080604052600080fd00a165627a7a72305820e8f35ac07bd2a835eacbee7ba38b086a012b371f6bdc0da93abfb72fe3b38ec20029",
"deployedBytecode": "0x6080604052600080fd00a165627a7a72305820e8f35ac07bd2a835eacbee7ba38b086a012b371f6bdc0da93abfb72fe3b38ec20029",
"sourceMap": "115:95:7:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;115:95:7;;;;;;;",
"deployedSourceMap": "115:95:7:-;;;;;",
2018-05-31 13:01:02 +00:00
"source": "pragma solidity 0.4.24;\n\n\n/// @title Enum - Collection of enums\n/// @author Richard Meissner - <richard@gnosis.pm>\ncontract Enum {\n enum Operation {\n Call,\n DelegateCall,\n Create\n }\n}\n",
2018-09-26 09:19:53 +00:00
"sourcePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/Enum.sol",
2018-05-31 13:01:02 +00:00
"ast": {
2018-09-26 09:19:53 +00:00
"absolutePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/Enum.sol",
2018-05-31 13:01:02 +00:00
"exportedSymbols": {
"Enum": [
2018-09-26 09:19:53 +00:00
1659
2018-05-31 13:01:02 +00:00
]
},
2018-09-26 09:19:53 +00:00
"id": 1660,
2018-05-31 13:01:02 +00:00
"nodeType": "SourceUnit",
"nodes": [
{
2018-09-26 09:19:53 +00:00
"id": 1654,
2018-05-31 13:01:02 +00:00
"literals": [
"solidity",
"0.4",
".24"
],
"nodeType": "PragmaDirective",
2018-09-26 09:19:53 +00:00
"src": "0:23:7"
2018-05-31 13:01:02 +00:00
},
{
"baseContracts": [],
"contractDependencies": [],
"contractKind": "contract",
"documentation": "@title Enum - Collection of enums\n @author Richard Meissner - <richard@gnosis.pm>",
"fullyImplemented": true,
2018-09-26 09:19:53 +00:00
"id": 1659,
2018-05-31 13:01:02 +00:00
"linearizedBaseContracts": [
2018-09-26 09:19:53 +00:00
1659
2018-05-31 13:01:02 +00:00
],
"name": "Enum",
"nodeType": "ContractDefinition",
"nodes": [
{
"canonicalName": "Enum.Operation",
2018-09-26 09:19:53 +00:00
"id": 1658,
2018-05-31 13:01:02 +00:00
"members": [
{
2018-09-26 09:19:53 +00:00
"id": 1655,
2018-05-31 13:01:02 +00:00
"name": "Call",
"nodeType": "EnumValue",
2018-09-26 09:19:53 +00:00
"src": "160:4:7"
2018-05-31 13:01:02 +00:00
},
{
2018-09-26 09:19:53 +00:00
"id": 1656,
2018-05-31 13:01:02 +00:00
"name": "DelegateCall",
"nodeType": "EnumValue",
2018-09-26 09:19:53 +00:00
"src": "174:12:7"
2018-05-31 13:01:02 +00:00
},
{
2018-09-26 09:19:53 +00:00
"id": 1657,
2018-05-31 13:01:02 +00:00
"name": "Create",
"nodeType": "EnumValue",
2018-09-26 09:19:53 +00:00
"src": "196:6:7"
2018-05-31 13:01:02 +00:00
}
],
"name": "Operation",
"nodeType": "EnumDefinition",
2018-09-26 09:19:53 +00:00
"src": "135:73:7"
2018-05-31 13:01:02 +00:00
}
],
2018-09-26 09:19:53 +00:00
"scope": 1660,
"src": "115:95:7"
2018-05-31 13:01:02 +00:00
}
],
2018-09-26 09:19:53 +00:00
"src": "0:211:7"
2018-05-31 13:01:02 +00:00
},
"legacyAST": {
2018-09-26 09:19:53 +00:00
"absolutePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/common/Enum.sol",
2018-05-31 13:01:02 +00:00
"exportedSymbols": {
"Enum": [
2018-09-26 09:19:53 +00:00
1659
2018-05-31 13:01:02 +00:00
]
},
2018-09-26 09:19:53 +00:00
"id": 1660,
2018-05-31 13:01:02 +00:00
"nodeType": "SourceUnit",
"nodes": [
{
2018-09-26 09:19:53 +00:00
"id": 1654,
2018-05-31 13:01:02 +00:00
"literals": [
"solidity",
"0.4",
".24"
],
"nodeType": "PragmaDirective",
2018-09-26 09:19:53 +00:00
"src": "0:23:7"
2018-05-31 13:01:02 +00:00
},
{
"baseContracts": [],
"contractDependencies": [],
"contractKind": "contract",
"documentation": "@title Enum - Collection of enums\n @author Richard Meissner - <richard@gnosis.pm>",
"fullyImplemented": true,
2018-09-26 09:19:53 +00:00
"id": 1659,
2018-05-31 13:01:02 +00:00
"linearizedBaseContracts": [
2018-09-26 09:19:53 +00:00
1659
2018-05-31 13:01:02 +00:00
],
"name": "Enum",
"nodeType": "ContractDefinition",
"nodes": [
{
"canonicalName": "Enum.Operation",
2018-09-26 09:19:53 +00:00
"id": 1658,
2018-05-31 13:01:02 +00:00
"members": [
{
2018-09-26 09:19:53 +00:00
"id": 1655,
2018-05-31 13:01:02 +00:00
"name": "Call",
"nodeType": "EnumValue",
2018-09-26 09:19:53 +00:00
"src": "160:4:7"
2018-05-31 13:01:02 +00:00
},
{
2018-09-26 09:19:53 +00:00
"id": 1656,
2018-05-31 13:01:02 +00:00
"name": "DelegateCall",
"nodeType": "EnumValue",
2018-09-26 09:19:53 +00:00
"src": "174:12:7"
2018-05-31 13:01:02 +00:00
},
{
2018-09-26 09:19:53 +00:00
"id": 1657,
2018-05-31 13:01:02 +00:00
"name": "Create",
"nodeType": "EnumValue",
2018-09-26 09:19:53 +00:00
"src": "196:6:7"
2018-05-31 13:01:02 +00:00
}
],
"name": "Operation",
"nodeType": "EnumDefinition",
2018-09-26 09:19:53 +00:00
"src": "135:73:7"
2018-05-31 13:01:02 +00:00
}
],
2018-09-26 09:19:53 +00:00
"scope": 1660,
"src": "115:95:7"
2018-05-31 13:01:02 +00:00
}
],
2018-09-26 09:19:53 +00:00
"src": "0:211:7"
2018-05-31 13:01:02 +00:00
},
"compiler": {
"name": "solc",
"version": "0.4.24+commit.e67f0147.Emscripten.clang"
},
"networks": {},
2018-06-29 11:23:01 +00:00
"schemaVersion": "2.0.0",
2018-10-05 15:26:48 +00:00
"updatedAt": "2018-10-05T14:25:58.921Z"
2018-05-31 13:01:02 +00:00
}