EcosystemReserve
Last updated
Last updated
Inherits:
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
EcosystemReserve constructor
Parameters
fundsAdmin
address
Address of the admin who can approve or transfer tokens from the reserve
Sets the admin of the EcosystemReserve
Only callable by the current admin
Parameters
newAdmin
address
Address of the new admin
Error returned when trying to set the admin to the zero address