initialize_deny_list(collection_cap): Sets up a deny list for a collection.
initialize_deny_list(collection_cap)
add_to_deny_list(...) / remove_from_deny_list(...): Manage addresses on the deny list.
add_to_deny_list(...)
remove_from_deny_list(...)
revoke_deny_list_authority(...): Revokes the ability to modify the deny list.
revoke_deny_list_authority(...)
is_denied(...) / can_receive_art20(...): Check if an address is allowed to receive NFTs.
is_denied(...)
can_receive_art20(...)
Last updated 1 year ago