AutoCompound
Verified contract
Active on
Ethereum with 1,010 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,827.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 1.831478 | $3,348.47 |
$6,132.65 | |
SPX | ERC-20 | 5.769612K | $0.513139 |
$2,960.61 | |
TURBO | ERC-20 | 76.450589K | $0.007863 |
$601.12 | |
LUCE | ERC-20 | 228.657338M | $0.000002 |
$434.45 | |
INF | ERC-20 | 94.260359M | $0.000004 |
$363.84 | |
USDC | ERC-20 | 351.402119 | $1.00 |
$351.4 | |
Neiro | ERC-20 | 177.355476K | $0.001874 |
$332.37 | |
MSTR | ERC-20 | 242.110105 | $0.840246 |
$203.43 | |
PORK | ERC-20 | 1.731625B | $0.00 |
$199.14 | |
wQUIL | ERC-20 | 1.678602K | $0.088729 |
$148.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232238 | 2 days ago | | | 0 | 0.0038884916 | |
| 21227540 | 3 days ago | | | 0 | 0.0032026299 | |
| 21225122 | 3 days ago | | | 0 | 0.0042754996 | |
| 21221121 | 4 days ago | | | 0 | 0.0026154846 | |
| 21221111 | 4 days ago | | | 0 | 0.0030803298 | |
| 21221009 | 4 days ago | | | 0 | 0.0029353142 | |
| 21219584 | 4 days ago | | | 0 | 0.0034655978 | |
| 21218052 | 4 days ago | | | 0 | 0.0047064243 | |
| 21209634 | 5 days ago | | | 0 | 0.0041897931 | |
| 21204845 | 6 days ago | | | 0 | 0.0035581973 |
ABI
ABI objects
Getter at block 21248340
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)
0x1f98431c8ad98523631ae4a59f267346ea31f984
maxTWAPTickDifference() view returns (uint16)
100
nonfungiblePositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
owner() view returns (address)
0xaac25e85e752425dd1a92674ceeaf603758d3124
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalRewardX64() view returns (uint64)
368934881474191032
universalRouter() view returns (address)
0x0000000000000000000000000000000000000000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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()