AutoCompound
Verified contract
Active on
Base with 83,184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,826.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.376444 | $3,696.17 |
$1,391.4 | |
VIRTUAL | ERC-20 | 458.414334 | $2.61 |
$1,196.46 | |
CLANKER | ERC-20 | 22.79744 | $48.58 |
$1,107.5 | |
AIXBT | ERC-20 | 2.742645K | $0.235158 |
$644.96 | |
SEKOIA | ERC-20 | 18.419298K | $0.02054 |
$378.33 | |
MIGGLES | ERC-20 | 2.059586K | $0.098675 |
$203.23 | |
DEGEN | ERC-20 | 16.941466K | $0.011758 |
$199.19 | |
SKI | ERC-20 | 853.749416 | $0.220401 |
$188.17 | |
SPX | ERC-20 | 199.903756 | $0.674964 |
$134.93 | |
ANON | ERC-20 | 7.554683K | $0.016987 |
$128.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23883216 | 3 minutes ago | | | 0 | 0.000017901525 | |
| 23883183 | 4 minutes ago | | | 0 | 0.000015831520 | |
| 23883181 | 4 minutes ago | | | 0 | 0.000014759356 | |
| 23883075 | 7 minutes ago | | | 0 | 0.000015523173 | |
| 23883041 | 8 minutes ago | | | 0 | 0.000017576958 | |
| 23883002 | 10 minutes ago | | | 0 | 0.000020982188 | |
| 23882964 | 11 minutes ago | | | 0 | 0.000020923852 | |
| 23882925 | 12 minutes ago | | | 0 | 0.000019086090 | |
| 23882852 | 15 minutes ago | | | 0 | 0.000017488540 | |
| 23882661 | 21 minutes ago | | | 0 | 0.000019833979 |
ABI
ABI objects
Getter at block 23883289
MAX_REWARD_X64() view returns (uint64)
368934881474191032
MAX_TWAP_TICK_DIFFERENCE() view returns (uint32)
200
MIN_TWAP_SECONDS() view returns (uint32)
60
TWAPSeconds() view returns (uint32)
60
factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
maxTWAPTickDifference() view returns (uint16)
100
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
owner() view returns (address)
0x45b220860a39f717dc7daff4fc08b69cb89d1cc9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalRewardX64() view returns (uint64)
368934881474191032
universalRouter() view returns (address)
0x0000000000000000000000000000000000000000
weth() view returns (address)
0x4200000000000000000000000000000000000006
withdrawer() view returns (address)
0x5663ba1b0b1d9b8559cfe049b33fe3b194852e82
zeroxRouter() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
operators(address) view returns (bool)
positionBalances(uint256, address) view returns (uint256)
vaults(address) view returns (bool)
State-modifying
Events acceptOwnership()
execute(struct AutoCompoundExecuteParams params)
executeWithVault(struct AutoCompoundExecuteParams params, address vault)
multicall(bytes[] data) returns (bytes[] results)
renounceOwnership()
setOperator(address _operator, bool _active)
setReward(uint64 _totalRewardX64)
setTWAPConfig(uint16 _maxTWAPTickDifference, uint32 _TWAPSeconds)
setVault(address _vault)
setWithdrawer(address _withdrawer)
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
withdrawBalances(address[] tokens, address to)
withdrawETH(address to)
withdrawLeftoverBalances(uint256 tokenId, address to)
AutoCompounded(address account, uint256 tokenId, uint256 amountAdded0, uint256 amountAdded1, uint256 reward0, uint256 reward1, address token0, address token1)
BalanceAdded(uint256 tokenId, address token, uint256 amount)
BalanceRemoved(uint256 tokenId, address token, uint256 amount)
BalanceWithdrawn(uint256 tokenId, address token, address to, uint256 amount)
OperatorChanged(address newOperator, bool active)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardUpdated(address account, uint64 totalRewardX64)
Swap(address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut)
TWAPConfigChanged(uint32 TWAPSeconds, uint16 maxTWAPTickDifference)
VaultSet(address newVault)
WithdrawerChanged(address newWithdrawer)
constructor(address _npm, address _operator, address _withdrawer, uint32 _TWAPSeconds, uint16 _maxTWAPTickDifference)
receive()
AmountError()
ChainlinkPriceError()
CollateralFactorExceedsMax()
CollateralFail()
CollateralValueLimit()
CollectError()
DailyDebtIncreaseLimit()
DailyLendIncreaseLimit()
DebtChanged()
EtherSendFailed()
ExceedsMaxReward()
GlobalDebtLimit()
GlobalLendLimit()
InsufficientLiquidity()
InterestNotUpdated()
InvalidConfig()
InvalidPool()
InvalidToken()
MinLoanSize()
MissingSwapData()
NeedsRepay()
NoEtherToken()
NoLiquidity()
NoSharesRepayed()
NotConfigured()
NotEnoughReward()
NotLiquidatable()
NotReady()
NotSupportedFeeTier()
NotSupportedWhatToDo()
NotWETH()
PriceDifferenceExceeded()
Reentrancy()
SameRange()
SameToken()
SelfSend()
SequencerDown()
SequencerGracePeriodNotOver()
SlippageError()
SwapAmountTooLarge()
SwapFailed()
TWAPCheckFailed()
TooMuchEtherSent()
TransferError()
TransformFailed()
TransformNotAllowed()
Unauthorized()
WrongContract()