Ethereum Mainnet GODDOG
Unverified contract
Proxy
Active on
Ethereum with 15 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
0xc55d…8ab4
0xddf7…9b4e
19 additional
variables
Balances ($0.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000054 | $3,112.52 |
$0.17 | |
oooOOO | ERC-20 | 16.678646 | $0.000469 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211741 | 3 hours ago | | | 0 | 0.0045048110 | |
| 21064636 | 21 days ago | | | 0 | 0.00050624420 | |
| 21064633 | 21 days ago | | | 0 | 0.00047727451 | |
| 21055281 | 22 days ago | | | 0 | 0.0013915215 | |
| 21054838 | 22 days ago | | | 0 | 0.00023649092 | |
| 21054808 | 22 days ago | | | 0 | 0.0021918217 | |
| 21054806 | 22 days ago | | | 0 | 0.00010628038 | |
| 21054804 | 22 days ago | | | 0 | 0.00011268455 | |
| 21054786 | 22 days ago | | | 0 | 0.0010448809 | |
| 21054760 | 22 days ago | | | 0 | 0.0030697038 |
ABI
ABI objects
Getter at block 21212540 checkCanRebalance() view getTotalAmounts() view returns (uint256 total0, uint256 total1)
MINIMUM_LIQUIDITY() view returns (uint256)
1000
accruedManagerFees0() view returns (uint256)
1072320211
accruedManagerFees1() view returns (uint256)
2153300236152293
accruedProtocolFees0() view returns (uint256)
54367683479869
accruedProtocolFees1() view returns (uint256)
16676493166154067450
baseLower() view returns (int24)
155400
baseThreshold() view returns (int24)
5000
baseUpper() view returns (int24)
156000
decimals() view returns (uint8)
18
factory() view returns (address)
0x5b7b8b487d05f77977b7abeec5f922925b9b2afa
fullLower() view returns (int24)
-887200
fullRangeWeight() view returns (uint24)
330000
fullUpper() view returns (int24)
887200
getBalance0() view returns (uint256)
2
getBalance1() view returns (uint256)
3
getTwap() view returns (int24)
155012
lastTick() view returns (int24)
155603
lastTimestamp() view returns (uint256)
1730006111
limitLower() view returns (int24)
155800
limitThreshold() view returns (int24)
2000
limitUpper() view returns (int24)
156000
manager() view returns (address)
0xb05cf01231cf2ff99499682e64d3780d57c80fdd
managerFee() view returns (uint24)
59420
maxTotalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxTwapDeviation() view returns (int24)
1000
minTickMove() view returns (int24)
0
name() view returns (string)
Ethereum Mainnet GODDOG
pendingManager() view returns (address)
0x0000000000000000000000000000000000000000
pendingManagerFee() view returns (uint24)
59420
period() view returns (uint32)
60
pool() view returns (address)
0xc55d1bfe34a94bcac1472e7745ff77fa89d78ab4
protocolFee() view returns (uint24)
10000
rebalanceDelegate() view returns (address)
0xb05cf01231cf2ff99499682e64d3780d57c80fdd
symbol() view returns (string)
101
tickSpacing() view returns (int24)
200
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token1() view returns (address)
0xddf7d080c82b8048baae54e376a3406572429b4e
totalSupply() view returns (uint256)
1000
twapDuration() view returns (uint32)
60
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getPositionAmounts(int24 tickLower, int24 tickUpper) view returns (uint256 amount0, uint256 amount1)
State-modifying
Events acceptManager()
approve(address spender, uint256 amount) returns (bool)
collectManager(address to)
collectProtocol(address to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount0Desired, uint256 amount1Desired, uint256 amount0Min, uint256 amount1Min, address to) returns (uint256 shares, uint256 amount0, uint256 amount1)
emergencyBurn(int24 tickLower, int24 tickUpper, uint128 liquidity)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(struct VaultParams _params, address _factory)
rebalance()
setBaseThreshold(int24 _baseThreshold)
setFullRangeWeight(uint24 _fullRangeWeight)
setLimitThreshold(int24 _limitThreshold)
setManager(address _manager)
setManagerFee(uint24 _pendingManagerFee)
setMaxTotalSupply(uint256 _maxTotalSupply)
setMaxTwapDeviation(int24 _maxTwapDeviation)
setMinTickMove(int24 _minTickMove)
setPeriod(uint32 _period)
setRebalanceDelegate(address _rebalanceDelegate)
setTwapDuration(uint32 _twapDuration)
sweep(address token, uint256 amount, address to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
uniswapV3MintCallback(uint256 amount0, uint256 amount1, bytes data)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
withdraw(uint256 shares, uint256 amount0Min, uint256 amount1Min, address to) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
CollectFees(uint256 feesToVault0, uint256 feesToVault1, uint256 feesToProtocol0, uint256 feesToProtocol1, uint256 feesToManager0, uint256 feesToManager1)
CollectManager(uint256 amount0, uint256 amount1)
CollectProtocol(uint256 amount0, uint256 amount1)
Deposit(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
Snapshot(int24 tick, uint256 totalAmount0, uint256 totalAmount1, uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBaseThreshold(int24 threshold)
UpdateFullRangeWeight(uint24 weight)
UpdateLimitThreshold(int24 threshold)
UpdateManager(address manager)
UpdateManagerFee(uint24 managerFee)
UpdateMaxTotalSupply(uint256 maxTotalSupply)
UpdateMaxTwapDeviation(int24 maxTwapDeviation)
UpdateMinTickMove(int24 minTickMove)
UpdatePendingManager(address manager)
UpdatePeriod(uint32 period)
UpdateRebalanceDelegate(address delegate)
UpdateTwapDuration(uint32 twapDuration)
Withdraw(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.