InfraredGovernanceTokenV1_2
Inherits: ERC20
Title: Infrared Governance Token
This contract is the IR token.
State Variables
holding
Infrared multisig governance address for holding initial shares
address public immutable holding
Functions
constructor
Construct the Infrared Governance Token contract
constructor(address _admin) ERC20("Infrared Governance Token", "IR", 18);
Parameters
| Name | Type | Description |
|---|---|---|
_admin | address | The address of the admin to mint initial shares to |