SmartTradeUniV3
Verified contract
Active on
Ethereum with 565 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 "SmartTradeUniV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15973250 | 2 years ago | | | 0 | 0.0031914354 | |
| 15944023 | 2 years ago | | | 0.007 | 0.0056313255 | |
| 15944007 | 2 years ago | | | 0.007 | 0.0062126403 | |
| 15944001 | 2 years ago | | | 0.007 | 0.0060692883 | |
| 15943999 | 2 years ago | | | 0.007 | 0.0059392458 | |
| 15943952 | 2 years ago | | | 0.007 | 0.0049317183 | |
| 15943807 | 2 years ago | | | 0.005 | 0.0053165564 | |
| 15943761 | 2 years ago | | | 0.005 | 0.0053848714 | |
| 15943756 | 2 years ago | | | 0.005 | 0.0054411598 | |
| 15943622 | 2 years ago | | | 0.005 | 0.0043910702 |
ABI
ABI objects
Getter at block 21172515
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 ethPriceUsd, int256 minPrUsd) payable returns (int256 amount0, int256 amount1)
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)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
ExceedLimitPrice()
InvalidAmountIn()
InvalidSqrtX96Price()
NegativeUsdPriceValue()
TooSmallProfit()
TransactionTooOld()
UnauthorizedPool()
ZeroAddress()