TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TransparentUpgradeableProxy"
ABI
ABI objects
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 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isFlashLoanerTreasury(address treasury) view returns (bool)
isGovernor(address admin) view returns (bool)
isGovernorOrGuardian(address admin) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addFlashLoanerTreasuryRole(address treasury)
addGovernor(address governor)
grantRole(bytes32 role, address account)
initialize(address governor, address guardian)
removeFlashLoanerTreasuryRole(address treasury)
removeGovernor(address governor)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCore(address _core)
setFlashLoanModule(address _flashLoanModule)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CoreUpdated(address indexed _core)
FlashLoanModuleUpdated(address indexed _flashloanModule)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
IncompatibleGovernorAndGuardian()
InvalidCore()
NotEnoughGovernorsLeft()
ZeroAddress()