TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 17 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20726384 | 3 months ago | | | 0 | 0.00011874791 | |
| 20726383 | 3 months ago | | | 0 | 0.00025337832 | |
| 20726381 | 3 months ago | | | 0 | 0.000082940552 | |
| 20726380 | 3 months ago | | | 0 | 0.000093399986 | |
| 20726376 | 3 months ago | | | 0 | 0.00024447790 | |
| 20726374 | 3 months ago | | | 0 | 0.00025608629 | |
| 20726372 | 3 months ago | | | 0 | 0.000089119328 | |
| 20726367 | 3 months ago | | | 0 | 0.00019323171 | |
| 20726365 | 3 months ago | | | 0 | 0.00025114690 | |
| 20726364 | 3 months ago | | | 0 | 0.000084329682 |
ABI
ABI objects
Getter at block 21296015
implementation() view returns (address)
0x12a01ce234b063417d0916a755e31201ab4824be
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UNPAUSER_ROLE() view returns (bytes32)
0x427da25fe773164f88948d3e215c94b6554e2ed5e5f203a821c9f2f6131cf75a
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
isTransferPaused() view returns (bool)
false
oAppVersion() view returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=0)
owner() view returns (address)
0x849738999ba1f3d995d28bdb35efa2e47b4c8203
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)
peers(uint32 _eid) view returns (bytes32)
quote(uint32 eid, bytes message, bytes options) view returns (uint256 nativeFee, uint256 lzTokenFee)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
grantRole(bytes32 role, address account)
initialize(struct L1CookMessagingStatusInit init)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setCapFor(uint32 eid, uint256 cap) payable
setDelegate(address _delegate)
setEnableFor(uint32 eid, bool flag) payable
setIsTransferPaused(bool isPaused)
setIsTransferPausedFor(uint32 eid, bool isPaused) payable
setPeer(uint32 _eid, bytes32 _peer)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
BridgingConfigChanged(bytes4 indexed setterSelector, string setterSignature, bytes value)
FlagUpdated(bytes4 indexed selector, bool indexed isPaused, string flagName)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
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 initialOwner, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidDelegate()
InvalidEndpointCall()
InvalidInitialization()
InvalidOptionType(uint16 optionType)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
NotInitializing()
OnlyPeer(uint32 eid, bytes32 sender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PauseParamsMustBeEqual()
PauserRoleNotRequired(address sender)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
UnexpectedInitializeParams()