UNPKG

@perp/curie-deployments

Version:

Perpetual Protocol Curie (v2) contract artifacts (ABIs) and deployed addresses

532 lines (531 loc) 11.4 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ICollateralManager", "sourceName": "contracts/interface/ICollateralManager.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint24", "name": "clInsuranceFundFeeRatio", "type": "uint24" } ], "name": "CLInsuranceFundFeeRatioChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "clearingHouseConfig", "type": "address" } ], "name": "ClearingHouseConfigChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": false, "internalType": "address", "name": "priceFeed", "type": "address" }, { "indexed": false, "internalType": "uint24", "name": "collateralRatio", "type": "uint24" }, { "indexed": false, "internalType": "uint24", "name": "discountRatio", "type": "uint24" }, { "indexed": false, "internalType": "uint256", "name": "depositCap", "type": "uint256" } ], "name": "CollateralAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": false, "internalType": "uint24", "name": "collateralRatio", "type": "uint24" } ], "name": "CollateralRatioChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "collateralValueDust", "type": "uint256" } ], "name": "CollateralValueDustChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint24", "name": "debtNonSettlementTokenValueRatio", "type": "uint24" } ], "name": "DebtNonSettlementTokenValueRatioChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "debtThreshold", "type": "uint256" } ], "name": "DebtThresholdChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "depositCap", "type": "uint256" } ], "name": "DepositCapChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": false, "internalType": "uint24", "name": "discountRatio", "type": "uint24" } ], "name": "DiscountRatioChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint24", "name": "liquidationRatio", "type": "uint24" } ], "name": "LiquidationRatioChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint8", "name": "maxCollateralTokensPerAccount", "type": "uint8" } ], "name": "MaxCollateralTokensPerAccountChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint24", "name": "mmRatioBuffer", "type": "uint24" } ], "name": "MmRatioBufferChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": false, "internalType": "address", "name": "priceFeed", "type": "address" } ], "name": "PriceFeedChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "vault", "type": "address" } ], "name": "VaultChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "trader", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "whitelistedDebtThreshold", "type": "uint256" } ], "name": "WhitelistedDebtThresholdChanged", "type": "event" }, { "inputs": [], "name": "getCLInsuranceFundFeeRatio", "outputs": [ { "internalType": "uint24", "name": "", "type": "uint24" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getClearingHouseConfig", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" } ], "name": "getCollateralConfig", "outputs": [ { "components": [ { "internalType": "address", "name": "priceFeed", "type": "address" }, { "internalType": "uint24", "name": "collateralRatio", "type": "uint24" }, { "internalType": "uint24", "name": "discountRatio", "type": "uint24" }, { "internalType": "uint256", "name": "depositCap", "type": "uint256" } ], "internalType": "struct Collateral.Config", "name": "", "type": "tuple" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getCollateralValueDust", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getDebtNonSettlementTokenValueRatio", "outputs": [ { "internalType": "uint24", "name": "", "type": "uint24" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getDebtThreshold", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "trader", "type": "address" } ], "name": "getDebtThresholdByTrader", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getLiquidationRatio", "outputs": [ { "internalType": "uint24", "name": "", "type": "uint24" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getMaxCollateralTokensPerAccount", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getMmRatioBuffer", "outputs": [ { "internalType": "uint24", "name": "", "type": "uint24" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "interval", "type": "uint256" } ], "name": "getPrice", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" } ], "name": "getPriceFeedDecimals", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getTotalWhitelistedDebtThreshold", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getVault", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" } ], "name": "isCollateral", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint24", "name": "mmRatioBuffer", "type": "uint24" } ], "name": "requireValidCollateralMmRatio", "outputs": [ { "internalType": "uint24", "name": "", "type": "uint24" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }