Skip to main content

IAllowlist

bitbeckers

Interface for allowlist

This interface declares the required functionality for a hypercert tokenThis interface does not specify the underlying token type (e.g. 721 or 1155)

Methods

isAllowedToClaim

function isAllowedToClaim(bytes32[] proof, uint256 tokenID, bytes32 leaf) external view returns (bool isAllowed)

Parameters

NameTypeDescription
proofbytes32[]undefined
tokenIDuint256undefined
leafbytes32undefined

Returns

NameTypeDescription
isAllowedboolundefined