xEUROC-USDC05
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1aba…c33c
1 additional
variable
Balances ($0.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.044726 | $1.00 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16474069 | 2 years ago | | | 0 | 0.0010794800 | |
| 16474068 | 2 years ago | | | 0 | 0.0011575600 | |
| 16474068 | 2 years ago | | | 0 | 0.015293680 | |
| 16474066 | 2 years ago | | | 0 | 0.0091275600 | |
| 16474064 | 2 years ago | | | 0 | 0.0018415600 | |
| 16474045 | 2 years ago | | | 0 | 0.00053576535 |
ABI
ABI objects
Getter at block 21386978 getTotalAmounts() view returns (uint256 total0, uint256 total1)
DOMAIN_SEPARATOR() view returns (bytes32)
0xed88205e758600ace5cd0ef89a8b7501ce5860e5582513850b4d2d286249e9c2
PRECISION() view returns (uint256)
1000000000000000000000000000000000000
baseLower() view returns (int24)
700
baseUpper() view returns (int24)
1000
currentTick() view returns (int24 tick)
499
decimals() view returns (uint8)
18
deposit0Max() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
deposit1Max() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
directDeposit() view returns (bool)
false
fee() view returns (uint8)
5
feeRecipient() view returns (address)
0xade38bd2e8d5a52e60047affe6e595bb5e61923a
getBasePosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=125392816, amount0=1802559, amount1=0)
getLimitPosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=0, amount0=0, amount1=0)
limitLower() view returns (int24)
900
limitUpper() view returns (int24)
1000
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
xEUROC-USDC05
owner() view returns (address)
0x448d9c9f89c434b4b96332286928d303f06681a7
pool() view returns (address)
0x95dbb3c7546f22bce375900abfdd64a4e5bd73d6
symbol() view returns (string)
xEUROC-USDC05
tickSpacing() view returns (int24)
10
token0() view returns (address)
0x1abaea1f7c830bd89acc67ec4af516284b1bc33c
token1() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
1999441
whitelistedAddress() view returns (address)
0x83de646a7125ac04950fea7e322481d4be66c71d
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)
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)
setWhitelist(address _address)
toggleDirectDeposit()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
uniswapV3MintCallback(uint256 amount0, uint256 amount1, bytes data)
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.