UNPKG

@augumented-finance/protocol-v1

Version:

Augmented Protocol smart contracts

165 lines (164 loc) 3.49 kB
[ { "inputs": [ { "internalType": "address payable", "name": "_pool", "type": "address" }, { "internalType": "address", "name": "_addressesProvider", "type": "address" }, { "internalType": "address", "name": "_poolConfigurator", "type": "address" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "aToken", "type": "address" }, { "indexed": false, "internalType": "address", "name": "strategy", "type": "address" } ], "name": "deployedContracts", "type": "event" }, { "inputs": [ { "components": [ { "internalType": "address", "name": "asset", "type": "address" }, { "internalType": "uint256", "name": "baseLTV", "type": "uint256" }, { "internalType": "uint256", "name": "liquidationThreshold", "type": "uint256" }, { "internalType": "uint256", "name": "liquidationBonus", "type": "uint256" }, { "internalType": "uint256", "name": "reserveFactor", "type": "uint256" }, { "internalType": "bool", "name": "stableBorrowingEnabled", "type": "bool" } ], "internalType": "struct ATokensAndRatesHelper.ConfigureReserveInput[]", "name": "inputParams", "type": "tuple[]" } ], "name": "configureReserves", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "address", "name": "asset", "type": "address" }, { "internalType": "uint256[6]", "name": "rates", "type": "uint256[6]" } ], "internalType": "struct ATokensAndRatesHelper.InitDeploymentInput[]", "name": "inputParams", "type": "tuple[]" } ], "name": "initDeployment", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]