InfraredBGT
Inherits: ERC20PresetMinterPauser
Title: InfraredBGT
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
| Name | Type | Description |
|---|---|---|
_admin | address | The admin address to controll the roles of the contract |
_minter | address | The minter address of the contract |
_pauser | address | The pauser address of the contract |
_burner | address | The burner address of the contract |