ACLManager

Verified contract

Active on Base with 0 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ACLManager"

No transactions found for "ACLManager"


Functions
Getter at block 22737534
ADDRESSES_PROVIDER(view returns (address)
0xe20fcbdbffc4dd138ce8b2e6fbb6cb49777ad64d
ASSET_LISTING_ADMIN_ROLE(view returns (bytes32)
0x19c860a63258efbd0ecb7d55c626237bf5c2044c26c073390b74f0c13c857433
BRIDGE_ROLE(view returns (bytes32)
0x08fb31c3e81624356c3314088aa971b73bcc82d22bc3e3b184b4593077ae3278
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EMERGENCY_ADMIN_ROLE(view returns (bytes32)
0x5c91514091af31f62f596a314af7d5be40146b2f2355969392f055e12e0982fb
FLASH_BORROWER_ROLE(view returns (bytes32)
0x939b8dfb57ecef2aea54a93a15e86768b9d4089f1ba61c245e6ec980695f4ca4
POOL_ADMIN_ROLE(view returns (bytes32)
0x12ad05bde78c5ab75238ce885307f96ecd482bb402ef831f99e7018a0f169b7b
RISK_ADMIN_ROLE(view returns (bytes32)
0x8aa855a911518ecfbe5bc3088c8f3dda7badf130faaf8ace33fdc33828e18167
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isAssetListingAdmin(address adminview returns (bool)
isBridge(address bridgeview returns (bool)
isEmergencyAdmin(address adminview returns (bool)
isFlashBorrower(address borrowerview returns (bool)
isPoolAdmin(address adminview returns (bool)
isRiskAdmin(address adminview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addAssetListingAdmin(address admin
addBridge(address bridge
addEmergencyAdmin(address admin
addFlashBorrower(address borrower
addPoolAdmin(address admin
addRiskAdmin(address admin
grantRole(bytes32 roleaddress account
removeAssetListingAdmin(address admin
removeBridge(address bridge
removeEmergencyAdmin(address admin
removeFlashBorrower(address borrower
removePoolAdmin(address admin
removeRiskAdmin(address admin
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setRoleAdmin(bytes32 rolebytes32 adminRole
Events
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address provider
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.