TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 178,068 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"

0x26aba8c8a2967b81ee9f7252479969a006769fb83c42c7b402143e3397d14edc
0x7a0696ab12c5e8eeb5f7f9b23158da902c2c7a32abb8584c4301ed4ef8b564a8
0x51a9367d454b296a13d2e51395d846e85b657b3b1ef2cebc04faaedeb64668b8
0x755cfad7af11a2ae575d4d0c68565a88bc7c980543de181cb150e3e7a6dc17a6
0xb0fd4da34009753c6add6b4a8a860a506876faf85e199d9f665b89c19c50e9bc
0x1c0787ca56650dbe8d1b0518548322176a6154dd9836eb5967234c1b2764af8c
0xcee10622c7e1f488952dfa070dd513b75bc7d1edeb50547b6ed23098141af7e7
0xed6f26ccc34ea3cc358c39ef1c8c2bd7fe79b79e600278f3aa25b87cf3302fc1
0x17c44ce1e6030b00fa2a54c946ef875992b9f3a46c55a7dd4aaea5813e7b9b03
0xa0d3c967171c23e55d771a813b50c430829257af4342cf33297911a081b7a2eb

Functions
Getter at block 21274798
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(