Skip to main content

FeeDistributorLibrary

TotalPendingFeesOutOfRange

error TotalPendingFeesOutOfRange()

totalPendingFees

function totalPendingFees(struct FeeDistributorSchema schema) internal view returns (uint256)

_setTotalPendingFee

function _setTotalPendingFee(struct FeeDistributorSchema schema, uint256 value) internal

updateTotalPendingFeesIncrease

function updateTotalPendingFeesIncrease(struct FeeDistributorSchema schema, uint256 value) internal

updateTotalPendingFeesDecrease

function updateTotalPendingFeesDecrease(struct FeeDistributorSchema schema, uint256 value) internal