Algebra community fee vault
Community fee from pools is sent here, if it is enabled
modifier onlyWithdrawer()
internal
event TokensWithdrawal(address token, address to, uint256 amount)
Name | Type | Description |
---|---|---|
Developer note: The role can be granted in AlgebraFactory
constructor() public
public
function withdraw(address token, address to, uint256 amount) external
external
function withdrawTokens(struct AlgebraCommunityVault.WithdrawTokensParams[] params) external
external
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
token
address
to
address
amount
uint256
token
address
to
address
amount
uint256
params
struct AlgebraCommunityVault.WithdrawTokensParams[]