test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
55 lines (54 loc) • 2.1 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ImplementationMockup",
"sourceName": "contracts/mockup/proxy/ImplementationMockup.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "ValueChanged",
"type": "event"
},
{
"constant": true,
"inputs": [],
"name": "getValue",
"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"
}
],
"bytecode": "0x608060405234801561001057600080fd5b5060e18061001f6000396000f3fe6080604052348015600f57600080fd5b506004361060325760003560e01c8063209652551460375780635524107714604f575b600080fd5b603d606b565b60408051918252519081900360200190f35b606960048036036020811015606357600080fd5b50356071565b005b60005490565b60008190556040805182815290517f93fe6d397c74fdf1402a8b72e47b68512f0510d7b98a4bc4cbdf6ac7108b3c599181900360200190a15056fea265627a7a7231582049ef1d9869db8d9ea13ba306edd2c1da29c49020f7210cd8dc75a16ef76269fe64736f6c63430005110032",
"deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060325760003560e01c8063209652551460375780635524107714604f575b600080fd5b603d606b565b60408051918252519081900360200190f35b606960048036036020811015606357600080fd5b50356071565b005b60005490565b60008190556040805182815290517f93fe6d397c74fdf1402a8b72e47b68512f0510d7b98a4bc4cbdf6ac7108b3c599181900360200190a15056fea265627a7a7231582049ef1d9869db8d9ea13ba306edd2c1da29c49020f7210cd8dc75a16ef76269fe64736f6c63430005110032",
"linkReferences": {},
"deployedLinkReferences": {}
}