CreditMessaging
Verified contract
Active on
Ethereum with 4,615 txns
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 "CreditMessaging"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263115 | 24 minutes ago | | | 0.000019623909 | 0.0019057567 | |
| 21263040 | 39 minutes ago | | | 0.00017622963 | 0.0019320139 | |
| 21263040 | 39 minutes ago | | | 0.00016479877 | 0.0019320139 | |
| 21262917 | an hour ago | | | 0.00011375289 | 0.0017361229 | |
| 21262492 | 2 hours ago | | | 0.000016099731 | 0.0018567356 | |
| 21262442 | 3 hours ago | | | 0.0000081323349 | 0.0016663694 | |
| 21262392 | 3 hours ago | | | 0.0000081323349 | 0.0019131258 | |
| 21262069 | 4 hours ago | | | 0.0000079078994 | 0.0035251432 | |
| 21261470 | 6 hours ago | | | 0.000016099731 | 0.0029705950 | |
| 21260872 | 8 hours ago | | | 0.00011259125 | 0.0020019532 |
ABI
ABI objects
Getter at block 21263233
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
maxAssetId() view returns (uint16)
22
oApp() view returns (address)
0x6b8ad17795d89b283e6d0362a87a403f3544bb9d
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
owner() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
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)