test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
57 lines (56 loc) • 2 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "BProPriceFeedMockup",
"sourceName": "contracts/mockup/BProPriceFeedMockup.sol",
"abi": [
{
"constant": true,
"inputs": [],
"name": "bproUsdPrice",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "uint256",
"name": "_value",
"type": "uint256"
}
],
"name": "setValue",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "value",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x608060405234801561001057600080fd5b5060c18061001f6000396000f3fe6080604052348015600f57600080fd5b5060043610603c5760003560e01c80633fa4f24514604157806355241077146059578063747a5663146075575b600080fd5b6047607b565b60408051918252519081900360200190f35b607360048036036020811015606d57600080fd5b50356081565b005b60476086565b60005481565b600055565b6000549056fea265627a7a72315820da51f8d9d884c9dc850ad844a51ca2f7fbf48f3c8ac525638c00d0d55daf8ec464736f6c63430005110032",
"deployedBytecode": "0x6080604052348015600f57600080fd5b5060043610603c5760003560e01c80633fa4f24514604157806355241077146059578063747a5663146075575b600080fd5b6047607b565b60408051918252519081900360200190f35b607360048036036020811015606d57600080fd5b50356081565b005b60476086565b60005481565b600055565b6000549056fea265627a7a72315820da51f8d9d884c9dc850ad844a51ca2f7fbf48f3c8ac525638c00d0d55daf8ec464736f6c63430005110032",
"linkReferences": {},
"deployedLinkReferences": {}
}