UNPKG

test-contracts-sovryn

Version:

Smart contracts for the Sovryn protocol and external integrations.

114 lines (113 loc) 2.52 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IVestingFactory", "sourceName": "contracts/governance/Vesting/IVestingFactory.sol", "abi": [ { "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" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }