xGAMMA-ETH3
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6bea…e197
1 additional
variable
Balances ($1.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00035 | $3,699.12 |
$1.29 | |
GAMMA | ERC-20 | 0.064577 | $0.088993 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18421530 | a year ago | | | 0 | 0.0097883344 | |
| 18421515 | a year ago | | | 0 | 0.0069948350 | |
| 18421513 | a year ago | | | 0 | 0.0068116115 | |
| 18421510 | a year ago | | | 0 | 0.0074889786 | |
| 18421508 | a year ago | | | 0 | 0.0068124630 | |
| 18421502 | a year ago | | | 0 | 0.0072637467 | |
| 18421495 | a year ago | | | 0 | 0.0066322778 | |
| 18421473 | a year ago | | | 0 | 0.0082673654 | |
| 18421439 | a year ago | | | 0 | 0.010010336 | |
| 18150860 | a year ago | | | 0 | 0.0050523881 |
ABI
ABI objects
Getter at block 21312805 getTotalAmounts() view returns (uint256 total0, uint256 total1)
DOMAIN_SEPARATOR() view returns (bytes32)
0x6cd52e68d8200cdaa95bace0c3a823cbc38f19afc8115431c787ca4d3f2940d2
PRECISION() view returns (uint256)
1000000000000000000000000000000000000
baseLower() view returns (int24)
-95880
baseUpper() view returns (int24)
-92940
currentTick() view returns (int24 tick)
-106403
decimals() view returns (uint8)
18
deposit0Max() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
deposit1Max() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
directDeposit() view returns (bool)
false
fee() view returns (uint8)
10
feeRecipient() view returns (address)
0x361d1593a80b468c8175462e355ff79a4c3e0637
getBasePosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=6059816444281005576, amount0=100030079267817825911, amount1=0)
getLimitPosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=0, amount0=0, amount1=0)
limitLower() view returns (int24)
-95880
limitUpper() view returns (int24)
-92040
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
xGAMMA-ETH3
owner() view returns (address)
0x2b1fcd26f61808db22e8eeda8e8696940743091a
pool() view returns (address)
0x4006bed7bf103d70a1c6b7f1cef4ad059193dc25
symbol() view returns (string)
xGAMMA-ETH3
tickSpacing() view returns (int24)
60
token0() view returns (address)
0x6bea7cfef803d1e3d5f7c0103f7ded065644e197
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
11000107572755877
whitelistedAddress() view returns (address)
0x7dcd2a9e9d599da9e495f1e2de14a4bf1b2fe480
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.