test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
63 lines (62 loc) • 1.54 kB
JSON
[
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_userAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "_sovAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_basisPoint",
"type": "uint256"
}
],
"name": "deposit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_userAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "_sovAmount",
"type": "uint256"
}
],
"name": "depositSOV",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_userAddress",
"type": "address"
}
],
"name": "withdrawAndStakeTokensFrom",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]