ISetRebaseHandlerManager
Functions
USDN
Gets the USDN token.
function USDN() external view returns (Usdn usdn_);
Returns
Name | Type | Description |
---|---|---|
usdn_ | Usdn | The USDN token. |
setRebaseHandler
Sets the rebase handler for the USDN token.
function setRebaseHandler(IRebaseCallback newHandler) external;
Parameters
Name | Type | Description |
---|---|---|
newHandler | IRebaseCallback | The address of the new rebase handler. |
renounceUsdnOwnership
Revokes the DEFAULT_ADMIN_ROLE on the USDN token.
function renounceUsdnOwnership() external;