MevEthRouter
Verified contract
Active on
Ethereum with 139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 4 additional slots
-
variable spans 8 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mevETH | ERC-20 | 0 | $3,948.90 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176642 | 19 days ago | | | 0 | 0.0012541583 | |
| 21152323 | 22 days ago | | | 0 | 0.00064484597 | |
| 20931431 | 2 months ago | | | 0 | 0.00056383922 | |
| 20931416 | 2 months ago | | | 0 | 0.00063810718 | |
| 20931411 | 2 months ago | | | 0 | 0.00057678521 | |
| 20906202 | 2 months ago | | | 0 | 0.00015583999 | |
| 20890852 | 2 months ago | | | 0 | 0.00038336318 | |
| 20870151 | 2 months ago | | | 0 | 0.00081065212 | |
| 20844512 | 2 months ago | | | 0 | 0.00073769037 | |
| 20844348 | 2 months ago | | | 0 | 0.0011398202 |
ABI
ABI objects
Getter at block 21309425
This contract contains no getter function objects.
Read-only
amountOutRedeem(bool useQueue, uint256 amountIn) view returns (uint256 amountOut, struct IMevEthRouterSwap swaps)
amountOutStake(uint256 amountIn) view returns (uint256 amountOut, struct IMevEthRouterSwap swaps)
State-modifying
Events changeCurvePool(address newCurvePool)
changeGov(address newGov)
changePoolId(bytes32 newPoolId)
changeUniV3Caps(uint256[3] caps)
redeemMevEthForEth(bool useQueue, address receiver, uint256 shares, uint256 amountOutMin, uint256 deadline, struct IMevEthRouterSwap swaps) returns (uint256 assets)
stakeEthForMevEth(address receiver, uint256 amountIn, uint256 amountOutMin, uint256 deadline, struct IMevEthRouterSwap swaps) payable returns (uint256 shares)
sweep(address[] tokens, address recipient)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
This contract contains no event objects.
constructor(address _gov)
fallback()
receive()
ExecuteNotAuthorized()
Expired()
IdenticalAddresses()
InsufficientLiquidity()
InsufficientOutputAmount()
Overflow()
ZeroAddress()
ZeroAmount()