KarrotChefV3
Verified contract
Active on
Ethereum with 969 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1b7d…e733
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KARROT | ERC-20 | 8.034216B | -- | -- | |
UNI-V2 | ERC-20 | 7.300849M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21363483 | 7 days ago | | | 0 | 0.0023380368 | |
| 21103737 | a month ago | | | 0 | 0.00067452862 | |
| 20892144 | 2 months ago | | | 0 | 0.00089331128 | |
| 19907418 | 7 months ago | | | 0 | 0.00061461822 | |
| 19815192 | 7 months ago | | | 0 | 0.00066176411 | |
| 19563510 | 8 months ago | | | 0 | 0.0045142359 | |
| 19492763 | 9 months ago | | | 0 | 0.0045366340 | |
| 19491887 | 9 months ago | | | 0 | 0.0043803715 | |
| 19491724 | 9 months ago | | | 0 | 0.0040355362 | |
| 19138236 | 10 months ago | | | 0 | 0.0036070502 |
ABI
ABI objects
Getter at block 21414356
KARROTS_DECIMALS() view returns (uint256)
1000000000000000000
PERCENTAGE_DENOMINATOR() view returns (uint16)
10000
REWARD_SCALING_FACTOR() view returns (uint256)
1000000000000
blockOffset() view returns (uint8)
1
config() view returns (address)
0x1b7d040a501f19f1e28ed9fe58e307a9516ee733
debaseMultiplier() view returns (uint48)
13800000000000
depositsPaused() view returns (bool)
false
fullProtecProtocolLiqProportion() view returns (uint16)
3200
karrotClaimTaxRate() view returns (uint16)
2500
karrotRewardPerBlock() view returns (uint88)
13000000000000000000000000
lastBlock() view returns (uint64)
21363483
owner() view returns (address)
0x3809d11a9efd74e4ee7c280704306ae50e65ed39
poolLength() view returns (uint256)
2
requestNonce() view returns (uint24)
458
startBlock() view returns (uint40)
17744463
taxFreeRequestId() view returns (uint256)
61519241727022906316447805004180136013633931862740535800175925379387345035343
totalAllocPoint() view returns (uint128)
1000
vaultDepositsAreOpen() view returns (bool)
true
Read-only
getBigAndSmolKarrotEquivalent(address _user) view returns (uint256)
getFullToChefRatio(address _user) view returns (uint256)
getKarrotEquivalent(uint256 _amount) view returns (uint256)
getTotalAmountStakedInPoolByUser(uint256 _pid, address _user) view returns (uint256)
getUserInfoAmount(address _user, uint256 _pid) view returns (uint256)
lockDurations(uint256) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolIdToToken(uint256 _pid) view returns (address)
poolInfo(uint256) view returns (address lpToken, uint128 allocPoint, uint32 lastRewardBlock, uint96 accRewardPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint224 rewardDebt, uint32 lockEndedTimestamp)
userIsExemptFromClaimTax(address _user) view returns (bool)
State-modifying
Events addPool(uint128 _allocPoint, address _lpToken, bool _withUpdatePools)
compoundSmol()
deposit(uint256 _pid, uint256 _amount)
massUpdatePools()
openKarrotChefDeposits()
renounceOwnership()
requestClaim(uint256 _pid) payable
setAllocationPoint(uint256 _pid, uint128 _allocPoint, bool _withUpdatePools)
setClaimTaxRate(uint16 _maxTaxRate)
setConfigManagerAddress(address _configManagerAddress)
setDebaseMultiplier(uint48 _debaseMultiplier)
setDepositIsPaused(bool _isPaused)
setFullProtecLiquidityProportion(uint16 _fullProtecLiquidityProportion)
setLockDuration(uint256 _pid, uint256 _lockDuration)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewardPerBlock(uint88 _rewardPerBlock)
withdraw(uint256 _pid, uint256 _amount)
Claim(address indexed user, uint256 indexed pid, uint256 amount, uint256 tax)
Compound(address indexed user, uint256 amountKarrot, uint256 poolId)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolUpdated(uint256 indexed pid, uint256 lastRewardBlock, uint256 lpSupply, uint256 accRewardPerShare)
RewardPaid(address indexed user, uint256 indexed pid, uint256 amount)
RewardQueued(address _account, uint256 _pid, uint256 pending)
SetAllocationPoint(uint256 indexed pid, uint256 allocPoint)
SetDepositsEnabled(bool enabled)
SetLockDuration(uint256 indexed pid, uint256 lockDuration)
SetRewardPerBlock(uint88 amount)
TaxPaid(address indexed user, uint256 indexed pid, uint256 amount)
TaxRatioUpdate(address indexed user, uint256 indexed newUserTaxRatio)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _configManager)
This contract contains no fallback and receive objects.
CallerIsNotAccountOrThisContract()
CallerIsNotConfig()
EOAsOnly()
ForwardFailed()
InvalidAllowance()
InvalidAmount()
NoPendingRewards(address user)
PoolExists()
RabbitsPerWalletLimitReached()
StillLocked()
VaultsDepositsAreClosed()