Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abvhiael/9b14842d38e5ed3637f3518507c12882 to your computer and use it in GitHub Desktop.
Save abvhiael/9b14842d38e5ed3637f3518507c12882 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