ToadRouter03
Verified contract
Active on
Ethereum with 22,033 txns
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 "ToadRouter03"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18925031 | a year ago | | | 0 | 0.0030871851 | |
| 18909549 | a year ago | | | 0 | 0.0047924753 | |
| 18899631 | a year ago | | | 0 | 0.015660761 | |
| 18899321 | a year ago | | | 0 | 0.013065203 | |
| 18897936 | a year ago | | | 0 | 0.0061296756 | |
| 18889298 | a year ago | | | 0 | 0.0043671449 | |
| 18882986 | a year ago | | | 0 | 0.010960571 | |
| 18882938 | a year ago | | | 0 | 0.011950196 | |
| 18882915 | a year ago | | | 0 | 0.0052367850 | |
| 18882911 | a year ago | | | 0 | 0.0069201922 |
ABI
ABI objects
Getter at block 21269184
DAI_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
owner() view returns (address)
0x584df055a35acf2d2183d37fc7f42cb4c502dc51
versionRecipient() view returns (string)
3.0.0
Read-only
getAmountIn(uint256 amountOut, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountIn)
getAmountOut(uint256 amountIn, uint256 reserveIn, uint256 reserveOut) pure returns (uint256 amountOut)
getAmountsIn(uint256 amountOut, struct ToadStructsAggPath[] path, struct ToadStructsDexData[] dexes) view returns (uint256[] amounts)
getAmountsIn(uint256 amountOut, address[] path) view returns (uint256[] amounts)
getAmountsOut(uint256 amountIn, struct ToadStructsAggPath[] path, struct ToadStructsDexData[] dexes) view returns (uint256[] amounts)
getAmountsOut(uint256 amountIn, address[] path) view returns (uint256[] amounts)
getPriceOut(uint256 amountIn, struct ToadStructsAggPath[] path, struct ToadStructsDexData[] dexes) view returns (uint256[] amounts)
quote(uint256 amountA, uint256 reserveA, uint256 reserveB) pure returns (uint256 amountB)
State-modifying
Events addTrustedBot(address newBot)
multicall(bytes[] data) payable returns (bytes[] results)
performPermit(address owner, address tok, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
performPermit2Batch(address owner, struct IAllowanceTransferPermitBatch permitBatch, bytes signature)
performPermit2Single(address owner, struct IAllowanceTransferPermitSingle permitSingle, bytes signature)
performPermitDai(address owner, address tok, uint256 nonce, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeTrustedBot(address bot)
renounceOwnership()
swapExactTokensForTokensSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, struct ToadStructsAggPath[] path, address to, uint256 deadline, struct ToadStructsFeeStruct fees, uint256 ethFee, struct ToadStructsAggPath[] gasPath, struct ToadStructsDexData[] dexes) returns (uint256 outputAmount)
swapExactTokensForTokensSupportingFeeOnTransferTokensWithWETHGas(uint256 amountIn, uint256 amountOutMin, struct ToadStructsAggPath[] path1, struct ToadStructsAggPath[] path2, address to, uint256 deadline, struct ToadStructsFeeStruct fees, struct ToadStructsDexData[] dexes) returns (uint256 outputAmount)
swapExactTokensForWETHSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, struct ToadStructsAggPath[] path, address to, uint256 deadline, struct ToadStructsFeeStruct fees, struct ToadStructsDexData[] dexes, bool unwrap) returns (uint256 outputAmount)
swapExactWETHforTokensSupportingFeeOnTransferTokens(uint256 amountIn, uint256 amountOutMin, struct ToadStructsAggPath[] path, address to, uint256 deadline, struct ToadStructsFeeStruct fees, struct ToadStructsDexData[] dexes) returns (uint256 outputAmount)
transferOwnership(address newOwner)
unwrapWETH(address to, uint256 amount, struct ToadStructsFeeStruct fees)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address fac, address weth, address permit)
receive()
This contract contains no error objects.