test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
57 lines (56 loc) • 2.01 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "BlockMockUp",
"sourceName": "contracts/mockup/BlockMockUp.sol",
"abi": [
{
"constant": true,
"inputs": [],
"name": "blockNum",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getBlockNum",
"outputs": [
{
"internalType": "uint256",
"name": "_blockNum",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "uint256",
"name": "_blockNum",
"type": "uint256"
}
],
"name": "setBlockNum",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x608060405234801561001057600080fd5b5060c18061001f6000396000f3fe6080604052348015600f57600080fd5b5060043610603c5760003560e01c80632bdd22901460415780637f6c6f1014605d5780638ae63d6d146075575b600080fd5b605b60048036036020811015605557600080fd5b5035607b565b005b60636080565b60408051918252519081900360200190f35b60636086565b600055565b60005490565b6000548156fea265627a7a723158201726efd13beda1f03c16e7b64b277e0bc88770860b507cb15ec7f4561fe5f2d964736f6c63430005110032",
"deployedBytecode": "0x6080604052348015600f57600080fd5b5060043610603c5760003560e01c80632bdd22901460415780637f6c6f1014605d5780638ae63d6d146075575b600080fd5b605b60048036036020811015605557600080fd5b5035607b565b005b60636080565b60408051918252519081900360200190f35b60636086565b600055565b60005490565b6000548156fea265627a7a723158201726efd13beda1f03c16e7b64b277e0bc88770860b507cb15ec7f4561fe5f2d964736f6c63430005110032",
"linkReferences": {},
"deployedLinkReferences": {}
}