Fees
Source: FeeFacet.sol
Functions
Claim Rent Fee
Claims unclaimed rent fees for a given asset to an asset owner
Params
Name | Type | Description |
---|---|---|
|
| The target asset |
Claim Multiple Rent Fees
Claims unclaimed rent fees for a set of assets to assets' owners
Params
Name | Type | Description |
---|---|---|
|
| 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
Name | Type | Description |
---|---|---|
|
| The target token |
Claim Protocol Fees
Claims protocol fees for a set of tokens to the DAO. Provide 0x0000000000000000000000000000000000000001
for ETH
Params
Name | Type | Description |
---|---|---|
|
| The array of tokens |
Asset Rent Fees For
Gets the unclaimed amount of asset rent fees of a payment token for an asset.
Params
Name | Type | Description |
---|---|---|
|
| The target asset |
|
| The target token |
Supports Token Payment
Gets whether the token payment is supported.
Params
Name | Type | Description |
---|---|---|
|
| 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
Name | Type | Description |
---|---|---|
|
| The index of the token payment |
Fee Percentage
Gets the fee percentage for a token
Params
Name | Type | Description |
---|---|---|
|
| The target token |
Protocol Fee For
Gets the unclaimed amount of fees for a payment token
Params
Name | Type | Description |
---|---|---|
|
| The target token |
Last updated