InfraredBGT

Git Source

Inherits: ERC20PresetMinterPauser

This contract is the InfraredBGT token.

Functions

constructor

Constructor for InfraredBGT

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

Parameters

NameTypeDescription
_adminaddressThe admin address to controll the roles of the contract
_minteraddressThe minter address of the contract
_pauseraddressThe pauser address of the contract
_burneraddressThe burner address of the contract