SmartChefWETH
Verified contract
Active on
Ethereum with 843 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6f43…ad1f
0x5b23…896c
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PYE | ERC-20 | 693.55435M | -- | -- | |
APPLEPYE | ERC-20 | 2.436724M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17091824 | 2 years ago | | | 0 | 0.015209993 | |
| 16199593 | 2 years ago | | | 0 | 0.0064031690 | |
| 15912911 | 2 years ago | | | 0 | 0.0029756997 | |
| 15866415 | 2 years ago | | | 0 | 0.0029762007 | |
| 15841908 | 2 years ago | | | 0 | 0.0057160252 | |
| 15636298 | 2 years ago | | | 0 | 0.0018442687 | |
| 15636295 | 2 years ago | | | 0 | 0.0027940945 | |
| 15526565 | 2 years ago | | | 0 | 0.0013969410 | |
| 15526556 | 2 years ago | | | 0 | 0.0023184486 | |
| 15494911 | 2 years ago | | | 0 | 0.0026534348 |
ABI
ABI objects
Getter at block 21259568
PRECISION_FACTOR() view returns (uint256)
1000000000000
SMART_CHEF_FACTORY() view returns (address)
0xc64df1c02d0ad495f661fc291018afd8fa27eb15
WETH() view returns (address)
0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c
accTokenPerShare() view returns (uint256)
4579450133975939393
bonusEndBlock() view returns (uint256)
15416618
bountysPerShare() view returns (uint256)
0
bountysPerShareAccuracyFactor() view returns (uint256)
1000000000000000000000000000000000000
devaddr() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
devfee() view returns (uint256)
1000
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
17091824
lockTime() view returns (uint256)
0
minDistribution() view returns (uint256)
1000000000000000000
minPeriod() view returns (uint256)
3600
owner() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
poolLimitPerUser() view returns (uint256)
0
rewardPerBlock() view returns (uint256)
24786000000000000000
rewardToken() view returns (address)
0x6f43a672d8024ba624651a5c2e63d129783dad1f
stakedToken() view returns (address)
0x5b232991854c790b29d3f7a145a7efd660c9896c
startBlock() view returns (uint256)
14850672
totalBountys() view returns (uint256)
0
totalDistributed() view returns (uint256)
0
totalShares() view returns (uint256)
693554349632058223
Read-only
getUnpaidEarnings(address keeper) view returns (uint256)
isExcludedFromReward(address account) view returns (bool)
pendingReward(address _user) view returns (uint256)
shares(address) view returns (uint256 amount, uint256 totalExcluded, uint256 totalRealised)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 depositTime)
State-modifying
Events claimBounty()
deposit(uint256 _amount)
depositWETH(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWETHWithdraw(uint256 _amount)
emergencyWithdraw()
harvest()
initialize(address _stakedToken, address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _poolLimitPerUser, uint256 _lockTime, address _admin)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
rescueETH(uint256 amount, address to)
safeTransferFrom()
setDistributionCriteria(uint256 _minPeriod, uint256 _minDistribution)
setFee(address _feeAddress, uint256 _devfee)
setIsBountyExempt(address holder, bool exempt)
stopReward()
transferOwnership(address newOwner)
updateLockTime(uint256 _lockTime)
updatePoolLimitPerUser(bool _hasUserLimit, uint256 _poolLimitPerUser)
updateRewardPerBlock(uint256 _rewardPerBlock)
updateStartAndEndBlocks(uint256 _startBlock, uint256 _bonusEndBlock)
withdraw(uint256 _amount)
AdminTokenRecovery(address tokenRecovered, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewLockTime(uint256 lockTime)
NewPoolLimit(uint256 poolLimitPerUser)
NewRewardPerBlock(uint256 rewardPerBlock)
NewStartAndEndBlocks(uint256 startBlock, uint256 endBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsStop(uint256 blockNumber)
Withdraw(address indexed user, uint256 amount)
setLockTime(address indexed user, uint256 lockTime)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.