Router
Verified contract
Active on
Ethereum with 144,316 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x06d5…173e
0x296f…3f97
Balances ($106.39)
Native
Value
$47.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,182.71 |
$47.74 | |
USDT | ERC-20 | 50 | $1.00 |
$50 | |
MNT | ERC-20 | 10.983124 | $0.787148 |
$8.65 | |
APTOS | ERC-20 | 16M | -- | -- | |
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161701 | an hour ago | | | 0.00036202072 | 0.0091506858 | |
| 21161103 | 3 hours ago | | | 0.00036202072 | 0.0045804595 | |
| 21160855 | 4 hours ago | | | 0.00036202072 | 0.0057379809 | |
| 21159954 | 7 hours ago | | | 0 | 0.0023823852 | |
| 21159571 | 8 hours ago | | | 0 | 0.0024391436 | |
| 21159199 | 9 hours ago | | | 0 | 0.0032141261 | |
| 21159133 | 10 hours ago | | | 0.00036202072 | 0.011383622 | |
| 21158979 | 10 hours ago | | | 0 | 0.0030183313 | |
| 21157991 | 14 hours ago | | | 0 | 0.0030705386 | |
| 21157754 | 14 hours ago | | | 0 | 0.0011175340 |
ABI
ABI objects
Getter at block 21162024
bridge() view returns (address)
0x296f55f8fb28e498b858d0bcda06d955b2cb3f97
factory() view returns (address)
0x06d538690af257da524f25d0cd52fd85b1c2173e
mintFeeOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
protocolFeeOwner() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
Read-only
cachedSwapLookup(uint16, bytes, uint256) view returns (address token, uint256 amountLD, address to, bytes payload)
quoteLayerZeroFee(uint16 _dstChainId, uint8 _functionType, bytes _toAddress, bytes _transferAndCallPayload, struct IStargateRouterlzTxObj _lzTxParams) view returns (uint256, uint256)
revertLookup(uint16, bytes, uint256) view returns (bytes)
State-modifying
Events activateChainPath(uint256 _poolId, uint16 _dstChainId, uint256 _dstPoolId)
addLiquidity(uint256 _poolId, uint256 _amountLD, address _to)
callDelta(uint256 _poolId, bool _fullMode)
clearCachedSwap(uint16 _srcChainId, bytes _srcAddress, uint256 _nonce)
createChainPath(uint256 _poolId, uint16 _dstChainId, uint256 _dstPoolId, uint256 _weight)
createPool(uint256 _poolId, address _token, uint8 _sharedDecimals, uint8 _localDecimals, string _name, string _symbol) returns (address)
creditChainPath(uint16 _dstChainId, uint256 _dstPoolId, uint256 _srcPoolId, struct PoolCreditObj _c)
instantRedeemLocal(uint16 _srcPoolId, uint256 _amountLP, address _to) returns (uint256 amountSD)
redeemLocal(uint16 _dstChainId, uint256 _srcPoolId, uint256 _dstPoolId, address _refundAddress, uint256 _amountLP, bytes _to, struct IStargateRouterlzTxObj _lzTxParams) payable
redeemLocalCallback(uint16 _srcChainId, bytes _srcAddress, uint256 _nonce, uint256 _srcPoolId, uint256 _dstPoolId, address _to, uint256 _amountSD, uint256 _mintAmountSD)
redeemLocalCheckOnRemote(uint16 _srcChainId, bytes _srcAddress, uint256 _nonce, uint256 _srcPoolId, uint256 _dstPoolId, uint256 _amountSD, bytes _to)
redeemRemote(uint16 _dstChainId, uint256 _srcPoolId, uint256 _dstPoolId, address _refundAddress, uint256 _amountLP, uint256 _minAmountLD, bytes _to, struct IStargateRouterlzTxObj _lzTxParams) payable
renounceOwnership()
retryRevert(uint16 _srcChainId, bytes _srcAddress, uint256 _nonce) payable
revertRedeemLocal(uint16 _dstChainId, bytes _srcAddress, uint256 _nonce, address _refundAddress, struct IStargateRouterlzTxObj _lzTxParams) payable
sendCredits(uint16 _dstChainId, uint256 _srcPoolId, uint256 _dstPoolId, address _refundAddress) payable
setBridgeAndFactory(address _bridge, address _factory)
setDeltaParam(uint256 _poolId, bool _batched, uint256 _swapDeltaBP, uint256 _lpDeltaBP, bool _defaultSwapMode, bool _defaultLPMode)
setFeeLibrary(uint256 _poolId, address _feeLibraryAddr)
setFees(uint256 _poolId, uint256 _mintFeeBP)
setMintFeeOwner(address _owner)
setProtocolFeeOwner(address _owner)
setSwapStop(uint256 _poolId, bool _swapStop)
setWeightForChainPath(uint256 _poolId, uint16 _dstChainId, uint256 _dstPoolId, uint16 _weight)
swap(uint16 _dstChainId, uint256 _srcPoolId, uint256 _dstPoolId, address _refundAddress, uint256 _amountLD, uint256 _minAmountLD, struct IStargateRouterlzTxObj _lzTxParams, bytes _to, bytes _payload) payable
swapRemote(uint16 _srcChainId, bytes _srcAddress, uint256 _nonce, uint256 _srcPoolId, uint256 _dstPoolId, uint256 _dstGasForCall, address _to, struct PoolSwapObj _s, bytes _payload)
transferOwnership(address newOwner)
withdrawMintFee(uint256 _poolId, address _to)
withdrawProtocolFee(uint256 _poolId, address _to)
CachedSwapSaved(uint16 chainId, bytes srcAddress, uint256 nonce, address token, uint256 amountLD, address to, bytes payload, bytes reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedeemLocalCallback(uint16 srcChainId, bytes indexed srcAddress, uint256 indexed nonce, uint256 srcPoolId, uint256 dstPoolId, address to, uint256 amountSD, uint256 mintAmountSD)
Revert(uint8 bridgeFunctionType, uint16 chainId, bytes srcAddress, uint256 nonce)
RevertRedeemLocal(uint16 srcChainId, uint256 _srcPoolId, uint256 _dstPoolId, bytes to, uint256 redeemAmountSD, uint256 mintAmountSD, uint256 indexed nonce, bytes indexed srcAddress)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.