RouteProcessor4
Verified contract
Active on
Ethereum with 3,143 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0 | $89,954.00 |
$0 | |
USDT | ERC-20 | 0.000001 | $1.001 |
$0 | |
USDC | ERC-20 | 0.000001 | $1.00 |
$0 | |
DAI | ERC-20 | 0 | $0.999916 |
$0 | |
WETH | ERC-20 | 0 | $3,078.66 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20218588 | 4 months ago | | | 0.004 | 0.00011638108 | |
| 19317106 | 9 months ago | | | 0 | 0.0059695675 | |
| 19317104 | 9 months ago | | | 0 | 0.0055790647 | |
| 19317090 | 9 months ago | | | 0 | 0.0063343061 | |
| 19316764 | 9 months ago | | | 0 | 0.0051879957 | |
| 19313362 | 9 months ago | | | 0 | 0.0070883627 | |
| 19313358 | 9 months ago | | | 0.76 | 0.0057707813 | |
| 19313347 | 9 months ago | | | 0 | 0.0073731212 | |
| 19313334 | 9 months ago | | | 0.5 | 0.0073106747 | |
| 19313323 | 9 months ago | | | 0 | 0.011206671 |
ABI
ABI objects
Getter at block 21204911
bentoBox() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x19b3eb3af5d93b77a5619b047de0eed7115a19e7
Read-only
priviledgedUsers(address) view returns (bool)
State-modifying
Events algebraSwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
pancakeV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
pause()
processRoute(address tokenIn, uint256 amountIn, address tokenOut, uint256 amountOutMin, address to, bytes route) payable returns (uint256 amountOut)
renounceOwnership()
resume()
setPriviledge(address user, bool priviledge)
transferOwnership(address newOwner)
transferValueAndprocessRoute(address transferValueTo, uint256 amountValueTransfer, address tokenIn, uint256 amountIn, address tokenOut, uint256 amountOutMin, address to, bytes route) payable returns (uint256 amountOut)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Route(address indexed from, address to, address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOutMin, uint256 amountOut)
constructor(address _bentoBox, address[] priviledgedUserList)
receive()
MinimalOutputBalanceViolation(uint256 amountOut)