IHatsEligibility.sol
IHatsEligibility
Functions
getWearerStatus
Returns the status of a wearer for a given hat
If standing is false, eligibility MUST also be false
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the current or prospective Hat wearer |
|
| The id of the hat in question |
Returns
Name | Type | Description |
---|---|---|
|
| Whether the _wearer is eligible to wear the hat |
|
| Whether the _wearer is in goog standing |
Last updated