363 lines
11 KiB
JSON
363 lines
11 KiB
JSON
{
|
|
"contractName": "Token",
|
|
"abi": [
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"name": "_to",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"name": "value",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "transfer",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
}
|
|
],
|
|
"bytecode": "0x",
|
|
"deployedBytecode": "0x",
|
|
"sourceMap": "",
|
|
"deployedSourceMap": "",
|
|
"source": "pragma solidity ^0.4.23;\nimport \"@gnosis.pm/mock-contract/contracts/MockContract.sol\";\ncontract Token {\n\tfunction transfer(address _to, uint value) public returns (bool);\n}\n",
|
|
"sourcePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/mocks/Token.sol",
|
|
"ast": {
|
|
"absolutePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/mocks/Token.sol",
|
|
"exportedSymbols": {
|
|
"Token": [
|
|
1871
|
|
]
|
|
},
|
|
"id": 1872,
|
|
"nodeType": "SourceUnit",
|
|
"nodes": [
|
|
{
|
|
"id": 1860,
|
|
"literals": [
|
|
"solidity",
|
|
"^",
|
|
"0.4",
|
|
".23"
|
|
],
|
|
"nodeType": "PragmaDirective",
|
|
"src": "0:24:16"
|
|
},
|
|
{
|
|
"absolutePath": "@gnosis.pm/mock-contract/contracts/MockContract.sol",
|
|
"file": "@gnosis.pm/mock-contract/contracts/MockContract.sol",
|
|
"id": 1861,
|
|
"nodeType": "ImportDirective",
|
|
"scope": 1872,
|
|
"sourceUnit": 4001,
|
|
"src": "25:61:16",
|
|
"symbolAliases": [],
|
|
"unitAlias": ""
|
|
},
|
|
{
|
|
"baseContracts": [],
|
|
"contractDependencies": [],
|
|
"contractKind": "contract",
|
|
"documentation": null,
|
|
"fullyImplemented": false,
|
|
"id": 1871,
|
|
"linearizedBaseContracts": [
|
|
1871
|
|
],
|
|
"name": "Token",
|
|
"nodeType": "ContractDefinition",
|
|
"nodes": [
|
|
{
|
|
"body": null,
|
|
"documentation": null,
|
|
"id": 1870,
|
|
"implemented": false,
|
|
"isConstructor": false,
|
|
"isDeclaredConst": false,
|
|
"modifiers": [],
|
|
"name": "transfer",
|
|
"nodeType": "FunctionDefinition",
|
|
"parameters": {
|
|
"id": 1866,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [
|
|
{
|
|
"constant": false,
|
|
"id": 1863,
|
|
"name": "_to",
|
|
"nodeType": "VariableDeclaration",
|
|
"scope": 1870,
|
|
"src": "123:11:16",
|
|
"stateVariable": false,
|
|
"storageLocation": "default",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_address",
|
|
"typeString": "address"
|
|
},
|
|
"typeName": {
|
|
"id": 1862,
|
|
"name": "address",
|
|
"nodeType": "ElementaryTypeName",
|
|
"src": "123:7:16",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_address",
|
|
"typeString": "address"
|
|
}
|
|
},
|
|
"value": null,
|
|
"visibility": "internal"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"id": 1865,
|
|
"name": "value",
|
|
"nodeType": "VariableDeclaration",
|
|
"scope": 1870,
|
|
"src": "136:10:16",
|
|
"stateVariable": false,
|
|
"storageLocation": "default",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_uint256",
|
|
"typeString": "uint256"
|
|
},
|
|
"typeName": {
|
|
"id": 1864,
|
|
"name": "uint",
|
|
"nodeType": "ElementaryTypeName",
|
|
"src": "136:4:16",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_uint256",
|
|
"typeString": "uint256"
|
|
}
|
|
},
|
|
"value": null,
|
|
"visibility": "internal"
|
|
}
|
|
],
|
|
"src": "122:25:16"
|
|
},
|
|
"payable": false,
|
|
"returnParameters": {
|
|
"id": 1869,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [
|
|
{
|
|
"constant": false,
|
|
"id": 1868,
|
|
"name": "",
|
|
"nodeType": "VariableDeclaration",
|
|
"scope": 1870,
|
|
"src": "164:4:16",
|
|
"stateVariable": false,
|
|
"storageLocation": "default",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_bool",
|
|
"typeString": "bool"
|
|
},
|
|
"typeName": {
|
|
"id": 1867,
|
|
"name": "bool",
|
|
"nodeType": "ElementaryTypeName",
|
|
"src": "164:4:16",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_bool",
|
|
"typeString": "bool"
|
|
}
|
|
},
|
|
"value": null,
|
|
"visibility": "internal"
|
|
}
|
|
],
|
|
"src": "163:6:16"
|
|
},
|
|
"scope": 1871,
|
|
"src": "105:65:16",
|
|
"stateMutability": "nonpayable",
|
|
"superFunction": null,
|
|
"visibility": "public"
|
|
}
|
|
],
|
|
"scope": 1872,
|
|
"src": "87:85:16"
|
|
}
|
|
],
|
|
"src": "0:173:16"
|
|
},
|
|
"legacyAST": {
|
|
"absolutePath": "/Users/apanizo/git/gnosis/safe-contracts/contracts/mocks/Token.sol",
|
|
"exportedSymbols": {
|
|
"Token": [
|
|
1871
|
|
]
|
|
},
|
|
"id": 1872,
|
|
"nodeType": "SourceUnit",
|
|
"nodes": [
|
|
{
|
|
"id": 1860,
|
|
"literals": [
|
|
"solidity",
|
|
"^",
|
|
"0.4",
|
|
".23"
|
|
],
|
|
"nodeType": "PragmaDirective",
|
|
"src": "0:24:16"
|
|
},
|
|
{
|
|
"absolutePath": "@gnosis.pm/mock-contract/contracts/MockContract.sol",
|
|
"file": "@gnosis.pm/mock-contract/contracts/MockContract.sol",
|
|
"id": 1861,
|
|
"nodeType": "ImportDirective",
|
|
"scope": 1872,
|
|
"sourceUnit": 4001,
|
|
"src": "25:61:16",
|
|
"symbolAliases": [],
|
|
"unitAlias": ""
|
|
},
|
|
{
|
|
"baseContracts": [],
|
|
"contractDependencies": [],
|
|
"contractKind": "contract",
|
|
"documentation": null,
|
|
"fullyImplemented": false,
|
|
"id": 1871,
|
|
"linearizedBaseContracts": [
|
|
1871
|
|
],
|
|
"name": "Token",
|
|
"nodeType": "ContractDefinition",
|
|
"nodes": [
|
|
{
|
|
"body": null,
|
|
"documentation": null,
|
|
"id": 1870,
|
|
"implemented": false,
|
|
"isConstructor": false,
|
|
"isDeclaredConst": false,
|
|
"modifiers": [],
|
|
"name": "transfer",
|
|
"nodeType": "FunctionDefinition",
|
|
"parameters": {
|
|
"id": 1866,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [
|
|
{
|
|
"constant": false,
|
|
"id": 1863,
|
|
"name": "_to",
|
|
"nodeType": "VariableDeclaration",
|
|
"scope": 1870,
|
|
"src": "123:11:16",
|
|
"stateVariable": false,
|
|
"storageLocation": "default",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_address",
|
|
"typeString": "address"
|
|
},
|
|
"typeName": {
|
|
"id": 1862,
|
|
"name": "address",
|
|
"nodeType": "ElementaryTypeName",
|
|
"src": "123:7:16",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_address",
|
|
"typeString": "address"
|
|
}
|
|
},
|
|
"value": null,
|
|
"visibility": "internal"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"id": 1865,
|
|
"name": "value",
|
|
"nodeType": "VariableDeclaration",
|
|
"scope": 1870,
|
|
"src": "136:10:16",
|
|
"stateVariable": false,
|
|
"storageLocation": "default",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_uint256",
|
|
"typeString": "uint256"
|
|
},
|
|
"typeName": {
|
|
"id": 1864,
|
|
"name": "uint",
|
|
"nodeType": "ElementaryTypeName",
|
|
"src": "136:4:16",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_uint256",
|
|
"typeString": "uint256"
|
|
}
|
|
},
|
|
"value": null,
|
|
"visibility": "internal"
|
|
}
|
|
],
|
|
"src": "122:25:16"
|
|
},
|
|
"payable": false,
|
|
"returnParameters": {
|
|
"id": 1869,
|
|
"nodeType": "ParameterList",
|
|
"parameters": [
|
|
{
|
|
"constant": false,
|
|
"id": 1868,
|
|
"name": "",
|
|
"nodeType": "VariableDeclaration",
|
|
"scope": 1870,
|
|
"src": "164:4:16",
|
|
"stateVariable": false,
|
|
"storageLocation": "default",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_bool",
|
|
"typeString": "bool"
|
|
},
|
|
"typeName": {
|
|
"id": 1867,
|
|
"name": "bool",
|
|
"nodeType": "ElementaryTypeName",
|
|
"src": "164:4:16",
|
|
"typeDescriptions": {
|
|
"typeIdentifier": "t_bool",
|
|
"typeString": "bool"
|
|
}
|
|
},
|
|
"value": null,
|
|
"visibility": "internal"
|
|
}
|
|
],
|
|
"src": "163:6:16"
|
|
},
|
|
"scope": 1871,
|
|
"src": "105:65:16",
|
|
"stateMutability": "nonpayable",
|
|
"superFunction": null,
|
|
"visibility": "public"
|
|
}
|
|
],
|
|
"scope": 1872,
|
|
"src": "87:85:16"
|
|
}
|
|
],
|
|
"src": "0:173:16"
|
|
},
|
|
"compiler": {
|
|
"name": "solc",
|
|
"version": "0.4.24+commit.e67f0147.Emscripten.clang"
|
|
},
|
|
"networks": {},
|
|
"schemaVersion": "2.0.0",
|
|
"updatedAt": "2018-10-05T14:25:58.939Z"
|
|
} |