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 "SwapRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22012670 | a few seconds ago | | | 0.00051785554 | 0.0000023197640 | |
| 22012642 | a minute ago | | | 0.00051377893 | 0.0000023223695 | |
| 22012641 | a minute ago | | | 0 | 0.0000018063534 | |
| 22012637 | a minute ago | | | 0 | 0.0000018113199 | |
| 22012605 | 2 minutes ago | | | 0 | 0.0000018126106 | |
| 22012604 | 2 minutes ago | | | 0.00029437029 | 0.0000022343595 | |
| 22012577 | 3 minutes ago | | | 0 | 0.0000026014400 | |
| 22012569 | 3 minutes ago | | | 0.0013 | 0.0011851850 | |
| 22012569 | 3 minutes ago | | | 0.0013 | 0.0011851250 | |
| 22012565 | 4 minutes ago | | | 0.0012 | 0.0011851850 |
ABI
ABI objects
Getter at block 22012671
BPS() view returns (uint24)
10000
FEE_TAKER() view returns (address)
0xc3f9ed273914641df7a357af3c0b08828f15545b
MEME_REGISTRY() view returns (address)
0x7ffefdd18014830ffb946a8df8bbd0e4145db8d9
MIN_SCORE() view returns (uint256)
2000
PUMP_VAULT() view returns (address)
0x1928f91d730f603c360c25bca19c94af279e1e6d
SIGNER() view returns (address)
0xe2a86ef1f175a9526f3a2f8b74b54703ac847e94
STABLE_TOKEN() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
SWAP_FEE() view returns (uint24)
50
VAULT_FEE_PROPORTION() view returns (uint24)
5000
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
owner() view returns (address)
0xdb856086c9014f57ad2464d16a7f75f1b8fdca17
Read-only
This contract contains no read-only function objects.
State-modifying
Events exactInput(struct ISwapRouterExactInputParams params) payable returns (uint256 amountOut)
exactInputSingle(struct ISwapRouterExactInputSingleParams params) payable returns (uint256 amountOut)
exactOutput(struct ISwapRouterExactOutputParams params) payable returns (uint256 amountIn)
exactOutputSingle(struct ISwapRouterExactOutputSingleParams params) payable returns (uint256 amountIn)
initialize(address _owner, address _signer, address _uniswapV3factory, address _weth9, address _stableToken, address _feeTaker, address _vault, address _registry)
multicall(bytes[] data) payable returns (bytes[] results)
refundETH() payable
renounceOwnership()
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowed(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowedIfNecessary(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
setFeeTaker(address feeTaker)
setMemeRegistry(address _memeRegistry)
setMinScore(uint256 newMinScore)
setPumpVault(address _pumpVault)
setSigner(address newSigner)
setSwapFee(uint24 newSwapFee)
setVaultFeeProportion(uint24 fee)
sweepToken(address token, uint256 amountMinimum, address recipient) payable
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
unwrapWETH9(uint256 amountMinimum, address recipient) payable
BlueChipMemeRegistrySet(address registry)
FeeDeducted(address token, uint256 feeAmount, address recipient, uint8 feeType)
FeeTakerSet(address feeTaker)
Initialized(uint8 version)
MemeRegistrySet(address memeRegistry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PumpVaultSet(address pumpVault)
SwapFeeDeducted(address token, uint256 amount, uint256 fee)
SwapFeeSet(uint24 swapFee)
VaultFeeSet(uint24 fee)
VaultSet(address vault)
constructor()
receive()
TF()