EcosystemReserve
Inherits: AdminControlledEcosystemReserve
Author: webthethird
Stores ERC20 tokens, and allows to dispose of them via approval or transfer dynamics
Inherits from Aave's AdminControlledEcosystemReserve by BGD Labs, but with a transferable admin and a constructor, as it is not intended to be used as a transparent proxy implementation
Functions
constructor
EcosystemReserve constructor
Parameters
Name | Type | Description |
---|---|---|
|
| Address of the admin who can approve or transfer tokens from the reserve |
transferAdmin
Sets the admin of the EcosystemReserve
Only callable by the current admin
Parameters
Name | Type | Description |
---|---|---|
|
| Address of the new admin |
Errors
EcosystemReserve_InvalidAdmin
Error returned when trying to set the admin to the zero address
Last updated