Personhood Check
interface IVeBetterPassport {
...
function isPerson(address user) external view returns (bool person, string memory reason);
function isPersonAtTimepoint(
address user,
uint48 timepoint
) external view returns (bool person, string memory reason)
...
}Enabled checks
Check personhood in a specific block
Last updated
Was this helpful?