https://github.com/nethereum/augurcontractinfo
Augur contract information combining serpent files and augur-contracts tx
https://github.com/nethereum/augurcontractinfo
Last synced: about 1 year ago
JSON representation
Augur contract information combining serpent files and augur-contracts tx
- Host: GitHub
- URL: https://github.com/nethereum/augurcontractinfo
- Owner: Nethereum
- Created: 2016-03-22T20:17:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T09:12:50.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T21:25:00.327Z (about 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AugurContractInfo
Augur contract information combining serpent files and augur-contracts tx. Outputs to a json file as:
```javascript
"name": "faucets",
"address": "0x895d32f2db7d01ebb50053f9e48aacf26584fe40",
"functions": [
{
"functionName": "reputationFaucet",
"parameters": "branch",
"signature": "i",
"returns": "number",
"send": true,
"abi": {
"name": "reputationFaucet",
"type": "function",
"serpent": true,
"constant": false,
"inputs": [
{
"name": "branch",
"signature": "i",
"type": "int"
}
],
"outputs": [
{
"name": "",
"type": "int"
}
]
}
},
{
"functionName": "cashFaucet",
"parameters": "",
"returns": "number",
"send": true,
"abi": {
"name": "cashFaucet",
"type": "function",
"serpent": true,
"constant": false,
"inputs": [],
"outputs": [
{
"name": "",
"type": "int"
}
]
}
},
{
"functionName": "fundNewAccount",
"parameters": "branch",
"signature": "i",
"returns": "number",
"send": true,
"abi": {
"name": "fundNewAccount",
"type": "function",
"serpent": true,
"constant": false,
"inputs": [
{
"name": "branch",
"signature": "i",
"type": "int"
}
],
"outputs": [
{
"name": "",
"type": "int"
}
]
}
}
]
},
```
Current output can be found here : https://github.com/Nethereum/AugurContractInfo/blob/master/contractsInfo.json