liquid-funding-console/chains/development/contracts/ILiquidPledging.json

63 lines
1.4 KiB
JSON
Raw Normal View History

2019-05-22 19:23:35 +00:00
{
"className": "ILiquidPledging",
"args": [],
"code": "",
"runtimeBytecode": "",
"realRuntimeBytecode": "",
"linkReferences": {},
"swarmHash": "",
"gasEstimates": null,
"functionHashes": {
"cancelPayment(uint64,uint256)": "e9c211e2",
"confirmPayment(uint64,uint256)": "2ee88808"
},
"abiDefinition": [
{
"constant": false,
"inputs": [
{
"name": "idPledge",
"type": "uint64"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "confirmPayment",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x2ee88808"
},
{
"constant": false,
"inputs": [
{
"name": "idPledge",
"type": "uint64"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "cancelPayment",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0xe9c211e2"
}
],
"filename": "/Users/iurimatias/Projects/Status/liquid-funding-console/.embark/contracts/LPVault.sol",
"originalFilename": "contracts/LPVault.sol",
"path": "/Users/iurimatias/Projects/Status/liquid-funding-console/contracts/LPVault.sol",
"gas": "auto",
"type": "file",
"deploy": false,
"_gasLimit": 6000000,
"error": false
}