Skip to content
631 changes: 631 additions & 0 deletions simulations/vip-627/abi/InstitutionPositionToken.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "cancelVault",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "claimRaisedFunds",
Expand Down Expand Up @@ -626,11 +633,6 @@
"type": "uint256",
"internalType": "uint256"
},
{
"name": "idealCollateralValuation",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "confiscatedMarginRemaining",
"type": "uint256",
Expand Down Expand Up @@ -1748,6 +1750,25 @@
],
"anonymous": false
},
{
"type": "event",
"name": "VaultCancelled",
"inputs": [
{
"name": "recipient",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "collateralAmount",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"type": "event",
"name": "VaultClosed",
Expand Down Expand Up @@ -1963,11 +1984,6 @@
"name": "PartiallyPaused",
"inputs": []
},
{
"type": "error",
"name": "PositionTokenIdNotSet",
"inputs": []
},
{
"type": "error",
"name": "SameStateTransition",
Expand All @@ -1988,11 +2004,6 @@
"name": "WithdrawalWouldBreachLT",
"inputs": []
},
{
"type": "error",
"name": "ZeroAddress",
"inputs": []
},
{
"type": "error",
"name": "ZeroRepayAmount",
Expand Down
Loading
Loading