WooRouterV2
Verified contract
Active on
Ethereum with 1,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,140.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.234302K | $0.999846 |
$1,234.11 | |
WOO | ERC-20 | 1.793273K | $0.226455 |
$406.1 | |
WETH | ERC-20 | 0.122487 | $3,206.97 |
$392.81 | |
ORDER | ERC-20 | 199.060681 | $0.175841 |
$35 | |
sDAI | ERC-20 | 12.5 | $1.12 |
$14 | |
PENDLE | ERC-20 | 2.245535 | $5.53 |
$12.42 | |
wTAO | ERC-20 | 0.019 | $533.94 |
$10.14 | |
stETH | ERC-20 | 0.002252 | $3,205.06 |
$7.22 | |
USDT | ERC-20 | 4.814272 | $1.00 |
$4.81 | |
FOFAR | ERC-20 | 262.354628K | $0.000013 |
$3.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156645 | 4 hours ago | | | 0 | 0.0028693275 | |
| 21156479 | 4 hours ago | | | 2.249 | 0.0053256631 | |
| 21156462 | 4 hours ago | | | 2.675 | 0.0018668470 | |
| 21156432 | 4 hours ago | | | 1 | 0.0020584354 | |
| 21156413 | 4 hours ago | | | 1 | 0.0019894017 | |
| 21156240 | 5 hours ago | | | 0 | 0.0043421851 | |
| 21155884 | 6 hours ago | | | 0 | 0.0022290012 | |
| 21154051 | 12 hours ago | | | 0 | 0.0027623053 | |
| 21153636 | 14 hours ago | | | 0 | 0.0051508754 | |
| 21152593 | 17 hours ago | | | 0 | 0.0013373715 |
ABI
ABI objects
Getter at block 21157718
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x155eef9731aff5ae6cb2741f7bec0f005037acb0
quoteToken() view returns (address)
0x0000000000000000000000000000000000000000
wooPool() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isWhitelisted(address) view returns (bool)
querySwap(address fromToken, address toToken, uint256 fromAmount) view returns (uint256 toAmount)
tryQuerySwap(address fromToken, address toToken, uint256 fromAmount) view returns (uint256 toAmount)
State-modifying
Events externalSwap(address approveTarget, address swapTarget, address fromToken, address toToken, uint256 fromAmount, uint256 minToAmount, address to, bytes data) payable returns (uint256 realToAmount)
inCaseTokenGotStuck(address stuckToken)
inCaseTokensGotStuck(address[] stuckTokens)
renounceOwnership()
setPool(address newPool)
setWhitelisted(address target, bool whitelisted)
swap(address fromToken, address toToken, uint256 fromAmount, uint256 minToAmount, address to, address rebateTo) payable returns (uint256 realToAmount)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WooPoolChanged(address newPool)
WooRouterSwap(uint8 swapType, address indexed fromToken, address indexed toToken, uint256 fromAmount, uint256 toAmount, address from, address indexed to, address rebateTo)
constructor(address _weth, address _pool)
receive()
This contract contains no error objects.