TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb273…5ab6
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TransparentUpgradeableProxy"
ABI
ABI objects
Getter at block 21307418
owner() view returns (address)
0x8adfb55cabab56babffd7f20f89db404c86f9d7e
poolFee() view returns (uint24)
3000
quoterV3() view returns (address)
0xb27308f9f90d607463bb33ea1bebb41c27ce5ab6
sushiswapRouter() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
uniswapRouterV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uniswapRouterV3() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
getBestExchangeRate(address _tokenIn, address _tokenOut, uint256 _amountIn) returns (uint256 amountOut, uint8 platform)
initialize(address _owner, address _sushiAddress, address _univ2Address, address _univ3Address, address _quoterAddress)
renounceOwnership()
swapFromBestExchange(address _tokenIn, address _tokenOut, uint256 _amountIn, uint256 _amountOutMinimum, uint24 _exchange) payable returns (uint256 returnAmount)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.