UniswapV3
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "UniswapV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UniswapV3"
ABI
ABI objects
Getter at block 23817197
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
denominator() view returns (uint24)
10000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
tradingHub() view returns (address)
0x0000000000000000000000000000000000000000
trading_fee_rate() view returns (uint24)
0
treasury_address() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getPool(address token0_address, address token1_address) view returns (address, uint24)
State-modifying
Events getOutTokenAmountFromInTokenAmount(address in_token_address, address out_token_address, uint256 in_amount)
initialize(address swap_router_address_, address nonfungiable_position_manager_address_, address quoter_v2_address_, address trading_hub_address_)
pause()
renounceOwnership()
setTradingFeeRate(uint24 trading_fee_rate_)
setTreasuryAddress(address treasury_address_)
swap(address from_token_address, address to_token_address, uint256 in_amount, uint256 out_amount_min) payable
transferOwnership(address newOwner)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Swapped(address indexed in_token_address, address indexed out_token_address, address to_user_address, uint256 in_amount, uint256 out_amount, uint256 fee_amount)
TradingFeeRateChanged(uint24 trading_fee)
TreasuryAddressChanged(address treasury_address)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)