Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 813 Bytes

ihatstoggle.sol.md

File metadata and controls

22 lines (12 loc) · 813 Bytes

IHatsToggle.sol

IHatsToggle

Git Source

Functions

getHatStatus

function getHatStatus(uint256 _hatId) external view returns (bool);

Parameters

NameTypeDescription
_hatIduint256The id of the hat in question

Returns

NameTypeDescriptiom
-boolWhether the hat is active (true) or inactive (false