VanillaRouter
Verified contract
Active on
Ethereum with 1,382 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.029386 | $86,112.00 |
$2,530.45 | |
AAVE | ERC-20 | 5.444718 | $177.00 |
$963.72 | |
USDC | ERC-20 | 832.908745 | $1.004 |
$836.24 | |
KEEP | ERC-20 | 4.954697K | $0.116728 |
$578.35 | |
LINK | ERC-20 | 35.821695 | $14.00 |
$501.5 | |
YFI | ERC-20 | 0.070712 | $6,264.00 |
$442.94 | |
UNI | ERC-20 | 27.955916 | $8.98 |
$251.04 | |
USDT | ERC-20 | 210.290837 | $1.003 |
$210.92 | |
SUPER | ERC-20 | 100.409592 | $1.39 |
$139.57 | |
OMG | ERC-20 | 50.249788 | $0.272259 |
$13.68 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17373954 | a year ago | | | 0 | 0.0058458285 | |
| 17373790 | a year ago | | | 0 | 0.0050986981 | |
| 17373664 | a year ago | | | 0 | 0.0059213803 | |
| 17373628 | a year ago | | | 0 | 0.0010744383 | |
| 17373378 | a year ago | | | 0 | 0.0076401689 | |
| 16519074 | 2 years ago | | | 0 | 0.0019933286 | |
| 16519059 | 2 years ago | | | 0 | 0.0019364311 | |
| 16519041 | 2 years ago | | | 0 | 0.0018570551 | |
| 16519027 | 2 years ago | | | 0 | 0.0018730668 | |
| 15868196 | 2 years ago | | | 0 | 0.0024689656 |
ABI
ABI objects
Getter at block 21172095
epoch() view returns (uint256)
12134736
reserveLimit() view returns (uint128)
500000000000000000000
vnlContract() view returns (address)
0x1017b147b05942ead495e2ad6d606ef3c94b8fd0
Read-only
estimateReward(address owner, address token, uint256 numEth, uint256 numTokensSold) view returns (uint256 profitablePrice, uint256 avgBlock, uint256 htrs, uint256 vpc, uint256 reward)
isTokenRewarded(address token) view returns (bool)
tokenPriceData(address, address) view returns (uint256 ethSum, uint256 tokenSum, uint256 weightedBlockSum, uint256 latestBlock)
wethReserves(address) view returns (uint128)
State-modifying
Events buy(address token, uint256 numEth, uint256 numToken, uint256 blockTimeDeadline)
depositAndBuy(address token, uint256 numToken, uint256 blockTimeDeadline) payable
sell(address token, uint256 numToken, uint256 numEthLimit, uint256 blockTimeDeadline)
sellAndWithdraw(address token, uint256 numToken, uint256 numEthLimit, uint256 blockTimeDeadline)
TokensPurchased(address indexed buyer, address indexed token, uint256 eth, uint256 amount, uint256 reserve)
TokensSold(address indexed seller, address indexed token, uint256 amount, uint256 eth, uint256 profit, uint256 reward, uint256 reserve)
constructor(address uniswapRouter, uint128 limit, address[] safeList)
receive()
This contract contains no error objects.