Source Code
View the ComplianceManage.sol source code
Upgradability This contract uses the
UUPSUpgradeable pattern and is
designed to be deployed behind an ERC1967 proxy.Methods
initialize()
initialize()
Initialization function for the upgradeable contract.
Initial owner address
isBlacklisted()
isBlacklisted()
verifySignature()
verifySignature()
Verifies a user signature and consumes its nonce when authorization succeeds. This function can only be called by verified token contracts.
User address
Signature payload
Operation type identifier
Signature expiration timestamp
Returns
true when signature verification succeeds.setBlacklist()
setBlacklist()
setBlacklistSingle()
setBlacklistSingle()
setVerifiedToken()
setVerifiedToken()
setSubAdmin()
setSubAdmin()
revokeSubAdmin()
revokeSubAdmin()