Skip to content

FluidCollectRevenueAuth ​

Git Source

Inherits:Constants, Error, Events

Collects the revenue from the Fluid Liquidity layer to the configured revenue collector

Functions ​

onlyRebalancerOrMultisig ​

Validates that an address is a rebalancer (taken from reserve contract) or team multisig

solidity
modifier onlyRebalancerOrMultisig();

constructor ​

solidity
constructor(address liquidity_, address reserveContract_);

collectRevenue ​

calls the collectRevenue method in the liquidity layer for tokens_

solidity
function collectRevenue(address[] calldata tokens_) external onlyRebalancerOrMultisig;