test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
48 lines (47 loc) • 1.06 kB
JSON
[
{
"constant": false,
"inputs": [],
"name": "duration",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "endDate",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "stakeTokens",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]