SmartChefInitializable
Verified contract
Active on
Ethereum with 588 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8b31…f73f
0xf5b1…fb65
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KISHIMOTO | ERC-20 | 46.09079T | -- | -- | |
SAITAMA | ERC-20 | 51.928946K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14784288 | 3 years ago | | | 0 | 0.0088559678 | |
| 14751517 | 3 years ago | | | 0 | 0.0015009915 | |
| 14635532 | 3 years ago | | | 0 | 0.033188121 | |
| 14441315 | 3 years ago | | | 0 | 0.014144060 | |
| 14427390 | 3 years ago | | | 0 | 0.016684114 | |
| 14422490 | 3 years ago | | | 0 | 0.0089131765 | |
| 14390509 | 3 years ago | | | 0 | 0.0034190753 | |
| 14355234 | 3 years ago | | | 0 | 0.017336936 | |
| 14344845 | 3 years ago | | | 0 | 0.00075393935 | |
| 14344845 | 3 years ago | | | 0 | 0.00060308935 |
ABI
ABI objects
Getter at block 21200921
PRECISION_FACTOR() view returns (uint256)
1000000000000000000000
SMART_CHEF_FACTORY() view returns (address)
0xe3c601b1fc6564ebf5603fcad7956697761e39db
accTokenPerShare() view returns (uint256)
2587703914883542039
bonusEndBlock() view returns (uint256)
14115616
depositFee() view returns (uint256)
0
feeReceiver() view returns (address)
0xe3c601b1fc6564ebf5603fcad7956697761e39db
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
14170679
owner() view returns (address)
0x6b3209632b7fcc911da104a599bf56a84fd6e477
poolLimitPerUser() view returns (uint256)
0
rewardPerBlock() view returns (uint256)
26315789473684210
rewardToken() view returns (address)
0x8b3192f5eebd8579568a2ed41e6feb402f93f73f
stakedToken() view returns (address)
0xf5b1fd29d23e98db2d9ebb8435e1082e3b38fb65
startBlock() view returns (uint256)
13735616
Read-only
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
initialize(address _stakedToken, address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _poolLimitPerUser, address _admin, uint256 _depositfee, address _feereceiver)
modifyTimes(uint256 _startTime, uint256 _endTime, uint256 _reward)
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)
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)
RewardsStop(uint256 blockNumber)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.