test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
105 lines (104 loc) • 2.72 kB
JSON
[
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_SOV",
"type": "address"
},
{
"internalType": "address",
"name": "_staking",
"type": "address"
},
{
"internalType": "address",
"name": "_tokenOwner",
"type": "address"
},
{
"internalType": "uint256",
"name": "_cliff",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_duration",
"type": "uint256"
},
{
"internalType": "address",
"name": "_feeSharing",
"type": "address"
},
{
"internalType": "address",
"name": "_owner",
"type": "address"
}
],
"name": "deployTeamVesting",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_SOV",
"type": "address"
},
{
"internalType": "address",
"name": "_staking",
"type": "address"
},
{
"internalType": "address",
"name": "_tokenOwner",
"type": "address"
},
{
"internalType": "uint256",
"name": "_cliff",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_duration",
"type": "uint256"
},
{
"internalType": "address",
"name": "_feeSharing",
"type": "address"
},
{
"internalType": "address",
"name": "_owner",
"type": "address"
}
],
"name": "deployVesting",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]