Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x50c5…b0cb
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 0 | $0.999119 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15303386 | 6 months ago | | | 0 | 0.0000089409773 | |
| 13340230 | 7 months ago | | | 0 | 0.000041753369 | |
| 13280839 | 7 months ago | | | 0 | 0.000021691994 | |
| 12559308 | 8 months ago | | | 0 | 0.000022517162 | |
| 10449201 | 10 months ago | | | 0 | 6.4732537e-7 | |
| 9281451 | a year ago | | | 0 | 5.4775700e-7 | |
| 8910517 | a year ago | | | 0 | 0.000000044876266575 | |
| 8820052 | a year ago | | | 0 | 5.2358200e-7 | |
| 8782429 | a year ago | | | 0 | 0.000000004652829000 | |
| 8782423 | a year ago | | | 0 | 0.000000004575103104 |
ABI
ABI objects
Getter at block 23130745 getTotalAmounts() view returns (uint256 total0, uint256 total1)
DOMAIN_SEPARATOR() view returns (bytes32)
0x85e6160b58760cd280567bb15e3df02e878ebdd20b399f6f65ca9436dbf08a89
PRECISION() view returns (uint256)
1000000000000000000000000000000000000
baseLower() view returns (int24)
-276341
baseUpper() view returns (int24)
-276311
currentTick() view returns (int24 tick)
-276336
decimals() view returns (uint8)
18
deposit0Max() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
deposit1Max() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
directDeposit() view returns (bool)
true
fee() view returns (uint8)
5
feeRecipient() view returns (address)
0x1c5f335657551f3f5526ff5630cc4540b2af70e3
getBasePosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=4918904852674807, amount0=6007349657020138952, amount1=1369423)
getLimitPosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=11497902629159237, amount0=574908743137412150, amount1=0)
limitLower() view returns (int24)
-276326
limitUpper() view returns (int24)
-276325
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
aDAI-USDCbC
owner() view returns (address)
0x5accda2325ccfe8660522c7d5c3a885cdcf04501
pool() view returns (address)
0x2c1e1a69ee809d3062ace40fb83a9bfb59623d95
symbol() view returns (string)
aDAI-USDCbC
tickSpacing() view returns (int24)
1
token0() view returns (address)
0x50c5725949a6f0c72e6c4a641f24049a917db0cb
token1() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
totalSupply() view returns (uint256)
5092710
whitelistedAddress() view returns (address)
0x38f61169d8bcc08ce303401a13332259f557b35f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events addLiquidity(int24 tickLower, int24 tickUpper, uint256 amount0, uint256 amount1, uint256[2] inMin)
algebraMintCallback(uint256 amount0, uint256 amount1, bytes data)
approve(address spender, uint256 amount) returns (bool)
compound(uint256[4] inMin) returns (uint128 baseToken0Owed, uint128 baseToken1Owed, uint128 limitToken0Owed, uint128 limitToken1Owed)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 deposit0, uint256 deposit1, address to, address from, uint256[4] inMin) returns (uint256 shares)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
pullLiquidity(int24 tickLower, int24 tickUpper, uint128 shares, uint256[2] amountMin) returns (uint256 amount0, uint256 amount1)
rebalance(int24 _baseLower, int24 _baseUpper, int24 _limitLower, int24 _limitUpper, address _feeRecipient, uint256[4] inMin, uint256[4] outMin)
removeWhitelisted()
setFee(uint8 newFee)
setTickSpacing(int24 newTickSpacing)
setWhitelist(address _address)
toggleDirectDeposit()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 shares, address to, address from, uint256[4] minAmounts) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
Rebalance(int24 tick, uint256 totalAmount0, uint256 totalAmount1, uint256 feeAmount0, uint256 feeAmount1, uint256 totalSupply)
SetFee(uint8 newFee)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
ZeroBurn(uint8 fee, uint256 fees0, uint256 fees1)
constructor(address _pool, address _owner, string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.