SmartChefInitializable
Verified contract
Active on
Ethereum with 460 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1526…c898
Balances ($1,182.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Cake | ERC-20 | 388.037235 | $3.04 |
$1,179.63 | |
RPL | ERC-20 | 0.223515 | $14.26 |
$3.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19972323 | 6 months ago | | | 0 | 0.0010222875 | |
| 19698806 | 7 months ago | | | 0 | 0.00077850045 | |
| 19294094 | 9 months ago | | | 0 | 0.0024850775 | |
| 19089176 | 10 months ago | | | 0 | 0.0020719032 | |
| 18924209 | a year ago | | | 0 | 0.0018130391 | |
| 18867719 | a year ago | | | 0 | 0.0015334900 | |
| 18757138 | a year ago | | | 0 | 0.0033330433 | |
| 18665698 | a year ago | | | 0 | 0.0036114590 | |
| 18575594 | a year ago | | | 0 | 0.0026164058 | |
| 18519802 | a year ago | | | 0 | 0.0019550924 |
ABI
ABI objects
Getter at block 21293654
PRECISION_FACTOR() view returns (uint256)
1000000000000
SMART_CHEF_FACTORY() view returns (address)
0x4e742608c39eafd8525b03d39121ea00ccf3c727
accTokenPerShare() view returns (uint256)
2571970615
endTimestamp() view returns (uint256)
1697531400
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardTimestamp() view returns (uint256)
1716947099
numberSecondsForUserLimit() view returns (uint256)
172800
owner() view returns (address)
0xecc90d54b10add1ab746abe7e83abe178b72aa9e
pancakeProfile() view returns (address)
0x0000000000000000000000000000000000000000
pancakeProfileIsRequested() view returns (bool)
false
pancakeProfileThresholdPoints() view returns (uint256)
0
poolLimitPerUser() view returns (uint256)
500000000000000000000
rewardPerSecond() view returns (uint256)
604500000000000
rewardToken() view returns (address)
0xd33526068d116ce69f19a9ee46f0bd304f21a51f
stakedToken() view returns (address)
0x152649ea73beab28c5b49b26eb48f7ead6d4c898
startTimestamp() view returns (uint256)
1695112200
userLimit() view returns (bool)
false
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 _rewardPerSecond, uint256 _startTimestamp, uint256 _endTimestamp, uint256 _poolLimitPerUser, uint256 _numberSecondsForUserLimit, address _admin)
recoverToken(address _token)
renounceOwnership()
stopReward()
transferOwnership(address newOwner)
updatePoolLimitPerUser(bool _userLimit, uint256 _poolLimitPerUser)
updateProfileAndThresholdPointsRequirement(bool _isRequested, uint256 _thresholdPoints)
updateRewardPerSecond(uint256 _rewardPerSecond)
updateStartAndEndTimestamp(uint256 _startTimestamp, uint256 _endTimestamp)
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewPoolLimit(uint256 poolLimitPerUser)
NewRewardPerSecond(uint256 rewardPerSecond)
NewStartAndEndTimestamp(uint256 startTimestamp, uint256 endTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsStop(uint256 blockNumber)
TokenRecovery(address indexed token, uint256 amount)
UpdateProfileAndThresholdPointsRequirement(bool isProfileRequested, uint256 thresholdPoints)
Withdraw(address indexed user, uint256 amount)
constructor(address _pancakeProfile, bool _pancakeProfileIsRequested, uint256 _pancakeProfileThresholdPoints)
This contract contains no fallback and receive objects.
This contract contains no error objects.