Skip to content

Instantly share code, notes, and snippets.

@karalabe
Created May 3, 2016 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save karalabe/090246a39e01904361c98bf432e1fdac to your computer and use it in GitHub Desktop.
Save karalabe/090246a39e01904361c98bf432e1fdac to your computer and use it in GitHub Desktop.
[
{
"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