StargateComposer
Verified contract
Active on
Base with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($268.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 270.041105 | $0.994721 |
$268.62 | |
WGC | ERC-20 | 200 | $0.000268 |
$0.05 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
| ERC-20 | 10K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
NUNU | ERC-20 | 7.777778 | -- | -- | |
SGETH | ERC-20 | 0.013302 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21665075 | a month ago | | | 0 | 0.0000010589581 | |
| 21665057 | a month ago | | | 0 | 0.0000010543578 | |
| 21665027 | a month ago | | | 0 | 0.0000010562943 | |
| 16837587 | 5 months ago | | | 0.00012735345 | 0.0000023144622 | |
| 14500399 | 6 months ago | | | 0.00014258821 | 0.000012586090 | |
| 14496915 | 6 months ago | | | 0.00014258821 | 0.000012625162 | |
| 14493394 | 6 months ago | | | 0.00014258821 | 0.000012681047 | |
| 14493169 | 6 months ago | | | 0.00014258821 | 0.000012646851 | |
| 14483899 | 6 months ago | | | 0.00014258821 | 0.000012586090 | |
| 14458221 | 6 months ago | | | 0.00014258821 | 0.000012562999 |
ABI
ABI objects
Getter at block 22925843
factory() view returns (address)
0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6
isSending() view returns (bool)
false
owner() view returns (address)
0x81eab64e630c4a2e3e849268a6b64cb76d1c8109
stargateBridge() view returns (address)
0xaf54be5b6eec24d6bfacf1cce4eaf680a8239398
stargateRouter() view returns (address)
0x45f1a95a4d3f3836523f5c83673c797f4d4d263b
wethPoolId() view returns (uint256)
13
Read-only
payloadHashes(uint16, bytes, uint256) view returns (bytes32)
peers(uint16) view returns (address)
poolIdToInfo(uint256) view returns (address token, address poolAddress, uint256 convertRate)
quoteLayerZeroFee(uint16 _chainId, uint8 _functionType, bytes _toAddress, bytes _transferAndCallPayload, struct IStargateRouterlzTxObj _lzTxParams) view returns (uint256, uint256)
stargateEthVaults(uint256) view returns (address)
State-modifying
Events addLiquidity(uint256 _poolId, uint256 _amountLD, address _to)
addLiquidityETH() payable
clearCachedSwap(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, address _receiver, bytes _sgReceiveCallData)
getPoolInfo(uint256 _poolId) returns (struct StargateComposerPoolInfo poolInfo)
instantRedeemLocal(uint16 _srcPoolId, uint256 _amountLP, address _to) returns (uint256 amountSD)
recoverToken(address _token, address _to, uint256 _amount)
redeemLocal(uint16 _dstChainId, uint256 _srcPoolId, uint256 _dstPoolId, address _refundAddress, uint256 _amountLP, bytes _to, struct IStargateRouterlzTxObj _lzTxParams) payable
redeemRemote(uint16 _dstChainId, uint256 _srcPoolId, uint256 _dstPoolId, address _refundAddress, uint256 _amountLP, uint256 _minAmountLD, bytes _to, struct IStargateRouterlzTxObj _lzTxParams) payable
renounceOwnership()
sendCredits(uint16 _dstChainId, uint256 _srcPoolId, uint256 _dstPoolId, address _refundAddress) payable
setDstGasReserve(uint256 _dstGasReserve)
setPeer(uint16 _chainId, address _peer)
setStargateEthVaults(uint256 _poolId, address _stargateEthVault)
setTransferOverhead(uint256 _transferOverhead)
setWethPoolId(uint256 _wethPoolId)
sgReceive(uint16 _srcChainId, bytes _srcAddress, uint256 _nonce, address _token, uint256 _amountLD, bytes _payload)
swap(uint16 _dstChainId, uint256 _srcPoolId, uint256 _dstPoolId, address _refundAddress, uint256 _amountLD, uint256 _minAmountLD, struct IStargateRouterlzTxObj _lzTxParams, bytes _to, bytes _payload) payable
swapETHAndCall(uint16 _dstChainId, address _refundAddress, bytes _to, struct StargateComposerSwapAmount _swapAmount, struct IStargateRouterlzTxObj _lzTxParams, bytes _payload) payable
transferOwnership(address newOwner)
CachedSwapSaved(uint16 chainId, bytes srcAddress, uint256 nonce, bytes reason)
ComposedTokenTransferFailed(address token, address intendedReceiver, uint256 amountLD)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _stargateBridge, address _stargateRouter, address _stargateEthVault, uint256 _wethPoolId)
This contract contains no fallback and receive objects.
This contract contains no error objects.