@ensuro/price-risk-module
Version:
Price Risk Module for the Ensuro Protocol
49 lines (48 loc) • 1.87 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "PriceOracleMock",
"sourceName": "contracts/mocks/PriceOracleMock.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "price",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "getCurrentPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "price_",
"type": "uint256"
}
],
"name": "setPrice",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x608060405234801561001057600080fd5b5060405161010a38038061010a83398101604081905261002f91610037565b600055610050565b60006020828403121561004957600080fd5b5051919050565b60ac8061005e6000396000f3fe6080604052348015600f57600080fd5b506004361060325760003560e01c806391b7f5ed146037578063eb91d37e146049575b600080fd5b60476042366004605e565b600055565b005b60005460405190815260200160405180910390f35b600060208284031215606f57600080fd5b503591905056fea2646970667358221220c6318136e378d2c5e7c2c12b30a5b7d4ec7724b0f3ddad7a5d29f7e8d881dcd764736f6c63430008100033",
"deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060325760003560e01c806391b7f5ed146037578063eb91d37e146049575b600080fd5b60476042366004605e565b600055565b005b60005460405190815260200160405180910390f35b600060208284031215606f57600080fd5b503591905056fea2646970667358221220c6318136e378d2c5e7c2c12b30a5b7d4ec7724b0f3ddad7a5d29f7e8d881dcd764736f6c63430008100033",
"linkReferences": {},
"deployedLinkReferences": {}
}