Proxy
Verified contract
Proxy
Active on
Ethereum with 80 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($156,461.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 28.651739 | $3,202.06 |
$91,744.59 | |
USDC | ERC-20 | 34.10821K | $0.999866 |
$34,103.64 | |
USDT | ERC-20 | 22.793158K | $0.999856 |
$22,789.88 | |
WBTC | ERC-20 | 0.096114 | $79,610.00 |
$7,651.6 | |
stETH | ERC-20 | 0.05202 | $3,200.49 |
$166.49 | |
CVX | ERC-20 | 2.766191 | $2.09 |
$5.78 | |
SUSHI | ERC-20 | 0.020902 | $0.814707 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19738531 | 6 months ago | | | 0 | 0.00022273256 | |
| 19488509 | 8 months ago | | | 0 | 0.0016154268 | |
| 19488505 | 8 months ago | | | 0 | 0.0015761008 | |
| 19488480 | 8 months ago | | | 0 | 0.0016506165 | |
| 19488465 | 8 months ago | | | 0 | 0.0020908068 | |
| 19488444 | 8 months ago | | | 0 | 0.0016396141 | |
| 19488358 | 8 months ago | | | 0 | 0.0014849579 | |
| 19488355 | 8 months ago | | | 0 | 0.0013994565 | |
| 19488350 | 8 months ago | | | 0 | 0.0013883326 | |
| 19488346 | 8 months ago | | | 0 | 0.0010270652 |
ABI
ABI objects
Getter at block 21157737
admin() view returns (address _admin)
0xff030beb0335432e156a0ee55bd87850eaad228e
implementation() view returns (address _implementation)
0x2b93b9abfa3c3377330fd45f9525d01dd9b8c020
allPairsLength() view returns (uint256)
15
delay() view returns (address)
0xc3a99a855d060d727367c599ecb2423e0bebee24
ethTransferCost() view returns (uint256)
14104
factory() view returns (address)
0xc480b33ee5229de3fbdfad1d2dcd3f3bad0c56c6
initialized() view returns (uint8)
1
owner() view returns (address)
0xff030beb0335432e156a0ee55bd87850eaad228e
protocolFeeRatio() view returns (uint256)
0
Read-only
allPairs(uint256 pairId) view returns (address)
feesToDistribute(address tokenA, address tokenB) view returns (uint256 fee0ToDistribute, uint256 fee1ToDistribute)
getPair(address token0, address token1) view returns (address)
State-modifying
Events setAdmin(address _admin)
setImplementation(address _implementation)
collectFees(address tokenA, address tokenB, address to)
createPair(address tokenA, address tokenB, address oracle, address trader) returns (address)
distributeFees(address tokenA, address tokenB)
distributeFees(address tokenA, address tokenB, address pairAddress)
initialize(address _factory)
setBurnFee(address tokenA, address tokenB, uint256 fee)
setDelay(address _delay)
setEthTransferCost(uint256 _ethTransferCost)
setFactory(address _factory)
setFactoryOwner(address _factoryOwner)
setMintFee(address tokenA, address tokenB, uint256 fee)
setOracle(address tokenA, address tokenB, address oracle)
setOwner(address _owner)
setProtocolFeeRatio(uint256 _protocolFeeRatio)
setSwapFee(address tokenA, address tokenB, uint256 fee)
setTrader(address tokenA, address tokenB, address trader)
withdrawLiquidity(address tokenA, address tokenB, uint256 amount, address to)
withdrawToken(address token, uint256 amount, address to)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DelaySet(address delay)
EthTransferCostSet(uint256 ethTransferCost)
FactorySet(address factory)
FeeDistributed(address indexed token, address indexed pair, uint256 lpAmount, uint256 protocolAmount)
Initialized(address _factory)
OwnerSet(address owner)
ProtocolFeeRatioSet(uint256 protocolFeeRatio)
WithdrawToken(address token, address to, uint256 amount)
constructor(address _implementation)
fallback()
receive()
This contract contains no error objects.