Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($281.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.053049 | $3,282.76 |
$174.15 | |
toby | ERC-20 | 1.490647B | $0.00 |
$67.08 | |
DOG | ERC-20 | 5.324618K | $0.006538 |
$34.81 | |
BENTO | ERC-20 | 177.124961M | $0.00 |
$1.77 | |
lower | ERC-20 | 11.882K | $0.0001 |
$1.19 | |
AYB | ERC-20 | 642.629731K | $0.000001 |
$0.77 | |
USDC | ERC-20 | 0.496448 | $1.001 |
$0.5 | |
LUNE | ERC-20 | 36 | $0.004469 |
$0.16 | |
BOYS | ERC-20 | 12.23 | $0.012099 |
$0.15 | |
WGC | ERC-20 | 300 | $0.000471 |
$0.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752064 | 3 hours ago | | | 0 | 0.0000048045637 | |
| 22751666 | 3 hours ago | | | 0 | 0.0000048707883 | |
| 22751354 | 4 hours ago | | | 0 | 0.0000050777730 | |
| 22750114 | 4 hours ago | | | 0 | 0.0000059241426 | |
| 22739042 | 10 hours ago | | | 0 | 0.0000011664425 | |
| 22738039 | 11 hours ago | | | 0 | 0.0000011856041 | |
| 22737519 | 11 hours ago | | | 0 | 0.0000013386142 | |
| 22735632 | 12 hours ago | | | 0 | 0.0000013858800 | |
| 22735295 | 13 hours ago | | | 0 | 0.0000011996900 | |
| 22734928 | 13 hours ago | | | 0 | 0.0000011656522 |
ABI
ABI objects
Getter at block 22757890
MAX_POSITIONS_PER_ADDRESS() view returns (uint32)
100
MAX_REWARD_X64() view returns (uint64)
368934881474191032
TWAPSeconds() view returns (uint32)
60
compounderRewardX64() view returns (uint64)
0
factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
maxTWAPTickDifference() view returns (uint32)
100
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
owner() view returns (address)
0x8df57e3d9ddde355dce1adb19ebce93419ffa0fb
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
totalRewardX64() view returns (uint64)
368934881474191032
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
accountBalances(address, address) view returns (uint256)
accountTokens(address, uint256) view returns (uint256)
balanceOf(address account) view returns (uint256 balance)
ownerOf(uint256) view returns (address)
State-modifying
Events autoCompound(struct ICompoundorAutoCompoundParams params) returns (uint256 reward0, uint256 reward1, uint256 compounded0, uint256 compounded1)
collect(struct INonfungiblePositionManagerCollectParams params) returns (uint256 amount0, uint256 amount1)
decreaseLiquidityAndCollect(struct ICompoundorDecreaseLiquidityAndCollectParams params) returns (uint256 amount0, uint256 amount1)
multicall(bytes[] data) returns (bytes[] results)
onERC721Received(address, address from, uint256 tokenId, bytes) returns (bytes4)
renounceOwnership()
setReward(uint64 _totalRewardX64, uint64 _compounderRewardX64)
setTWAPConfig(uint32 _maxTWAPTickDifference, uint32 _TWAPSeconds)
transferOwnership(address newOwner)
withdrawBalance(address token, address to, uint256 amount)
withdrawToken(uint256 tokenId, address to, bool withdrawBalances, bytes data)
AutoCompounded(address account, uint256 tokenId, uint256 amountAdded0, uint256 amountAdded1, uint256 reward0, uint256 reward1, address token0, address token1)
BalanceAdded(address account, address token, uint256 amount)
BalanceRemoved(address account, address token, uint256 amount)
BalanceWithdrawn(address account, address token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardUpdated(address account, uint64 totalRewardX64, uint64 compounderRewardX64)
TWAPConfigUpdated(address account, uint32 maxTWAPTickDifference, uint32 TWAPSeconds)
TokenDeposited(address account, uint256 tokenId)
TokenWithdrawn(address account, address to, uint256 tokenId)
constructor(address _weth, address _factory, address _nonfungiblePositionManager, address _swapRouter)
This contract contains no fallback and receive objects.
This contract contains no error objects.