Hen_House_Hustle_V2
Verified contract
Active on
Ethereum with 637 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x178a…cf5a
Balances ($0.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GROK | ERC-20 | 119.750538 | $0.00798 |
$0.96 | |
DANK | ERC-20 | 1.890573B | -- | -- | |
XBC | ERC-20 | 3.188538K | -- | -- | |
(#614335) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#614250) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#614248) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#614247) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#614244) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#613719) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#613267) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18713990 | a year ago | | | 0 | 0.0026353835 | |
| 18713983 | a year ago | | | 0 | 0.0078583615 | |
| 18704360 | a year ago | | | 0 | 0.0063922504 | |
| 18695458 | a year ago | | | 0 | 0.0058519015 | |
| 18695438 | a year ago | | | 0 | 0.0047358801 | |
| 18694158 | a year ago | | | 0 | 0.0023179534 | |
| 18694140 | a year ago | | | 0 | 0.0053891144 | |
| 18694014 | a year ago | | | 0 | 0.010232337 | |
| 18693888 | a year ago | | | 0 | 0.0092221302 | |
| 18693337 | a year ago | | | 0 | 0.0098938744 |
ABI
ABI objects
Getter at block 21331788
Dead() view returns (address)
0x000000000000000000000000000000000000dead
V2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
V2swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
V3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
V3swapRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
XBCToken() view returns (address)
0x178a20a90ac4914f1a09254b64233564afdacf5a
_getMaxPerClaimWETH() view returns (uint256)
0
burnForWETHEnabled() view returns (bool)
false
claimCooldown() view returns (uint256)
3600
getAllTokenIds() view returns (uint256[])
[613267]
getNFTsForTier1() view returns (uint256[])
[]
getNFTsForTier2() view returns (uint256[])
[]
getNFTsForTier3() view returns (uint256[])
[]
getWethBalances() view returns (uint256)
0
isCockSet() view returns (bool)
true
maxClaimPercentage() view returns (uint256)
25
nonfungiblePositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
owner() view returns (address)
0xa921e0048b983d348636ecaa163b91db421357bc
Read-only
_getActualEthForXBC(uint256 xbcAmount) view returns (uint256)
_getCurrentTickByTokenId(uint256 tokenIDS) view returns (int24)
allTokenIds(uint256) view returns (uint256)
calculateTokensForWeth(uint256 wethAmount) view returns (uint256)
calculateWethForXBCBurn(uint256 xbcAmount) view returns (uint256)
claimableTokens(uint256) view returns (address)
getAmountsOut(address inputToken, address outputToken, uint256 amountIn) view returns (uint256)
getCurrentTick(address token0, address token1, uint24 poolFee) view returns (int24)
getLiquidity(uint256 __tokenId) view returns (uint128 liquidity)
getMaxClaimableBasedOnUser(address user) view returns (uint256)
getTierForNFT(uint256 NFTId) view returns (uint256)
getV3poolAddress(address token0, address token1, uint24 poolFee) view returns (address)
isAccountAuthorized(address account) view returns (bool)
isNFTInAnyTierArray(uint256 tokenIdt) view returns (bool)
lastClaimTime(address) view returns (uint256)
positions(uint256) view returns (address owner, uint256 tokenId, address token0, address token1, uint24 mintFee, int24 lowerTick, int24 upperTick, bool useV2)
xbcRequirementForTier(uint256) view returns (uint256)
State-modifying
Events CollectFeesToContract(uint256 tokenID)
SwapV2(address inputTokens, address outputToken, uint256 amountIn)
SwapV3(address inputToken, address outputToken, uint24 swapFee, uint256 amountIn)
WithdrawERC20(address _contract, address _to)
WithdrawERC721(address _contract, address _to, uint256 _tokenId)
addToTierArray(uint256 tokenIdx, uint256 tier)
authorizeAccount(address account)
burnForWETH(uint256 xbcAmount)
collectFeesWithXBC(uint256 tokenIdss, uint256 xbcAmount)
createAndInitializePoolIfNecessary(address _tokenA, address _tokenB, uint24 _fee, uint160 _sqrtPriceX96) returns (address pool)
deauthorizeAccount(address account)
enterPositionSwap(address token0, address token1, uint24 mintFee, int24 lowerTick, int24 upperTick, uint256 swapAmountInEth, bool useV2, uint256 mintSlippage)
exitPosition(uint256 _tokenId)
mintPosition(address token0, address token1, uint24 fee, int24 tickLower, int24 tickUpper, uint256 amount0Desired, uint256 amount1Desired, bool useV2)
onERC721Received(address, address, uint256 _tokenId, bytes) returns (bytes4)
removeFromTierArray(uint256 tokenIdxx, uint256 tier)
renounceOwnership()
setClaimCooldown(uint256 newCooldown)
setCock(address _Cock)
setMaxClaimPercentage(uint256 newPercentage)
setXBCRequirementForTier(uint256 tier, uint256 requirement)
toggleBurnForWETH()
transferOwnership(address newOwner)
unwrapWETH(uint256 amount)
wrapETH(uint256 amount)
AccountAuthorized(address indexed account)
AccountDeauthorized(address indexed account)
Claim(address indexed user, uint256 wethAmount)
FeesCollected(uint256 tokenId, uint256 amount0, uint256 amount1)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nonfungiblePositionManager, address _V3Factory, address _V3swapRouter, address _V2Factory, address _V2swapRouter)
receive()
This contract contains no error objects.