This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathVaultABI.json
1 lines (1 loc) · 6.05 KB
/
VaultABI.json
1
[ { "constant": true, "inputs": [], "name": "maxSecurityGuardDelay", "outputs": [ { "name": "", "type": "uint256", "value": "1296000" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "escapeHatch", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_newTimeLock", "type": "uint256" } ], "name": "setTimelock", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_newEscapeCaller", "type": "address" } ], "name": "changeEscapeCaller", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "numberOfAuthorizedPayments", "outputs": [ { "name": "", "type": "uint256", "value": "1" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_authorize", "type": "bool" } ], "name": "authorizeSpender", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_idPayment", "type": "uint256" } ], "name": "cancelPayment", "outputs": [], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_idPayment", "type": "uint256" }, { "name": "_delay", "type": "uint256" } ], "name": "delayPayment", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [ { "name": "", "type": "address", "value": "0x32bacc8b241fb172fee18bda32527126c6f3c5f7" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_description", "type": "string" }, { "name": "_recipient", "type": "address" }, { "name": "_amount", "type": "uint256" }, { "name": "_paymentDelay", "type": "uint256" } ], "name": "authorizePayment", "outputs": [ { "name": "", "type": "uint256" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_idPayment", "type": "uint256" } ], "name": "collectAuthorizedPayment", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "uint256" } ], "name": "authorizedPayments", "outputs": [ { "name": "description", "type": "string", "value": "MilestoneA" }, { "name": "spender", "type": "address", "value": "0x3c01ddc7af41e6888cbd8d0398fe34a81c3c7f36" }, { "name": "earliestPayTime", "type": "uint256", "value": "1481763784" }, { "name": "canceled", "type": "bool", "value": false }, { "name": "paid", "type": "bool", "value": true }, { "name": "recipient", "type": "address", "value": "0x839395e20bbb182fa440d08f850e6c7a8f6f0780" }, { "name": "amount", "type": "uint256", "value": "500000000000000000" }, { "name": "securityGuardDelay", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [], "name": "receiveEther", "outputs": [], "payable": true, "type": "function" }, { "constant": false, "inputs": [ { "name": "_newOwner", "type": "address" } ], "name": "changeOwner", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "securityGuard", "outputs": [ { "name": "", "type": "address", "value": "0x839395e20bbb182fa440d08f850e6c7a8f6f0780" } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_newSecurityGuard", "type": "address" } ], "name": "setSecurityGuard", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "escapeDestination", "outputs": [ { "name": "", "type": "address", "value": "0x32bacc8b241fb172fee18bda32527126c6f3c5f7" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "timeLock", "outputs": [ { "name": "", "type": "uint256", "value": "172800" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "allowedSpenders", "outputs": [ { "name": "", "type": "bool", "value": false } ], "payable": false, "type": "function" }, { "constant": false, "inputs": [ { "name": "_maxSecurityGuardDelay", "type": "uint256" } ], "name": "setMaxSecurityGuardDelay", "outputs": [], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "absoluteMinTimeLock", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "type": "function" }, { "constant": true, "inputs": [], "name": "escapeCaller", "outputs": [ { "name": "", "type": "address", "value": "0x79f09717c5b352078234832e5737651ddb333548" } ], "payable": false, "type": "function" }, { "inputs": [ { "name": "_escapeCaller", "type": "address" }, { "name": "_escapeDestination", "type": "address" }, { "name": "_absoluteMinTimeLock", "type": "uint256" }, { "name": "_timeLock", "type": "uint256" }, { "name": "_securityGuard", "type": "address" }, { "name": "_maxSecurityGuardDelay", "type": "uint256" } ], "payable": false, "type": "constructor" }, { "payable": true, "type": "fallback" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "idPayment", "type": "uint256" }, { "indexed": false, "name": "recipient", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "PaymentAuthorized", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "idPayment", "type": "uint256" }, { "indexed": false, "name": "recipient", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "PaymentExecuted", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "idPayment", "type": "uint256" } ], "name": "PaymentCanceled", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "from", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "EtherReceived", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "spender", "type": "address" }, { "indexed": false, "name": "authorized", "type": "bool" } ], "name": "SpenderAuthorization", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "EscapeCalled", "type": "event" } ]