InfraredBGT

Git Source

Inherits: ERC20PresetMinterPauser

This contract is the InfraredBGT token.

State Variables

bgt

address public immutable bgt;

Functions

constructor

constructor(address _bgt, address _admin, address _minter, address _pauser)
    ERC20PresetMinterPauser("Infrared BGT", "iBGT", _admin, _minter, _pauser);

Errors

ZeroAddress

error ZeroAddress();