test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
48 lines (47 loc) • 1.06 kB
JSON
[
{
"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"
}
]