TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 0 txns
Deployed by via 0x6ec0abbd at 14966358
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "TransparentUpgradeableProxy"

No transactions found for "TransparentUpgradeableProxy"


Functions
Getter at block 21321997
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FLASHLOANER_TREASURY_ROLE(view returns (bytes32)
0x0ae0130c6b34f32239dfe5e419a3fbd7546b44e99783257f2d93526d5a936d46
GOVERNOR_ROLE(view returns (bytes32)
0x7935bd0ae54bc31f548c14dba4d37c5c64b3f8ca900cb468fb8abd54d5894f55
GUARDIAN_ROLE(view returns (bytes32)
0x55435dd261a4b9b3364963f7738a7a662ad9c84396d64be3365284bb7f0a5041
flashLoanModule(view returns (address)
0x4a2ff9bc686a0a23da13b6194c69939189506f7f
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isFlashLoanerTreasury(address treasuryview returns (bool)
isGovernor(address adminview returns (bool)
isGovernorOrGuardian(address adminview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addFlashLoanerTreasuryRole(address treasury
addGovernor(address governor
grantRole(bytes32 roleaddress account
initialize(address governoraddress guardian
removeFlashLoanerTreasuryRole(address treasury
removeGovernor(address governor
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setCore(address _core
setFlashLoanModule(address _flashLoanModule
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
CoreUpdated(address indexed _core
FlashLoanModuleUpdated(address indexed _flashloanModule
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 _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
IncompatibleGovernorAndGuardian(
InvalidCore(
NotEnoughGovernorsLeft(
ZeroAddress(