CreditMessaging
Verified contract
Active on
Base with 5,387 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.58)
Native
Value
$0.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000237 | $2,427.09 |
$0.58 | |
USA | ERC-20 | 1 | $0.001121 |
$0 | |
GTC | ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22023281 | 9 minutes ago | | | 0.000027132153 | 0.0000015929656 | |
| 22023281 | 9 minutes ago | | | 0.00013237722 | 0.0000015422232 | |
| 22022831 | 24 minutes ago | | | 0.000042715467 | 0.0000018906103 | |
| 22021481 | an hour ago | | | 0.00023717263 | 0.0000020767864 | |
| 22021182 | an hour ago | | | 0.0074443938 | 0.0000021873503 | |
| 22020431 | 2 hours ago | | | 0.000042715467 | 0.0000027659696 | |
| 22019082 | 2 hours ago | | | 0.00023717263 | 0.0000028071658 | |
| 22019082 | 2 hours ago | | | 0.000027132153 | 0.0000028990495 | |
| 22018931 | 3 hours ago | | | 0.000027132153 | 0.0000028479305 | |
| 22018931 | 3 hours ago | | | 0.000043054231 | 0.0000028544452 |
ABI
ABI objects
Getter at block 22023546
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
maxAssetId() view returns (uint16)
13
oApp() view returns (address)
0x12dc9256acc9895b076f6638d628382881e62cee
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
owner() view returns (address)
0x81eab64e630c4a2e3e849268a6b64cb76d1c8109
planner() view returns (address)
0xe37f7c80ced04c4f243c0fd04a5510d663cb88b5
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
assetIds(address stargateImpl) view returns (uint16 assetId)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 eid, uint16 msgType) view returns (bytes enforcedOption)
gasLimits(uint32 eid) view returns (uint128 gasLimit)
isComposeMsgSender(struct Origin, bytes, address _sender) view returns (bool)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
peers(uint32 eid) view returns (bytes32 peer)
quoteSendCredits(uint32 _dstEid, struct TargetCreditBatch[] _creditBatches) view returns (struct MessagingFee fee)
stargateImpls(uint16 assetId) view returns (address stargateImpl)
State-modifying
Events 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()
sendCredits(uint32 _dstEid, struct TargetCreditBatch[] _creditBatches) payable
setAssetId(address _stargateImpl, uint16 _assetId)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setGasLimit(uint32 _eid, uint128 _gasLimit)
setMaxAssetId(uint16 _maxAssetId)
setPeer(uint32 _eid, bytes32 _peer)
setPlanner(address _planner)
setPreCrime(address _preCrime)
transferOwnership(address newOwner)
AssetIdSet(address stargateImpl, uint16 assetId)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
GasLimitSet(uint32 eid, uint128 gasLimit)
MaxAssetIdSet(uint16 maxAssetId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
PlannerSet(address planner)
PreCrimeSet(address preCrimeAddress)
constructor(address _endpoint, address _owner)
This contract contains no fallback and receive objects.
CreditMsgCodec_InvalidMessage()
InvalidDelegate()
InvalidEndpointCall()
InvalidOptions(bytes options)
LzTokenUnavailable()
MessagingOptions_ZeroGasLimit()
Messaging_InvalidAssetId()
Messaging_Unauthorized()
Messaging_Unavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
SimulationResult(bytes result)