Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($957,793.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 142.551003 | $3,976.78 |
$566,893.98 | |
USDC | ERC-20 | 390.508662K | $1.001 |
$390,899.17 | |
0xc241…9dcc | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20623173 | 3 months ago | | | 0 | 0.000047116727 | |
| 20482323 | 4 months ago | | | 0 | 0.00023327986 | |
| 19896147 | 7 months ago | | | 0 | 0.00019827062 | |
| 19826144 | 7 months ago | | | 0 | 0.00050553381 | |
| 19825561 | 7 months ago | | | 0 | 0.00027071566 | |
| 19513616 | 9 months ago | | | 0 | 0.0015796264 | |
| 19342121 | 9 months ago | | | 0 | 0.0029781562 | |
| 19308638 | 10 months ago | | | 0 | 0.0012202173 | |
| 19289824 | 10 months ago | | | 0 | 0.0015952787 | |
| 19110457 | 10 months ago | | | 0 | 0.00024028186 |
ABI
ABI objects
Getter at block 21387524
DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
burnFee() view returns (uint256)
0
decimals() view returns (uint8)
18
factory() view returns (address)
0xc480b33ee5229de3fbdfad1d2dcd3f3bad0c56c6
getDomainSeparator() view returns (bytes32)
0xad5fe1cec18f13e89dd99ded35d3eb54f9885810d5c9e049e585aa84e1fd10cd
getFees() view returns (uint256, uint256)
(4726346605, 1644164461462643522)
getReserves() view returns (uint112, uint112)
(385782315183, 140906838789206618624)
mintFee() view returns (uint256)
0
name() view returns (string)
Twap LP
oracle() view returns (address)
0x42ac95f3dd079aaee572fec9704a51c449879d6d
swapFee() view returns (uint256)
100000000000000
symbol() view returns (string)
TWAP-LP
token0() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
4454041548929001
trader() view returns (address)
0xc3a99a855d060d727367c599ecb2423e0bebee24
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getDepositAmount0In(uint256 amount0, bytes data) view returns (uint256)
getDepositAmount1In(uint256 amount1, bytes data) view returns (uint256)
getSwapAmount0In(uint256 amount1Out, bytes data) view returns (uint256 swapAmount0In)
getSwapAmount0Out(uint256 amount1In, bytes data) view returns (uint256 swapAmount0Out)
getSwapAmount1In(uint256 amount0Out, bytes data) view returns (uint256 swapAmount1In)
getSwapAmount1Out(uint256 amount0In, bytes data) view returns (uint256 swapAmount1Out)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0Out, uint256 amount1Out)
collect(address to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _token0, address _token1, address _oracle, address _trader)
mint(address to) returns (uint256 liquidityOut)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setBurnFee(uint256 fee)
setMintFee(uint256 fee)
setOracle(address _oracle)
setSwapFee(uint256 fee)
setTrader(address _trader)
swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0Out, uint256 amount1Out, uint256 liquidityIn, address indexed to)
Mint(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 liquidityOut, address indexed to)
SetBurnFee(uint256 fee)
SetMintFee(uint256 fee)
SetOracle(address account)
SetSwapFee(uint256 fee)
SetTrader(address trader)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.