SmartChef
Verified contract
Active on
Ethereum with 274 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b23…896c
0xd285…b18e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PYE | ERC-20 | 13.918599M | -- | -- | |
CHERRYPYE | ERC-20 | 1.56566K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15526593 | 2 years ago | | | 0 | 0.0021743414 | |
| 15494914 | 2 years ago | | | 0 | 0.0010356162 | |
| 15454645 | 2 years ago | | | 0 | 0.0065247228 | |
| 15436443 | 2 years ago | | | 0 | 0.0046360536 | |
| 15435888 | 2 years ago | | | 0 | 0.0017153502 | |
| 15435756 | 2 years ago | | | 0 | 0.0051125314 | |
| 15435237 | 2 years ago | | | 0 | 0.0044457949 | |
| 15431254 | 2 years ago | | | 0 | 0.0024284764 | |
| 15430744 | 2 years ago | | | 0 | 0.0072931615 | |
| 15428266 | 2 years ago | | | 0 | 0.0026982602 |
ABI
ABI objects
Getter at block 21380521
PRECISION_FACTOR() view returns (uint256)
1000000000000000000000
SMART_CHEF_FACTORY() view returns (address)
0x9f7ba12b7c24def65964aedcc14f9b71696ed523
accTokenPerShare() view returns (uint256)
369612321804512634
bonusEndBlock() view returns (uint256)
15416626
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
15526593
lockTime() view returns (uint256)
0
owner() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
poolLimitPerUser() view returns (uint256)
0
rewardPerBlock() view returns (uint256)
165240000000
rewardToken() view returns (address)
0x5b232991854c790b29d3f7a145a7efd660c9896c
stakedToken() view returns (address)
0xd2858a1f93316242e81cf69b762361f59fb9b18e
startBlock() view returns (uint256)
14870604
Read-only
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 depositTime)
State-modifying
Events deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
initialize(address _stakedToken, address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _poolLimitPerUser, uint256 _lockTime, address _admin)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
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.