TokenMessaging
Verified contract
Active on
Base with 222,349 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000843 |
$0 | |
| ERC-20 | 24K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.770437K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22723656 | a minute ago | | | 0.000038238727 | 8.3801486e-7 | |
| 22723638 | 2 minutes ago | | | 0.00021278888 | 8.1089666e-7 | |
| 22723632 | 2 minutes ago | | | 0 | 0.000000091981973964 | |
| 22723626 | 2 minutes ago | | | 0.00017929097 | 8.1832640e-7 | |
| 22723600 | 3 minutes ago | | | 0.000038238727 | 8.5775889e-7 | |
| 22723544 | 5 minutes ago | | | 0.000020294266 | 8.3754020e-7 | |
| 22723494 | 6 minutes ago | | | 0.00020487742 | 8.1200562e-7 | |
| 22723442 | 8 minutes ago | | | 0.00017929097 | 8.5084978e-7 | |
| 22723426 | 9 minutes ago | | | 0.000034202334 | 8.9594722e-7 | |
| 22723351 | 11 minutes ago | | | 0.000021820645 | 8.3023164e-7 |
ABI
ABI objects
Getter at block 22723680
MSG_TYPE_BUS() view returns (uint8)
2
MSG_TYPE_TAXI() view returns (uint8)
1
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
getTransferGasLimit() view returns (uint256)
2300
maxAssetId() view returns (uint16)
13
oApp() view returns (address)
0x5634c4a5fed09819e3c46d86a965dd9447d86e47
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
queueCapacity() view returns (uint16)
512
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
assetIds(address stargateImpl) view returns (uint16 assetId)
busQueues(uint32 dstEid) view returns (uint8 maxNumPassengers, uint80 busFare, uint80 busAndNativeDropFare, uint16 qLength, uint72 nextTicketId)
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, uint128 nativeDropGasLimit)
getPassengerHash(uint32 _dstEid, uint16 _index) view returns (bytes32 hash)
isComposeMsgSender(struct Origin, bytes _message, address _sender) view returns (bool)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nativeDropAmounts(uint32 dstEid) view returns (uint128 nativeDropAmount)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
peers(uint32 eid) view returns (bytes32 peer)
quoteDriveBus(uint32 _dstEid, bytes _passengers) view returns (struct MessagingFee fee)
quoteFares(uint32 _dstEid, uint8 _numPassengers) view returns (uint256 busFare, uint256 busAndNativeDropFare)
quoteRideBus(uint32 _dstEid, bool _airdrop) view returns (struct MessagingFee fee)
quoteTaxi(struct TaxiParams _params, bool _payInLzToken) view returns (struct MessagingFee fee)
stargateImpls(uint16 assetId) view returns (address stargateImpl)
State-modifying
Events driveBus(uint32 _dstEid, bytes _passengers) payable returns (struct MessagingReceipt receipt)
initializeBusQueueStorage(uint32[] _dstEids, uint16 _startSlot, uint16 _endSlot)
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()
rideBus(struct RideBusParams _params) returns (struct MessagingReceipt receipt, struct Ticket ticket)
setAssetId(address _stargateImpl, uint16 _assetId)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setFares(uint32 _dstEid, uint80 _busFare, uint80 _busAndNativeDropFare)
setGasLimit(uint32 _eid, uint128 _gasLimit, uint128 _nativeDropGasLimit)
setMaxAssetId(uint16 _maxAssetId)
setMaxNumPassengers(uint32 _dstEid, uint8 _maxNumPassengers)
setNativeDropAmount(uint32 _dstEid, uint128 _nativeDropAmount)
setPeer(uint32 _eid, bytes32 _peer)
setPlanner(address _planner)
setPreCrime(address _preCrime)
setTransferGasLimit(uint256 _gasLimit)
taxi(struct TaxiParams _params, struct MessagingFee _messagingFee, address _refundAddress) payable returns (struct MessagingReceipt receipt)
transferOwnership(address newOwner)
AssetIdSet(address stargateImpl, uint16 assetId)
BusDriven(uint32 dstEid, uint72 startTicketId, uint8 numPassengers, bytes32 guid)
BusQueueStorageInitialized(uint32 dstEid, uint16 startSlot, uint16 endSlot)
BusRode(uint32 dstEid, uint72 ticketId, uint80 fare, bytes passenger)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
FaresSet(uint32 dstEid, uint80 busFare, uint80 busAndNativeDropFare)
GasLimitSet(uint32 eid, uint128 gasLimit, uint128 nativeDropGasLimit)
MaxAssetIdSet(uint16 maxAssetId)
MaxNumPassengersSet(uint32 dstEid, uint8 maxNumPassengers)
NativeDropAmountSet(uint32 dstEid, uint128 nativeDropAmount)
NativeDropApplied(address receiver, uint128 amount)
NativeDropFailed(address receiver, uint128 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
PlannerSet(address planner)
PreCrimeSet(address preCrimeAddress)
constructor(address _endpoint, address _owner, uint16 _queueCapacity)
This contract contains no fallback and receive objects.
BusCodec_InvalidBusBytesLength()
BusCodec_InvalidMessage()
BusCodec_InvalidPassengersBytesLength()
Bus_InvalidFare(bool nativeDrop)
Bus_InvalidNumPassengers(uint8 numPassengers)
Bus_InvalidPassenger()
Bus_QueueFull()
InvalidDelegate()
InvalidEndpointCall()
InvalidOptions(bytes options)
LzTokenUnavailable()
MessagingOptions_ZeroGasLimit()
Messaging_InvalidAssetId()
Messaging_InvalidEid()
Messaging_InvalidMsgValue()
Messaging_InvalidQueueCapacity()
Messaging_MaxNumPassengersExceedsQueueCapacity()
Messaging_NotEnoughPassengers()
Messaging_Unauthorized()
Messaging_Unavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
SimulationResult(bytes result)
TaxiCodec_InvalidMessage()
Transfer_ApproveFailed()
Transfer_TransferFailed()