Comment on page
DullahanRegistry
address STK_AAVE
Address of the stkAAVE token
address AAVE
Address of the AAVE token
address GHO
Address of the GHO token
address DEBT_GHO
Address of the GHO debt token
address AAVE_POOL_V3
Address of the Aave v3 Pool
address AAVE_REWARD_COONTROLLER
Address of the Aave rewards controller
address dullahanVault
Address of the Dullahan Vault
address[] dullahanPodManagers
Address of Dullahan Pod Managers
event SetVault(address vault)
Event emitted when the Vault is set
event AddPodManager(address newManager)
Event emitted when a Manager is added
constructor(address _aave, address _stkAave, address _gho, address _ghoDebt, address _aavePool, address _aaveRewardController) public
function setVault(address vault) external
Set the Dullahan Vault
Name | Type | Description |
---|---|---|
vault | address | address of the vault |
function addPodManager(address manager) external
Add a Pod Manager
Name | Type | Description |
---|---|---|
manager | address | Address of the new manager |
function getPodManagers() external view returns (address[])
Get the list of Pod Managers
Name | Type | Description |
---|---|---|
[0] | address[] | address[] : List of Pod Managers |
Last modified 3mo ago