RushRouterAlpha
Verified contract
Active on
Base with 158 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "RushRouterAlpha"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23735592 | 13 hours ago | | | 0.00044258462 | 0.000010131119 | |
| 23701323 | a day ago | | | 0 | 0.0000027689090 | |
| 23639991 | 3 days ago | | | 0.00034274311 | 0.000028420835 | |
| 23639864 | 3 days ago | | | 0.00034274311 | 0.000028475970 | |
| 23639840 | 3 days ago | | | 0.00034274311 | 0.000028539615 | |
| 23639734 | 3 days ago | | | 0.00034274311 | 0.000029744503 | |
| 23639283 | 3 days ago | | | 0.00034274311 | 0.000031329439 | |
| 23629187 | 3 days ago | | | 0.00034274312 | 0.000024773280 | |
| 23629055 | 3 days ago | | | 0.00034274312 | 0.000025313143 | |
| 23629034 | 3 days ago | | | 0.00034274312 | 0.000025419870 |
ABI
ABI objects
Getter at block 23759008
LIQUIDITY_DEPLOYER() view returns (address)
0x6de2556b38c7fc2c3736290a0f28a3e68c7db61d
LIQUIDITY_POOL() view returns (address)
0x2c088e83de301397d34c6f2ea2adb747c0100f4f
RUSH_LAUNCHER() view returns (address)
0x4c49c751a4226484dde85f9eb2ad9a9eaaa9d914
SPONSOR_ADDRESS() view returns (address)
0x04394453eee246181b6c8858239d9855be90be8f
VERIFIER_ADDRESS() view returns (address)
0x86cc1be24cd93bde2141027129247a0beef086ce
WETH() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
nonces(address owner) view returns (uint256)
State-modifying
Events launchERC20(string name, string symbol, uint256 liquidityAmount, uint256 liquidityDuration, uint256 maxTotalFee, bytes signature) payable
launchERC20Donatable(string name, string symbol, address donationBeneficiary, uint256 liquidityAmount, uint256 liquidityDuration, uint256 maxTotalFee, bytes signature) payable
launchERC20Sponsored(string name, string symbol, uint256 maxTotalFee, bytes signature) payable
launchERC20Taxable(string name, string symbol, uint8 taxTier, uint256 liquidityAmount, uint256 liquidityDuration, uint256 maxTotalFee, bytes signature) payable
lend(uint256 amount, uint256 minSharesOut) returns (uint256 sharesOut)
lendETH(uint256 minSharesOut) payable returns (uint256 sharesOut)
unwindLiquidity(address uniV2Pair)
withdraw(uint256 amount)
withdrawETH(uint256 amount)
This contract contains no event objects.
constructor(address rushLauncher_, address sponsorAddress_, address verifierAddress_)
receive()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
InvalidAccountNonce(address account, uint256 currentNonce)
RushRouterAlpha_InvalidSignature()
RushRouterAlpha_MinSharesError()