test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
72 lines (71 loc) • 1.57 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ILockedSOV",
"sourceName": "contracts/locked/ILockedSOV.sol",
"abi": [
{
"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"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}