CreditMessaging
Verified contract
Active on
Ethereum with 3,764 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) |
---|---|---|---|---|---|---|---|
| 21162034 | a minute ago | | | 0.00001748672 | 0.0040653208 | |
| 21162034 | a minute ago | | | 0.00011593994 | 0.0040656669 | |
| 21162034 | a minute ago | | | 0.000023249053 | 0.0040656669 | |
| 21161861 | 36 minutes ago | | | 0.000026699508 | 0.0047591732 | |
| 21161685 | an hour ago | | | 0.000022645107 | 0.0040178795 | |
| 21161262 | 3 hours ago | | | 0.000021174967 | 0.0039287963 | |
| 21161262 | 3 hours ago | | | 0.000013080021 | 0.0038038103 | |
| 21161063 | 3 hours ago | | | 0.000074926713 | 0.0038534504 | |
| 21161040 | 3 hours ago | | | 0.000074926713 | 0.0036670215 | |
| 21161015 | 3 hours ago | | | 0.000074926713 | 0.0035490328 |
ABI
ABI objects
Getter at block 21162039
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)