test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
70 lines (69 loc) • 2.23 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "setGet",
"sourceName": "contracts/mockup/setGet.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "_value",
"type": "uint256"
}
],
"name": "valueSet",
"type": "event"
},
{
"constant": false,
"inputs": [],
"name": "get",
"outputs": [
{
"internalType": "uint256",
"name": "_value",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "uint256",
"name": "_value",
"type": "uint256"
}
],
"name": "set",
"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": "0x608060405234801561001057600080fd5b5060c18061001f6000396000f3fe6080604052348015600f57600080fd5b5060043610603c5760003560e01c80633fa4f24514604157806360fe47b11460595780636d4ce63c146075575b600080fd5b6047607b565b60408051918252519081900360200190f35b607360048036036020811015606d57600080fd5b50356081565b005b60476086565b60005481565b600055565b6000549056fea265627a7a72315820b9a2d2ab5433aba06e5d8c1b213773f6c593782bad81866bbd35d6071a797e2964736f6c63430005110032",
"deployedBytecode": "0x6080604052348015600f57600080fd5b5060043610603c5760003560e01c80633fa4f24514604157806360fe47b11460595780636d4ce63c146075575b600080fd5b6047607b565b60408051918252519081900360200190f35b607360048036036020811015606d57600080fd5b50356081565b005b60476086565b60005481565b600055565b6000549056fea265627a7a72315820b9a2d2ab5433aba06e5d8c1b213773f6c593782bad81866bbd35d6071a797e2964736f6c63430005110032",
"linkReferences": {},
"deployedLinkReferences": {}
}