Skip to content

Commit

Permalink
[ADD] event addfund
Browse files Browse the repository at this point in the history
  • Loading branch information
Fukunaga42 committed Aug 8, 2018
1 parent 42d0b7b commit ba258bc
Show file tree
Hide file tree
Showing 30 changed files with 32,049 additions and 27,067 deletions.
2 changes: 2 additions & 0 deletions build/Readme.md
@@ -0,0 +1,2 @@
# TO DO

2 changes: 1 addition & 1 deletion build/contracts/BytesLib.json
Expand Up @@ -8067,5 +8067,5 @@
},
"networks": {},
"schemaVersion": "2.0.0",
"updatedAt": "2018-06-27T15:06:59.303Z"
"updatedAt": "2018-08-07T13:06:25.484Z"
}
106 changes: 53 additions & 53 deletions build/contracts/Certifier.json
Expand Up @@ -55,14 +55,14 @@
"absolutePath": "/Users/mehdi/code/dether/detherContracts/contracts/certifier/Certifier.sol",
"exportedSymbols": {
"Certifier": [
2921
2934
]
},
"id": 2922,
"id": 2935,
"nodeType": "SourceUnit",
"nodes": [
{
"id": 2905,
"id": 2918,
"literals": [
"solidity",
"^",
Expand All @@ -78,30 +78,30 @@
"contractKind": "contract",
"documentation": null,
"fullyImplemented": false,
"id": 2921,
"id": 2934,
"linearizedBaseContracts": [
2921
2934
],
"name": "Certifier",
"nodeType": "ContractDefinition",
"nodes": [
{
"anonymous": false,
"documentation": null,
"id": 2909,
"id": 2922,
"name": "Confirmed",
"nodeType": "EventDefinition",
"parameters": {
"id": 2908,
"id": 2921,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 2907,
"id": 2920,
"indexed": true,
"name": "who",
"nodeType": "VariableDeclaration",
"scope": 2909,
"scope": 2922,
"src": "755:19:3",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -110,7 +110,7 @@
"typeString": "address"
},
"typeName": {
"id": 2906,
"id": 2919,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "755:7:3",
Expand All @@ -130,20 +130,20 @@
{
"anonymous": false,
"documentation": null,
"id": 2913,
"id": 2926,
"name": "Revoked",
"nodeType": "EventDefinition",
"parameters": {
"id": 2912,
"id": 2925,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 2911,
"id": 2924,
"indexed": true,
"name": "who",
"nodeType": "VariableDeclaration",
"scope": 2913,
"scope": 2926,
"src": "792:19:3",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -152,7 +152,7 @@
"typeString": "address"
},
"typeName": {
"id": 2910,
"id": 2923,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "792:7:3",
Expand All @@ -172,23 +172,23 @@
{
"body": null,
"documentation": null,
"id": 2920,
"id": 2933,
"implemented": false,
"isConstructor": false,
"isDeclaredConst": true,
"modifiers": [],
"name": "certified",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 2916,
"id": 2929,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 2915,
"id": 2928,
"name": "_who",
"nodeType": "VariableDeclaration",
"scope": 2920,
"scope": 2933,
"src": "834:12:3",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -197,7 +197,7 @@
"typeString": "address"
},
"typeName": {
"id": 2914,
"id": 2927,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "834:7:3",
Expand All @@ -214,15 +214,15 @@
},
"payable": false,
"returnParameters": {
"id": 2919,
"id": 2932,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 2918,
"id": 2931,
"name": "",
"nodeType": "VariableDeclaration",
"scope": 2920,
"scope": 2933,
"src": "869:4:3",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -231,7 +231,7 @@
"typeString": "bool"
},
"typeName": {
"id": 2917,
"id": 2930,
"name": "bool",
"nodeType": "ElementaryTypeName",
"src": "869:4:3",
Expand All @@ -246,14 +246,14 @@
],
"src": "868:6:3"
},
"scope": 2921,
"scope": 2934,
"src": "815:60:3",
"stateMutability": "view",
"superFunction": null,
"visibility": "public"
}
],
"scope": 2922,
"scope": 2935,
"src": "717:160:3"
}
],
Expand All @@ -263,14 +263,14 @@
"absolutePath": "/Users/mehdi/code/dether/detherContracts/contracts/certifier/Certifier.sol",
"exportedSymbols": {
"Certifier": [
2921
2934
]
},
"id": 2922,
"id": 2935,
"nodeType": "SourceUnit",
"nodes": [
{
"id": 2905,
"id": 2918,
"literals": [
"solidity",
"^",
Expand All @@ -286,30 +286,30 @@
"contractKind": "contract",
"documentation": null,
"fullyImplemented": false,
"id": 2921,
"id": 2934,
"linearizedBaseContracts": [
2921
2934
],
"name": "Certifier",
"nodeType": "ContractDefinition",
"nodes": [
{
"anonymous": false,
"documentation": null,
"id": 2909,
"id": 2922,
"name": "Confirmed",
"nodeType": "EventDefinition",
"parameters": {
"id": 2908,
"id": 2921,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 2907,
"id": 2920,
"indexed": true,
"name": "who",
"nodeType": "VariableDeclaration",
"scope": 2909,
"scope": 2922,
"src": "755:19:3",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -318,7 +318,7 @@
"typeString": "address"
},
"typeName": {
"id": 2906,
"id": 2919,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "755:7:3",
Expand All @@ -338,20 +338,20 @@
{
"anonymous": false,
"documentation": null,
"id": 2913,
"id": 2926,
"name": "Revoked",
"nodeType": "EventDefinition",
"parameters": {
"id": 2912,
"id": 2925,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 2911,
"id": 2924,
"indexed": true,
"name": "who",
"nodeType": "VariableDeclaration",
"scope": 2913,
"scope": 2926,
"src": "792:19:3",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -360,7 +360,7 @@
"typeString": "address"
},
"typeName": {
"id": 2910,
"id": 2923,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "792:7:3",
Expand All @@ -380,23 +380,23 @@
{
"body": null,
"documentation": null,
"id": 2920,
"id": 2933,
"implemented": false,
"isConstructor": false,
"isDeclaredConst": true,
"modifiers": [],
"name": "certified",
"nodeType": "FunctionDefinition",
"parameters": {
"id": 2916,
"id": 2929,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 2915,
"id": 2928,
"name": "_who",
"nodeType": "VariableDeclaration",
"scope": 2920,
"scope": 2933,
"src": "834:12:3",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -405,7 +405,7 @@
"typeString": "address"
},
"typeName": {
"id": 2914,
"id": 2927,
"name": "address",
"nodeType": "ElementaryTypeName",
"src": "834:7:3",
Expand All @@ -422,15 +422,15 @@
},
"payable": false,
"returnParameters": {
"id": 2919,
"id": 2932,
"nodeType": "ParameterList",
"parameters": [
{
"constant": false,
"id": 2918,
"id": 2931,
"name": "",
"nodeType": "VariableDeclaration",
"scope": 2920,
"scope": 2933,
"src": "869:4:3",
"stateVariable": false,
"storageLocation": "default",
Expand All @@ -439,7 +439,7 @@
"typeString": "bool"
},
"typeName": {
"id": 2917,
"id": 2930,
"name": "bool",
"nodeType": "ElementaryTypeName",
"src": "869:4:3",
Expand All @@ -454,14 +454,14 @@
],
"src": "868:6:3"
},
"scope": 2921,
"scope": 2934,
"src": "815:60:3",
"stateMutability": "view",
"superFunction": null,
"visibility": "public"
}
],
"scope": 2922,
"scope": 2935,
"src": "717:160:3"
}
],
Expand All @@ -473,5 +473,5 @@
},
"networks": {},
"schemaVersion": "2.0.0",
"updatedAt": "2018-06-27T15:01:54.506Z"
"updatedAt": "2018-08-07T12:59:14.211Z"
}
2 changes: 1 addition & 1 deletion build/contracts/DateTime.json
Expand Up @@ -20762,5 +20762,5 @@
},
"networks": {},
"schemaVersion": "2.0.0",
"updatedAt": "2018-06-27T15:06:59.309Z"
"updatedAt": "2018-08-07T13:06:25.490Z"
}

0 comments on commit ba258bc

Please sign in to comment.