test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
45 lines (44 loc) • 1 kB
JSON
[
{
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "_tokenOwner",
"type": "address"
}
],
"name": "getTeamVesting",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "_tokenOwner",
"type": "address"
}
],
"name": "getVesting",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]