Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Base with 3 txns
Deployed by via 0xc5943bb9 at 2007765
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

No balances found for "TransparentUpgradeableProxy"

0x1bd1e1914d2c74753f0b43d66be53eecf67659a220354b5ac62eaae764fd03bf
0xd15864dc7a1e2a3ba9369c2ec3bcc199618d9b73abf30caf4e4f825d681bdd23
0xc06c3e37ee3ffab67504ccad3bd378ba0e09dcf16b972fd2546d47dfe91f95e3

Functions
Getter at block 22927653
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
confirmationThreshold(view returns (uint8)
10
currentBlock(view returns (uint40)
22927099
debridgeAddress(view returns (address)
0xc1656b63d9eeba6d114f6be19565177893e5bcbf
excessConfirmations(view returns (uint8)
8
minConfirmations(view returns (uint8)
8
requiredOraclesCount(view returns (uint8)
0
submissionsInBlock(view returns (uint40)
1
version(pure returns (uint256)
202
Read-only
getOracleInfo(addressview returns (bool existbool isValidbool required)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isValidSignature(bytes32 _submissionIdbytes _signatureview returns (bool)
oracleAddresses(uint256view returns (address)
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 
addOracles(address[] _oraclesbool[] _required
grantRole(bytes32 roleaddress account
initialize(uint8 _minConfirmationsuint8 _confirmationThresholduint8 _excessConfirmationsaddress _debridgeAddress
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setDebridgeAddress(address _debridgeAddress
setExcessConfirmations(uint8 _excessConfirmations
setMinConfirmations(uint8 _minConfirmations
setThreshold(uint8 _confirmationThreshold
submit(bytes32 _submissionIdbytes _signaturesuint8 _excessConfirmations
updateOracle(address _oraclebool _isValidbool _required
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AddOracle(address oraclebool required
Confirmed(bytes32 submissionIdaddress operator
DeployApproved(bytes32 deployId
DeployConfirmed(bytes32 deployIdaddress operator
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SubmissionApproved(bytes32 submissionId
UpdateOracle(address oraclebool requiredbool isValid
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AdminBadRole(
DeBridgeGateBadRole(
DuplicateSignatures(
LowMinConfirmations(
NotConfirmedByRequiredOracles(
NotConfirmedThreshold(
OracleAlreadyExist(
OracleBadRole(
OracleNotFound(
SignatureInvalidLength(
SignatureInvalidV(
SubmissionNotConfirmed(
WrongArgument(