Skip to content

Commit

Permalink
correct use of 'owner' to 'getOwner' in datona-blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Potter committed Feb 6, 2020
1 parent 4cd0e1b commit e9171c9
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 116 deletions.
147 changes: 71 additions & 76 deletions contracts/SDAC.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,76 @@
{
"abi": [
{
"constant": true,
"inputs": [],
"name": "hasExpired",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "requester",
"type": "address"
}
],
"name": "isPermitted",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "terminate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
{
"constant": false,
"inputs": [],
"name": "terminate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "requester",
"type": "address"
}
],
"name": "isPermitted",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getOwner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "hasExpired",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "",
"runtimeBytecode": ""
}

0 comments on commit e9171c9

Please sign in to comment.