Skip to content

Instantly share code, notes, and snippets.

@pipermerriam
Created January 12, 2016 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pipermerriam/704776a5f95be1022f7d to your computer and use it in GitHub Desktop.
Save pipermerriam/704776a5f95be1022f7d to your computer and use it in GitHub Desktop.
[
{
"constant": false,
"inputs": [
{
"name": "contractAddress",
"type": "address"
},
{
"name": "abiSignature",
"type": "bytes4"
},
{
"name": "targetBlock",
"type": "uint256"
}
],
"name": "scheduleCall",
"outputs": [
{
"name": "",
"type": "address"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contractAddress",
"type": "address"
},
{
"name": "abiSignature",
"type": "bytes4"
},
{
"name": "targetBlock",
"type": "uint256"
},
{
"name": "suggestedGas",
"type": "uint256"
},
{
"name": "gracePeriod",
"type": "uint8"
}
],
"name": "scheduleCall",
"outputs": [
{
"name": "",
"type": "address"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getDefaultPayment",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getDefaultFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contractAddress",
"type": "address"
},
{
"name": "abiSignature",
"type": "bytes4"
},
{
"name": "targetBlock",
"type": "uint256"
},
{
"name": "suggestedGas",
"type": "uint256"
}
],
"name": "scheduleCall",
"outputs": [
{
"name": "",
"type": "address"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "callAddress",
"type": "address"
}
],
"name": "getNextCallSibling",
"outputs": [
{
"name": "",
"type": "address"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "callAddress",
"type": "address"
}
],
"name": "isKnownCall",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "basePayment",
"type": "uint256"
}
],
"name": "getMinimumCallCost",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contractAddress",
"type": "address"
},
{
"name": "abiSignature",
"type": "bytes4"
},
{
"name": "targetBlock",
"type": "uint256"
},
{
"name": "suggestedGas",
"type": "uint256"
},
{
"name": "gracePeriod",
"type": "uint8"
},
{
"name": "basePayment",
"type": "uint256"
}
],
"name": "scheduleCall",
"outputs": [
{
"name": "",
"type": "address"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getMinimumCallCost",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contractAddress",
"type": "address"
},
{
"name": "abiSignature",
"type": "bytes4"
},
{
"name": "targetBlock",
"type": "uint256"
},
{
"name": "suggestedGas",
"type": "uint256"
},
{
"name": "gracePeriod",
"type": "uint8"
},
{
"name": "basePayment",
"type": "uint256"
},
{
"name": "baseFee",
"type": "uint256"
}
],
"name": "scheduleCall",
"outputs": [
{
"name": "",
"type": "address"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "basePayment",
"type": "uint256"
},
{
"name": "baseFee",
"type": "uint256"
}
],
"name": "getMinimumCallCost",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getMinimumCallGas",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getCallWindowSize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "blockNumber",
"type": "uint256"
}
],
"name": "getNextCall",
"outputs": [
{
"name": "",
"type": "address"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getMinimumGracePeriod",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment