Fees
Source: FeeFacet.sol
Functions
Claim Rent Fee
Claims unclaimed rent fees for a given asset to an asset owner
Params
_assetId
uint256
The target asset
Claim Multiple Rent Fees
Claims unclaimed rent fees for a set of assets to assets' owners
Params
_assetIds
uint256[]
The array of assets to claim rent for
Claim Protocol Fee
Claims protocol fees for a given payment token to the DAO. Provide 0x0000000000000000000000000000000000000001
for ETH
Params
_token
address
The target token
Claim Protocol Fees
Claims protocol fees for a set of tokens to the DAO. Provide 0x0000000000000000000000000000000000000001
for ETH
Params
_tokens
address[]
The array of tokens
Asset Rent Fees For
Gets the unclaimed amount of asset rent fees of a payment token for an asset.
Params
_assetId
uint256
The target asset
_token
address
The target token
Supports Token Payment
Gets whether the token payment is supported.
Params
_token
address
The target token
Total Token Payments
Gets the total amount of token payments
Token Payment At
Gets the token payment at a given index
Params
_index
uint256
The index of the token payment
Fee Percentage
Gets the fee percentage for a token
Params
_token
address
The target token
Protocol Fee For
Gets the unclaimed amount of fees for a payment token
Params
_token
address
The target token
Last updated