DullahanRegistry
STK_AAVE
address STK_AAVEAddress of the stkAAVE token
AAVE
address AAVEAddress of the AAVE token
GHO
address GHOAddress of the GHO token
DEBT_GHO
address DEBT_GHOAddress of the GHO debt token
AAVE_POOL_V3
address AAVE_POOL_V3Address of the Aave v3 Pool
AAVE_REWARD_COONTROLLER
address AAVE_REWARD_COONTROLLERAddress of the Aave rewards controller
dullahanVault
address dullahanVaultAddress of the Dullahan Vault
dullahanPodManagers
address[] dullahanPodManagersAddress of Dullahan Pod Managers
SetVault
event SetVault(address vault)Event emitted when the Vault is set
AddPodManager
event AddPodManager(address newManager)Event emitted when a Manager is added
constructor
constructor(address _aave, address _stkAave, address _gho, address _ghoDebt, address _aavePool, address _aaveRewardController) publicsetVault
function setVault(address vault) externalSet the Dullahan Vault
Parameters
Name
Type
Description
vault
address
address of the vault
addPodManager
function addPodManager(address manager) externalAdd a Pod Manager
Parameters
Name
Type
Description
manager
address
Address of the new manager
getPodManagers
function getPodManagers() external view returns (address[])Get the list of Pod Managers
Return Values
Name
Type
Description
[0]
address[]
address[] : List of Pod Managers
Last updated
Was this helpful?