Overview of the on-chain Access Control Level (ACL) smart contract.
Network: Base Sepolia
Contract Address: 0x0ccd02cA20Ff53A16697c3eF40c3CD88Df8b509a
| Link
Status: Verified & Published
getAccessLevel
function, passing in their wallet address. This is a read-only function that can be queried on-chain or from your dApp’s frontend.
function getAccessLevel(address _account) public view returns (uint256)
0
: Indicates that the user has not been verified.1-3
: Indicates the Access Level the user has reached through the Forte Compliance widget.