Allowlist
This license provides allowlist functionality.
Configuration Functions
setState(bytes32 id, address user, bool state)
Sets the allowlist state for a passed user. Using true
to grant access and false
to restrict access. This state can be overwritten to dynamically add or remove users from the allowlist.
Access Functions
auth(bytes32 id, address user)
Returns the state of a user in the allowlist.
See Smart Contracts for the address of this license.