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