test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
63 lines (62 loc) • 1.51 kB
JSON
[
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "uint96",
"name": "_amount",
"type": "uint96"
}
],
"name": "transferTokens",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_loanPoolToken",
"type": "address"
},
{
"internalType": "uint32",
"name": "_maxCheckpoints",
"type": "uint32"
},
{
"internalType": "address",
"name": "_receiver",
"type": "address"
}
],
"name": "withdraw",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
}
],
"name": "withdrawFees",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]