ILENDEFI
Last updated
Last updated
Inherits: IERC20, IERC20Metadata
Note: security-contact: security@nebula-labs.xyz
UUPS deploy proxy initializer.
Parameters
admin
address
address
Performs TGE.
Parameters
ecosystem
address
contract address
treasury
address
ERC20 pause contract.
ERC20 unpause contract.
ERC20 Burn.
Parameters
amount
uint256
of tokens to burn Emits a {Burn} event.
ERC20 burn from.
Parameters
account
address
address
amount
uint256
of tokens to burn from Emits a {Burn} event.
Facilitates Bridge BnM functionality.
Parameters
to
address
beneficiary address
amount
uint256
to bridge
Getter for the Initial supply.
Returns
<none>
uint256
initial supply at TGE
Getter for the maximum amount alowed to pass through bridge in a single transaction.
Returns
<none>
uint256
maximum bridge transaction size
Getter for the UUPS version, incremented with every upgrade.
Returns
<none>
uint32
version number (1,2,3)
TGE Event.
Parameters
amount
uint256
of initial supply
BridgeMint Event.
Parameters
src
address
sender address
to
address
beneficiary address
amount
uint256
to bridge
event emitted on UUPS upgrades
Parameters
src
address
sender address
implementation
address
new implementation address
contract address Emits a event.