SmartTradeUniV3
Verified contract
Active on
Ethereum with 160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.07)
Native
Value
$10.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003048 | $3,304.02 |
$10.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18861785 | a year ago | | | 0 | 0.0025523111 | |
| 18306375 | a year ago | | | 0.0048058345 | 0.0014956579 | |
| 18306287 | a year ago | | | 0.0045476875 | 0.0018529187 | |
| 18294553 | a year ago | | | 0.0044568222 | 0.0014487499 | |
| 18290388 | a year ago | | | 0.0042523149 | 0.0014802421 | |
| 18290012 | a year ago | | | 0.0042390381 | 0.0019614087 | |
| 18280721 | a year ago | | | 0.006437159 | 0.0017601425 | |
| 18270299 | a year ago | | | 0.0081437424 | 0.0019105347 | |
| 18270125 | a year ago | | | 0.0058397608 | 0.0019076945 | |
| 18270117 | a year ago | | | 0.0063790283 | 0.0021265866 |
ABI
ABI objects
Getter at block 21272402
owner() view returns (address)
0xfe06d41cefd5123aa441a32cf2e95fb608b602e5
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events masterSwap(address poolAddress, bool zeroForOne, int256 amountIn, uint160 sqrtPriceLimitX96, uint256 blockHeightRequired, int256 priceToken0Usd, int256 priceToken1Usd, int256 weiPriceUsd, int256 bribePercent, uint256 gas, int256 profitKoef) payable returns (int256, int256, uint256)
pause()
renounceOwnership()
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SwapInfo(int256 arg0, int256 arg1, uint256 arg2)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
receive()
ExceedLimitPrice()
InvalidAmountIn()
InvalidSqrtX96Price()
NegativeUsdPriceValue()
TooSmallProfit()
TransactionTooOld()
UnauthorizedPool()
ZeroAddress()