SmartChefInitializable
Verified contract
Active on
Ethereum with 461 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c3a…6160
0xf849…c885
Balances ($3.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOKU | ERC-20 | 779.08362K | $0.000005 |
$3.83 | |
SODATSU | ERC-20 | 873.3981K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19344626 | 9 months ago | | | 0 | 0.0040889040 | |
| 18974340 | a year ago | | | 0 | 0.0030578747 | |
| 18928257 | a year ago | | | 0 | 0.0043075511 | |
| 18575911 | a year ago | | | 0 | 0.0030160956 | |
| 18553797 | a year ago | | | 0 | 0.0015385500 | |
| 18523165 | a year ago | | | 0 | 0.0035786481 | |
| 18518684 | a year ago | | | 0 | 0.0020369692 | |
| 18512474 | a year ago | | | 0 | 0.0021945969 | |
| 18510503 | a year ago | | | 0 | 0.0033357434 | |
| 18508077 | a year ago | | | 0 | 0.0027563928 |
ABI
ABI objects
Getter at block 21289125
PRECISION_FACTOR() view returns (uint256)
1000000000000
SMART_CHEF_FACTORY() view returns (address)
0x3a5ddee0aba50aef6448d11d86b186435cbc7f5b
accTokenPerShare() view returns (uint256)
3607357428324
bonusEndBlock() view returns (uint256)
18447702
endLockTime() view returns (uint256)
15847392
hasAllRewardDistributedByAdmin() view returns (bool)
true
hasSavedPendingRewardUpdatedByAdmin() view returns (bool)
true
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
19344626
lockTime() view returns (uint256)
0
numberOfClaimCurrentAndTotalPendingReward() view returns (uint256)
0
numberOfClaimSavedPendingReward() view returns (uint256)
0
owner() view returns (address)
0xff1b8770501a2ce0e0a2fc1ae3d0e13bf441ab1b
poolLimitPerUser() view returns (uint256)
0
rewardPerBlock() view returns (uint256)
300000000000000000
rewardToken() view returns (address)
0x4c3a8eceb656ec63eae80a4ebd565e4887db6160
stakedToken() view returns (address)
0xf8497f1dab075a3674363b5609ba679f7dc9c885
startBlock() view returns (uint256)
15819702
Read-only
addressEndLockTime(address) view returns (uint256)
getRemainingLockTime(address _user) view returns (uint256)
pendingReward(address _user) view returns (uint256)
temporaryPendingReward(address) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events claimReward()
deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
initialize(address _stakedToken, address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _lockTime, uint256 _poolLimitPerUser, address _admin)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
stopReward()
transferOwnership(address newOwner)
updatePoolLimitPerUser(bool _hasUserLimit, uint256 _poolLimitPerUser)
updateRewardPerBlock(uint256 _rewardPerBlock)
updateStartAndEndBlocks(uint256 _startBlock, uint256 _bonusEndBlock)
withdraw(uint256 _amount)
AdminTokenRecovery(address tokenRecovered, uint256 amount)
ClaimReward(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewPoolLimit(uint256 poolLimitPerUser)
NewRewardPerBlock(uint256 rewardPerBlock)
NewStartAndEndBlocks(uint256 startBlock, uint256 endBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.