TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 552 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 ($308,961,855.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cmETH | ERC-20 | 88.420583K | $3,494.23 |
$308,961,855.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247300 | 29 minutes ago | | | 0.000030072584 | 0.0031225507 | |
| 21246854 | 2 hours ago | | | 0.000030072584 | 0.0038731135 | |
| 21246526 | 3 hours ago | | | 0.000030072584 | 0.0038111016 | |
| 21246275 | 4 hours ago | | | 0.000030072584 | 0.0042606562 | |
| 21246102 | 4 hours ago | | | 0.000030072584 | 0.0054146789 | |
| 21245092 | 8 hours ago | | | 0.000030072584 | 0.0050612692 | |
| 21243598 | 13 hours ago | | | 0.000030072584 | 0.0067674425 | |
| 21243296 | 14 hours ago | | | 0.000030072584 | 0.0029721748 | |
| 21241833 | 19 hours ago | | | 0.000030072584 | 0.0024361981 | |
| 21241561 | 20 hours ago | | | 0.000030072584 | 0.0021564351 |
ABI
ABI objects
Getter at block 21247444
implementation() view returns (address)
0xae96df024b9cb69a39a219d7176df6e7e39fac44
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
approvalRequired() pure returns (bool)
true
composeMsgSender() view returns (address sender)
0x4afa9620d0b79137383a7a9ab3477837d475e948
decimalConversionRate() view returns (uint256)
1000000000000
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
oApp() view returns (address)
0x4afa9620d0b79137383a7a9ab3477837d475e948
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
owner() view returns (address)
0x849738999ba1f3d995d28bdb35efa2e47b4c8203
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() pure returns (uint8)
6
token() view returns (address)
0xe6829d9a7ee3040e1276fa75293bde931859e8fa
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 _eid, uint16 _msgType) view returns (bytes)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
peers(uint32 _eid) view returns (bytes32)
quoteOFT(struct SendParam _sendParam) view returns (struct OFTLimit oftLimit, struct OFTFeeDetail[] oftFeeDetails, struct OFTReceipt oftReceipt)
quoteSend(struct SendParam _sendParam, bool _payInLzToken) view returns (struct MessagingFee msgFee)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
initialize(struct L1cmETHAdapterInit init)
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
lzReceiveAndRevert(struct InboundPacket[] _packets) payable
lzReceiveSimulate(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
renounceOwnership()
send(struct SendParam _sendParam, struct MessagingFee _fee, address _refundAddress) payable returns (struct MessagingReceipt msgReceipt, struct OFTReceipt oftReceipt)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMsgInspector(address _msgInspector)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
Initialized(uint64 version)
MsgInspectorSet(address inspector)
OFTReceived(bytes32 indexed guid, uint32 srcEid, address indexed toAddress, uint256 amountReceivedLD)
OFTSent(bytes32 indexed guid, uint32 dstEid, address indexed fromAddress, uint256 amountSentLD, uint256 amountReceivedLD)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
PreCrimeSet(address preCrimeAddress)
ProtocolConfigChanged(bytes4 indexed setterSelector, string setterSignature, bytes value)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidDelegate()
InvalidEndpointCall()
InvalidInitialization()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
NotInitializing()
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)
UnexpectedInitializeParams()