AggregatorFeeSharingWithUniswapV3
Verified contract
Active on
Ethereum with 89,285 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($433.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.130477 | $3,320.60 |
$433.26 | |
AOAD | ERC-20 | 2.521776T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275158 | 2 hours ago | | | 0 | 0.0016947211 | |
| 21268676 | a day ago | | | 0 | 0.0020129785 | |
| 21268660 | a day ago | | | 0 | 0.0019000865 | |
| 21267632 | a day ago | | | 0 | 0.0019995809 | |
| 21267047 | a day ago | | | 0 | 0.0036326144 | |
| 21264934 | 2 days ago | | | 0 | 0.0038258182 | |
| 21264481 | 2 days ago | | | 0 | 0.0033013527 | |
| 21264384 | 2 days ago | | | 0 | 0.0038246598 | |
| 21262535 | 2 days ago | | | 0 | 0.0014534862 | |
| 21260951 | 2 days ago | | | 0 | 0.0020656350 |
ABI
ABI objects
Getter at block 21275745 calculateSharePriceInLOOKS() view returns (uint256)
MAXIMUM_HARVEST_BUFFER_BLOCKS() view returns (uint256)
6500
MINIMUM_DEPOSIT_LOOKS() view returns (uint256)
1000000000000000000
calculateSharePriceInPrimeShare() view returns (uint256)
952628178129105482
canHarvest() view returns (bool)
true
feeSharingSystem() view returns (address)
0xbcd7254a1d759efa08ec7c3291b2e85c5dcc12ce
harvestBufferBlocks() view returns (uint256)
12
lastHarvestBlock() view returns (uint256)
21275158
looksRareToken() view returns (address)
0xf4d2888d29d722226fafa5d9b24f9164c092421e
maxPriceLOOKSInWETH() view returns (uint256)
59803590589668
owner() view returns (address)
0xbfb6669ef4c4c71ae6e722526b1b8d7d9ff9a019
paused() view returns (bool)
false
rewardToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
thresholdAmount() view returns (uint256)
150000000000000000
totalShares() view returns (uint256)
14455204860647247589089331
tradingFeeUniswapV3() view returns (uint24)
3000
uniswapRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
calculateSharesValueInLOOKS(address user) view returns (uint256)
userInfo(address) view returns (uint256)
State-modifying
Events checkAndAdjustLOOKSTokenAllowanceIfRequired()
checkAndAdjustRewardTokenAllowanceIfRequired()
deposit(uint256 amount)
harvestAndSellAndCompound()
pause()
renounceOwnership()
startHarvest()
stopHarvest()
transferOwnership(address newOwner)
unpause()
updateHarvestBufferBlocks(uint256 _newHarvestBufferBlocks)
updateMaxPriceOfLOOKSInWETH(uint256 _newMaxPriceLOOKSInWETH)
updateThresholdAmount(uint256 _newThresholdAmount)
updateTradingFeeUniswapV3(uint24 _newTradingFeeUniswapV3)
withdraw(uint256 shares)
withdrawAll()
ConversionToLOOKS(uint256 amountSold, uint256 amountReceived)
Deposit(address indexed user, uint256 amount)
FailedConversion()
HarvestStart()
HarvestStop()
NewHarvestBufferBlocks(uint256 harvestBufferBlocks)
NewMaximumPriceLOOKSInWETH(uint256 maxPriceLOOKSInWETH)
NewThresholdAmount(uint256 thresholdAmount)
NewTradingFeeUniswapV3(uint24 tradingFeeUniswapV3)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed user, uint256 amount)
constructor(address _feeSharingSystem, address _uniswapRouter)
This contract contains no fallback and receive objects.
This contract contains no error objects.