Forked from karalabe/geth-release-oracle-full-abi.json
Created
April 8, 2017 23:01
-
-
Save abvhiael/9b14842d38e5ed3637f3518507c12882 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"constant":true, | |
"inputs":[ | |
], | |
"name":"currentVersion", | |
"outputs":[ | |
{ | |
"name":"major", | |
"type":"uint32" | |
}, | |
{ | |
"name":"minor", | |
"type":"uint32" | |
}, | |
{ | |
"name":"patch", | |
"type":"uint32" | |
}, | |
{ | |
"name":"commit", | |
"type":"bytes20" | |
}, | |
{ | |
"name":"time", | |
"type":"uint256" | |
} | |
], | |
"type":"function" | |
}, | |
{ | |
"constant":true, | |
"inputs":[ | |
], | |
"name":"proposedVersion", | |
"outputs":[ | |
{ | |
"name":"major", | |
"type":"uint32" | |
}, | |
{ | |
"name":"minor", | |
"type":"uint32" | |
}, | |
{ | |
"name":"patch", | |
"type":"uint32" | |
}, | |
{ | |
"name":"commit", | |
"type":"bytes20" | |
}, | |
{ | |
"name":"pass", | |
"type":"address[]" | |
}, | |
{ | |
"name":"fail", | |
"type":"address[]" | |
} | |
], | |
"type":"function" | |
}, | |
{ | |
"constant":true, | |
"inputs":[ | |
], | |
"name":"signers", | |
"outputs":[ | |
{ | |
"name":"", | |
"type":"address[]" | |
} | |
], | |
"type":"function" | |
}, | |
{ | |
"constant":true, | |
"inputs":[ | |
], | |
"name":"authProposals", | |
"outputs":[ | |
{ | |
"name":"", | |
"type":"address[]" | |
} | |
], | |
"type":"function" | |
}, | |
{ | |
"constant":true, | |
"inputs":[ | |
{ | |
"name":"user", | |
"type":"address" | |
} | |
], | |
"name":"authVotes", | |
"outputs":[ | |
{ | |
"name":"promote", | |
"type":"address[]" | |
}, | |
{ | |
"name":"demote", | |
"type":"address[]" | |
} | |
], | |
"type":"function" | |
}, | |
{ | |
"constant":false, | |
"inputs":[ | |
{ | |
"name":"user", | |
"type":"address" | |
} | |
], | |
"name":"promote", | |
"outputs":[ | |
], | |
"type":"function" | |
}, | |
{ | |
"constant":false, | |
"inputs":[ | |
{ | |
"name":"user", | |
"type":"address" | |
} | |
], | |
"name":"demote", | |
"outputs":[ | |
], | |
"type":"function" | |
}, | |
{ | |
"constant":false, | |
"inputs":[ | |
{ | |
"name":"major", | |
"type":"uint32" | |
}, | |
{ | |
"name":"minor", | |
"type":"uint32" | |
}, | |
{ | |
"name":"patch", | |
"type":"uint32" | |
}, | |
{ | |
"name":"commit", | |
"type":"bytes20" | |
} | |
], | |
"name":"release", | |
"outputs":[ | |
], | |
"type":"function" | |
}, | |
{ | |
"constant":false, | |
"inputs":[ | |
], | |
"name":"nuke", | |
"outputs":[ | |
], | |
"type":"function" | |
}, | |
{ | |
"inputs":[ | |
{ | |
"name":"signers", | |
"type":"address[]" | |
} | |
], | |
"type":"constructor" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment