FarmKeeper
Verified contract
Active on
Ethereum with 20,295 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
0x6532…385a
0x060e…bdd3
Balances ($8,679.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INF | ERC-20 | 3.955368B | $0.000001 |
$4,469.57 | |
VYPER | ERC-20 | 194.483913K | $0.009061 |
$1,762.19 | |
LOTUS | ERC-20 | 32.01486K | $0.027275 |
$873.2 | |
VOLT | ERC-20 | 38.285378K | $0.022124 |
$847.03 | |
TITANX | ERC-20 | 557.455732M | $0.000001 |
$348.41 | |
DRAGONX | ERC-20 | 18.593126M | $0.000007 |
$137.03 | |
WETH | ERC-20 | 0.033048 | $3,305.59 |
$109.24 | |
ORX | ERC-20 | 3.266777K | $0.031302 |
$102.26 | |
HYDRA | ERC-20 | 13.815476M | $0.000002 |
$20.72 | |
HYPER | ERC-20 | 10.918375M | $0.000001 |
$10.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244302 | an hour ago | | | 0 | 0.016677900 | |
| 21244259 | an hour ago | | | 0 | 0.0056502830 | |
| 21244250 | an hour ago | | | 0 | 0.0064927178 | |
| 21244127 | an hour ago | | | 0 | 0.010270365 | |
| 21244004 | 2 hours ago | | | 0 | 0.0048439026 | |
| 21244003 | 2 hours ago | | | 0 | 0.0031533082 | |
| 21243684 | 3 hours ago | | | 0 | 0.0086895942 | |
| 21243593 | 3 hours ago | | | 0 | 0.011945457 | |
| 21243563 | 3 hours ago | | | 0 | 0.019157401 | |
| 21243555 | 3 hours ago | | | 0 | 0.0071058330 |
ABI
ABI objects
Getter at block 21244568 farmViews() view returns (struct FarmView[])
authority() view returns (address)
0x598d291d3e8f483790ebac729db148a88e8c3780
buyAndBurn() view returns (address)
0x060e990a7e760f211447e76a53ff6e1be2f3bdd3
incentiveToken() view returns (address)
0x6532b3f1e4dbff542fbd6befe5ed7041c10b385a
initialized() view returns (bool)
true
isConsumingScheduledOp() view returns (bytes4)
0x00000000
startTime() view returns (uint256)
1728432000
totalAllocPoints() view returns (uint256)
22550
Read-only
farmView(address id) view returns (struct FarmView)
getAmountsForLiquidity(address id, uint128 liquidity) view returns (address token0, address token1, uint256 amount0, uint256 amount1)
getFarmId(address tokenA, address tokenB, uint24 fee) pure returns (address)
getLiquidityForAmount(address id, address token, uint256 amount) view returns (address token0, address token1, uint128 liquidity, uint256 amount0, uint256 amount1)
protocolFees(address token) view returns (uint256 amount)
userView(address id, address userId) view returns (struct UserView)
State-modifying
Events collectProtocolFee(address token)
deposit(address id, uint128 liquidity, uint256 deadline)
enableFarm(struct FarmKeeperAddFarmParams params)
initialize()
massUpdateFarms(bool collectFees)
multicall(bytes[] data) returns (bytes[] results)
setAllocation(address id, uint256 allocPoints)
setAuthority(address newAuthority)
setPriceTwa(address id, uint32 mins)
setProtocolFee(address id, uint256 fee)
setSlippage(address id, uint256 slippage)
updateFarm(address id, bool collectFees)
withdraw(address id, uint128 liquidity, uint256 deadline)
AllocationUpdated(address indexed id, uint256 allocPoints)
AuthorityUpdated(address authority)
Deposit(address indexed id, address indexed user, uint128 liquidity, uint256 amountToken0, uint256 amountToken1)
FarmEnabled(address indexed id, struct FarmKeeperAddFarmParams params)
FeeDistributed(address indexed id, address indexed user, address indexed token, uint256 amount)
IncentiveTokenDistributed(address indexed id, address indexed user, uint256 amount)
PriceTwaUpdated(address indexed id, uint32 newTwa)
ProtocolFeeUpdated(address indexed id, uint256 newFee)
ProtocolFeesCollected(address indexed token, uint256 amount)
SlippageUpdated(address indexed id, uint256 newSlippage)
Withdraw(address indexed id, address indexed user, uint256 liquidity, uint256 amountToken0, uint256 amountToken1)
constructor(address incentiveTokenAddress, address universalBuyAndBurnAddress, address manager)
This contract contains no fallback and receive objects.
AccessManagedInvalidAuthority(address authority)
AccessManagedRequiredDelay(address caller, uint32 delay)
AccessManagedUnauthorized(address caller)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyInitialized()
DuplicatedFarm()
FailedInnerCall()
InvalidAllocPoints()
InvalidFarmId()
InvalidFee()
InvalidIncentiveToken()
InvalidLiquidityAmount()
InvalidPriceTwa()
InvalidSlippage()
InvalidTokenId()
MathOverflowedMulDiv()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
TotalAllocationCannotBeZero()