SmartChefInitializable
Verified contract
Active on
Base with 178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x23e1…d1ce
Balances ($12.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASO | ERC-20 | 231.456548K | $0.000052 |
$12.12 | |
USA | ERC-20 | 1 | $0.001209 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17387727 | 3 months ago | | | 0 | 6.3280260e-7 | |
| 17387669 | 3 months ago | | | 0 | 0.0000010127646 | |
| 17316203 | 4 months ago | | | 0 | 0.0000028787724 | |
| 17285615 | 4 months ago | | | 0 | 5.9380200e-7 | |
| 17285552 | 4 months ago | | | 0 | 5.9380200e-7 | |
| 17021851 | 4 months ago | | | 0 | 2.3752080e-7 | |
| 17021812 | 4 months ago | | | 0 | 2.4411860e-7 | |
| 16660053 | 4 months ago | | | 0 | 6.1359540e-7 | |
| 16659809 | 4 months ago | | | 0 | 8.4276000e-7 | |
| 16659408 | 4 months ago | | | 0 | 5.8060640e-7 |
ABI
ABI objects
Getter at block 22029438
MAX_FEE() view returns (uint256)
500
PRECISION_FACTOR() view returns (uint256)
1000000000000
SMART_CHEF_FACTORY() view returns (address)
0x15224523d40f43c9310642a54bdf5d1accdb6d59
accTokenPerShare() view returns (uint256)
1601678
bonusEndTime() view returns (uint256)
1759924800
depositFee() view returns (uint256)
100
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardTime() view returns (uint256)
1721564801
owner() view returns (address)
0x15224523d40f43c9310642a54bdf5d1accdb6d59
poolLimitPerUser() view returns (uint256)
0
rewardPerSecond() view returns (uint256)
20000000000
rewardToken() view returns (address)
0x4200000000000000000000000000000000000006
stakedToken() view returns (address)
0x23e1a3bcdcee4c59209d8871140eb7dd2bd9d1ce
startTime() view returns (uint256)
1696766400
treasury() view returns (address)
0x1566f47dc7bcfe0ac3849a50cfeda8a10ab21059
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 _startTime, uint256 _bonusEndTime, uint256 _poolLimitPerUser, address _admin, address _treasury)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
setDepositFee(uint256 fee)
setTreasury(address _treasury)
stopReward()
transferOwnership(address newOwner)
updatePoolLimitPerUser(bool _hasUserLimit, uint256 _poolLimitPerUser)
updateRewardPerSecond(uint256 _rewardPerSecond)
updateStartAndEndBlocks(uint256 _startTime, uint256 _bonusEndTime)
withdraw(uint256 _amount)
AdminTokenRecovery(address tokenRecovered, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewPoolLimit(uint256 poolLimitPerUser)
NewRewardPerSecond(uint256 rewardPerSecond)
NewStartAndEndTimes(uint256 startTime, uint256 endTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsStop(uint256 blockTime)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.