IAccountant.sol
Read code on GitHub
Methods
getPayoutBalance
Solidityfunction getPayoutBalance() external view returns (uint256 payoutBalance)
Returns
Name |
Type |
Description |
payoutBalance |
uint256 |
undefined |
minPayout
Solidityfunction minPayout() external view returns (uint256 amount)
Returns
Name |
Type |
Description |
amount |
uint256 |
undefined |
payout
Solidityfunction payout() external nonpayable