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.

0xbaa850bc2ecc6a4f356445f4a853281a42bd2fbb

Unverified contract

Proxy

Active on Base with 1,522 txns
Deployed by via 0x55492ca3 at 19842635
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $52,455.39
ERC-20
--
0xadb8669e5ff91fe33e2baa61b81f29d05f3d3dda0b4c040d3cccf25073d265bf
0x7996f9c5e47758f2ec8faea9c6dbb8f272bb392dc67b01941c7343cfb204a880
0x5e67f58a41b75add9be7c08d3f640a10236bf5ec90d5925662b0c10f31554b60
0x57306c41d95174158a419a3e258db50575c79af22413751e021e66cdc0da59d4
0xbcc7769a04bf6e29d08114f9ded25cfa7cd6120730f68dca3064cbba26530dde
0x272dd47dfc60e03c095854048e5c948e85840e87eb7c15836bfcf6d40a0d28ac
0xbb6f7a7f7ffecb3e054f30a05915c497eaf9f6efc37ef2e34942a0b3214f0a9a
0xe7646eb2f3077d66af56181f024540fc1d385d3add3922d0e47d9ba534b36b5c
0x4056c09c4b20d4eaccdd3e62a4cb1628c393340be6de1c9229cd38dd7fccc92f
0x621627d89f19765d91abca18e3c3e5178e8b759c13064b621d23c1068665ba22

Functions
Getter at block 22758693
DEFAULT_PAYLOAD_SIZE_LIMIT(view returns (uint256)
10000
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
getDefaultLZParam(view returns (bytes)
0x00010000000000000000000000000000000000000000000000000000000000030d40
lzEndpoint(view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
owner(view returns (address)
0x8c828390ea183922ed214037b2cdb90193c309d3
precrime(view returns (address _precrime)
0x0000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
Read-only
estimateFees(uint16 dstChainIdaddress tokenuint256 amountbytes _adapterParamsview returns (uint256 nativeFeeuint256 zroFee)
failedMessages(uint16 srcChainIdbytes srcAddressuint64 nonceview returns (bytes32 payloadHash)
getConfig(uint16 versionuint16 chainIdaddressuint256 configTypeview returns (bytes)
getTrustedRemoteAddress(uint16 remoteChainIdview returns (bytes)
isTrustedRemote(uint16 srcChainIdbytes srcAddressview returns (bool)
isWhitelistedToken(address tokenview returns (bool)
minDstGasLookup(uint16 dstChainIduint16 packetTypeview returns (uint256 minGas)
payloadSizeLimitLookup(uint16 dstChainIdview returns (uint256 size)
trustedRemoteLookup(uint16 remoteChainIdview returns (bytes path)
State-modifying
bridgeToken(uint16 _dstChainIdaddress tokenuint256 amountbytes _adapterParamspayable 
forceResumeReceive(uint16 srcChainIdbytes srcAddress
initialize(address initialOwner
lzReceive(uint16 srcChainIdbytes srcAddressuint64 noncebytes payload
nonblockingLzReceive(uint16 srcChainIdbytes srcAddressuint64 noncebytes payload
removeWhitelistToken(address srcToken
renounceOwnership(
rescueToken(address tokenaddress touint256 amount
retryMessage(uint16 srcChainIdbytes srcAddressuint64 noncebytes payloadpayable 
setConfig(uint16 versionuint16 chainIduint256 configTypebytes config
setLzAdapterParams(uint256 limit
setMinDstGas(uint16 dstChainIduint16 packetTypeuint256 minGas
setPayloadSizeLimit(uint16 dstChainIduint256 size
setPrecrime(address _precrime
setReceiveVersion(uint16 version
setSendVersion(uint16 version
setTrustedRemote(uint16 remoteChainIdbytes path
setTrustedRemoteAddress(uint16 remoteChainIdbytes remoteAddress
setWhitelistToken(address srcTokenaddress dstToken
togglePause(
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
Events
BridgeToken(address indexed tokenuint256 amount
Initialized(uint64 version
MessageFailed(uint16 srcChainIdbytes srcAddressuint64 noncebytes payloadbytes reason
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(bool isPaused
RetryMessageSuccess(uint16 srcChainIdbytes srcAddressuint64 noncebytes32 payloadHash
SetMinDstGas(uint16 _dstChainIduint16 _typeuint256 _minDstGas
SetPrecrime(address precrime
SetTrustedRemote(uint16 _remoteChainIdbytes _path
SetTrustedRemoteAddress(uint16 _remoteChainIdbytes _remoteAddress
TokenClaimed(uint16 indexed srcIdaddress indexed tokenaddress indexed receiveruint256 amount
TokenRescued(address indexed tokenaddress indexed receiveruint256 amount
UpdateLzAdapterParams(uint256 limit
UpdateTokenPairs(address indexed srcTokenaddress indexed dstToken
Upgraded(address indexed implementation
Whitelisted(address indexed tokenbool isWhitelisted
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
InvalidAmount(
InvalidInitialization(
InvalidParam(
IsPaused(
NotAuthorized(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
TokenNotAllowed(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
ZeroAddress(