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