KoroFarms
Verified contract
Active on
Ethereum with 234 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
-
variable spans 2 additional slots
Balances ($640.88)
Native
Value
$640.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.250529 | $2,558.11 |
$640.88 | |
UNI-V2 | ERC-20 | 108.666504 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14604816 | 3 years ago | | | 0 | 0.0023708379 | |
| 14479261 | 3 years ago | | | 0 | 0.0025475292 | |
| 14465745 | 3 years ago | | | 0 | 0.0053884848 | |
| 14437669 | 3 years ago | | | 0 | 0.0064992652 | |
| 14428573 | 3 years ago | | | 0 | 0.0013070775 | |
| 14339650 | 3 years ago | | | 0 | 0.0018137262 | |
| 14330550 | 3 years ago | | | 0 | 0.0012912150 | |
| 14309054 | 3 years ago | | | 0 | 0.0049271778 | |
| 14305429 | 3 years ago | | | 0 | 0.0021686811 | |
| 14305429 | 3 years ago | | | 0 | 0.0030066741 |
ABI
ABI objects
Getter at block 21093163 getFarmInfo() view returns (uint256 tvl, uint256 totalStaked, uint256 circSupply, uint256 dailyROI, uint256 ethDistribution, uint256 koroDistribution) getRewardsPerSecond() view returns (uint256 koroRewards, uint256 ethRewards) getStakedTVL() view returns (uint256) getTVL() view returns (uint256 tvl) getTVLUsingKoro() view returns (uint256 tvl) getUSDDailyRewards() view returns (uint256)
APR() view returns (uint256)
150
UniSwapV2FactoryAddress() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
WETHAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
ethRewardAllocation() view returns (uint256)
1
farmInfo() view returns (uint256 accKoroRewardsPerShare, uint256 accEthRewardsPerShare, uint256 lastRewardTimestamp)
(accKoroRewardsPerShare=1211835522346301016823894198202066, accEthRewardsPerShare=435299278366945957753366, lastRewardTimestamp=1648350560)
getCirculatingSupplyLocked() view returns (uint256)
11319297270806664
getEthBalance() view returns (uint256)
250528840144330457
koroRewardAllocation() view returns (uint256)
9999
koromaru() view returns (address)
0xd0d42005e7b3c0812b1268f0e5faf97ff2423651
koromaruUniV2() view returns (address)
0xd0671e35d25d82ec6b75e3de43975c89968d1c91
owner() view returns (address)
0xc679aa874efb24da448a7b3cfe981ea6a3191d8a
paused() view returns (bool)
false
reachedMaxLimit() view returns (bool)
false
totalEthRewarded() view returns (uint256)
1932469135735246
totalKoroRewarded() view returns (uint256)
5511629015443163570193441
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
getPendingRewards(address _farmer) view returns (uint256 pendinKoroTokens, uint256 pendingEthWei)
getUserInfo(address _user) view returns (uint256 amount, uint256 stakedInUsd, uint256 timeToHarves, uint256 pendingKoro, uint256 pendingEth)
timeToHarvest(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 koroDebt, uint256 ethDebt, uint256 unpaidKoro, uint256 unpaidEth, uint256 lastRewardHarvestedTime)
State-modifying
Events compound()
depositEthOnly() payable
depositEthRewards() payable
depositKoroLPTokensOnly(uint256 _amount)
depositKoroRewards(uint256 _amount)
depositKoroTokensOnly(uint256 _amount)
depositMultipleAssets(uint256 _koro, uint256 _koroLp) payable
emergencyWithdraw()
harvest()
pause()
pauseAndRemoveRewardPools()
renounceOwnership()
resetPriceFeed()
setDailyAPR(uint256 _dailyAPR)
setMaxLPLimit(uint256 _maxLPLimit)
setRewardAllocations(uint256 _koroAllocation)
setTaxRefundPercent(uint256 _taxToRefund)
setZapLimit(uint256 _limit)
transferOwnership(address newOwner)
unpause()
updateFarm() returns (struct KoroFarmsFarmInfo farm)
updatePriceFeed(address _usdt_eth_aggregator)
withdraw(bool _useZapOut)
withdrawForeignToken(address _token)
APRUpdated(uint256 OldAPR, uint256 NewAPR)
Compound(address indexed account, uint256 koro, uint256 eth)
Deposit(address indexed account, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
EthRewardsHarvested(address indexed account, uint256 Ethrewards)
IncreaseEthRewardPool(uint256 amount)
IncreaseKoroRewardPool(uint256 amount)
KoroRewardsHarvested(address indexed account, uint256 Kororewards)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Paused(address account)
Unpaused()
Unpaused(address account)
Withdraw(address indexed account, uint256 amount)
ZappedIn(address indexed account, uint256 amount)
ZappedOut(address indexed account, uint256 amount, uint256 koroAmount, uint256 Eth)
constructor(address _koromaru, address _koromaruUniV2, address _UniSwapV2FactoryAddress, address _uniswapRouter, uint256 _apr, uint256 _taxToRefund, uint256 _koromaruTokenDecimals, uint256 _koroRewardAllocation, uint256 _rewardHarvestingInterval, uint256 _zapKoroLimit)
receive()
This contract contains no error objects.