TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 178,010 txns
Deployed by via 0x56e3191e at 19909154
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
-
variable spans 48 additional slots

No balances found for "TransparentUpgradeableProxy"

0x1f205b0fa0810a58670fdd96f59a68646ec91308f3c11b5b10a83f35b228ba51
0x3b82fefc0be5da4f4c42a9572c335f6f5ecf940fc2e1016b8e835a97eaf49144
0x0ead8213e099a58b3642466c1341691663c2e9db88eec2c50bd8f157dd87edfb
0xa9c36854ec1d74c4d44f312a41c27028790ecffebc75cbb55ddd7696ceb2af9c
0x3b2ff708c1bb7f4710cc0898f26dc8541b81ff832ad0c5a2d70a29a95c43ecef
0xd3c4705732f720665b65951ca59d3bfff1b39447f666c9c7d8a746d929174485
0xfd2bd9bd551225457dbff9d7afcb195005a0fc96a0981546a262d7a1584a59d8
0x8e03859bd4e336f72834df75c6973bafd4b9e982822d222f2c87eecb1c4f0738
0x4b48d445c4897e75fbd1b5eca0e54f2b646ddfcd2be2036888640830cb4bf525
0x3c0fbd5a89897911226573783d2c2bf2e8979b7a654985d9e163a13a80901d2b

Functions
Getter at block 21157388
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KEEPER_ROLE(view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
counterpart(view returns (address)
0xa1a12158be6269d7580c63ec5e609cdc0ddd82bc
feeVault(view returns (address)
0x8fa3b4570b4c96f8036c13b64971ba65867eeb48
messenger(view returns (address)
0x6774bcbd5cecef1336b5300fb5186a12ddd8b367
queue(view returns (address)
0x0d7e906bd9cafa154b048cfa766cc1e54e39af9b
router(view returns (address)
0xf8b1378579659d8f7ee5f3c929c2f3e332e41fd6
Read-only
batches(addressuint256view returns (uint128 amountuint64 startTimeuint64 numDepositsbytes32 hash)
configs(addressview returns (uint96 feeAmountPerTxuint96 minAmountPerTxuint16 maxTxsPerBatchuint24 maxDelayPerBatchuint24 safeBridgeGasLimit)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokens(addressview returns (uint128 pendinguint64 currentBatchIndexuint64 pendingBatchIndex)
State-modifying
depositERC20(address tokenuint96 amount
depositETH(payable 
executeBatchDeposit(address tokenpayable 
grantRole(bytes32 roleaddress account
initialize(address _feeVault
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setBatchConfig(address tokenstruct L1BatchBridgeGatewayBatchConfig newConfig
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
BatchDeposit(address indexed calleraddress indexed l1Tokenuint256 indexed batchIndexaddress l2Token
Deposit(address indexed senderaddress indexed tokenuint256 indexed batchIndexuint256 amountuint256 fee
Initialized(uint8 version
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(
receive(
Errors
ErrorCallerNotMessenger(
ErrorDepositAmountTooSmall(
ErrorIncorrectMethodForETHDeposit(
ErrorInsufficientMsgValueForBatchDepositFee(
ErrorInvalidBatchConfig(
ErrorNoPendingBatch(
ErrorTokenNotSupported(
ErrorTransferETHFailed(