SmartChefInitializable
Verified contract
Active on
Base with 10,932 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe475…15fa
Balances ($91.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 63.570611 | $1.00 |
$63.57 | |
WETH | ERC-20 | 0.00846 | $3,293.44 |
$27.86 | |
WGC | ERC-20 | 200 | $0.000558 |
$0.11 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000773 |
$0 | |
xBSX | ERC-20 | 663.215506K | -- | -- | |
| ERC-20 | 10K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LIFI | ERC-20 | 1.905561K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743138 | 2 hours ago | | | 0 | 0.0000065977502 | |
| 22743103 | 2 hours ago | | | 0 | 0.0000065977502 | |
| 22742948 | 3 hours ago | | | 0 | 9.3545340e-7 | |
| 22728384 | 11 hours ago | | | 0 | 1.8773703e-7 | |
| 22713731 | 19 hours ago | | | 0 | 0.0000014589152 | |
| 22710163 | 21 hours ago | | | 0 | 0.000016309118 | |
| 22710039 | 21 hours ago | | | 0 | 0.000011930977 | |
| 22709011 | 21 hours ago | | | 0 | 9.6007138e-7 | |
| 22706418 | a day ago | | | 0 | 0.0000021690336 | |
| 22706403 | a day ago | | | 0 | 0.0000017392241 |
ABI
ABI objects
Getter at block 22747547
MAX_FEE() view returns (uint256)
500
PRECISION_FACTOR() view returns (uint256)
1000000000000000000000000
SMART_CHEF_FACTORY() view returns (address)
0xc9ee54147445f1c1c23f52183c95456e69a92989
accTokenPerShare() view returns (uint256)
504968459265
bonusEndTime() view returns (uint256)
1755986400
depositFee() view returns (uint256)
100
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardTime() view returns (uint256)
1732275623
owner() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
poolLimitPerUser() view returns (uint256)
0
rewardPerSecond() view returns (uint256)
400
rewardToken() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
stakedToken() view returns (address)
0xe4750593d1fc8e74b31549212899a72162f315fa
startTime() view returns (uint256)
1692828000
treasury() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
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.