UNPKG

test-contracts-sovryn

Version:

Smart contracts for the Sovryn protocol and external integrations.

61 lines (60 loc) 1.34 kB
[ { "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" } ]