GenericCustomToken
Inherits: CustomToken
Author: See https://github.com/agglayer/vault-bridge
This contract can be used to deploy Custom Tokens that do not require any customization.
Functions
constructor
constructor();
reinitialize
function reinitialize(
address owner_,
uint8 originalUnderlyingTokenDecimals_,
address lxlyBridge_,
address nativeConverter_
) external reinitializer(2);