ISetRebaseHandlerManager

Git Source

Functions

USDN

Gets the USDN token.

function USDN() external view returns (Usdn usdn_);

Returns

NameTypeDescription
usdn_UsdnThe USDN token.

setRebaseHandler

Sets the rebase handler for the USDN token.

function setRebaseHandler(IRebaseCallback newHandler) external;

Parameters

NameTypeDescription
newHandlerIRebaseCallbackThe address of the new rebase handler.

renounceUsdnOwnership

Revokes the DEFAULT_ADMIN_ROLE on the USDN token.

function renounceUsdnOwnership() external;