UniswapSwapV2Helper
Verified contract
Active on
Ethereum with 82 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 "UniswapSwapV2Helper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291782 | 2 days ago | | | 0.0012438271 | 0.0032717970 | |
| 21291764 | 2 days ago | | | 0.0012438271 | 0.0041764531 | |
| 21285677 | 3 days ago | | | 0.00001 | 0.00073284172 | |
| 21285622 | 3 days ago | | | 0 | 0.00027975077 | |
| 21285206 | 3 days ago | | | 0.0001 | 0.00090597684 | |
| 20833703 | 2 months ago | | | 0.2 | 0.0085883558 | |
| 20829468 | 2 months ago | | | 0.2 | 0.010083849 | |
| 20829314 | 2 months ago | | | 0.5 | 0.0091723533 | |
| 20814347 | 2 months ago | | | 0.1 | 0.012312156 | |
| 20814346 | 2 months ago | | | 0.2 | 0.012486798 |
ABI
ABI objects
Getter at block 21304864
etherVistaFactory() view returns (address)
0x9a27cb5ae0b2cee0bb71f9a85c0d60f3920757b4
etherVistaRouter() view returns (address)
0xcedd366065a146a039b92db35756ecd7688fcc77
owner() view returns (address)
0x6a4481eb81b9772b992ae58c429d508f5273b823
vaultAddress() view returns (address)
0xcd3420a9bda59d7a54baec1dcaafe19b09beb521
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setEtherVistaFactory(address _etherVistaFactory)
setEtherVistaRouter(address _etherVistaRouter)
setVaultAddress(address _vaultAddress)
swap(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) payable
transferOwnership(address newOwner)
OrderRecord(address fromToken, address toToken, address sender, uint256 fromAmount, uint256 returnAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)