UNPKG

@vechain/vebetterdao-contracts

Version:

Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.

149 lines (148 loc) 3.15 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IDynamicBaseAllocationPoolV2", "sourceName": "contracts/deprecated/V2/interfaces/IDynamicBaseAllocationPoolV2.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "appId", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }, { "indexed": true, "internalType": "uint256", "name": "roundId", "type": "uint256" } ], "name": "FundsDistributedToApp", "type": "event" }, { "inputs": [ { "internalType": "uint256", "name": "_roundId", "type": "uint256" } ], "name": "canDistributeDBARewards", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_roundId", "type": "uint256" }, { "internalType": "bytes32", "name": "_appId", "type": "bytes32" } ], "name": "dbaRoundRewardsForApp", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_roundId", "type": "uint256" }, { "internalType": "bytes32[]", "name": "_appIds", "type": "bytes32[]" } ], "name": "distributeDBARewards", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "distributionStartRound", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_roundId", "type": "uint256" } ], "name": "fundsForRound", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_roundId", "type": "uint256" } ], "name": "isDBARewardsDistributed", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }