UNPKG

test-contracts-sovryn

Version:

Smart contracts for the Sovryn protocol and external integrations.

62 lines (61 loc) 1.72 kB
{ "_format": "hh-sol-artifact-1", "contractName": "LoanMaintenanceEvents", "sourceName": "contracts/events/LoanMaintenanceEvents.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bytes32", "name": "loanId", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "depositAmount", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "rate", "type": "uint256" } ], "name": "DepositCollateral", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "prevModuleContractAddress", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newModuleContractAddress", "type": "address" }, { "indexed": true, "internalType": "bytes32", "name": "module", "type": "bytes32" } ], "name": "ProtocolModuleContractReplaced", "type": "event" } ], "bytecode": "0x6080604052348015600f57600080fd5b50603e80601d6000396000f3fe6080604052600080fdfea265627a7a72315820c88c0a10241ad3d221fd421d990224daf7ad7315a791abd1376ea6a2c62e234064736f6c63430005110032", "deployedBytecode": "0x6080604052600080fdfea265627a7a72315820c88c0a10241ad3d221fd421d990224daf7ad7315a791abd1376ea6a2c62e234064736f6c63430005110032", "linkReferences": {}, "deployedLinkReferences": {} }