function getHatStatus(uint256 _hatId) external view returns (bool);
Parameters
Name | Type | Description |
---|---|---|
_hatId | uint256 | The id of the hat in question |
Returns
Name | Type | Descriptiom |
---|---|---|
- | bool | Whether the hat is active (true) or inactive (false |
function getHatStatus(uint256 _hatId) external view returns (bool);
Parameters
Name | Type | Description |
---|---|---|
_hatId | uint256 | The id of the hat in question |
Returns
Name | Type | Descriptiom |
---|---|---|
- | bool | Whether the hat is active (true) or inactive (false |