SmartChefInitializable
Verified contract
Active on
Base with 5,085 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd504…3385
Balances ($4,431.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSX | ERC-20 | 70.397365K | $0.062942 |
$4,430.95 | |
WGC | ERC-20 | 200 | $0.000558 |
$0.11 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000773 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000771 |
$0 | |
LIFI | ERC-20 | 2.073756K | -- | -- | |
NUNU | ERC-20 | 1.563333K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22733347 | 8 hours ago | | | 0 | 0.000000204956898780 | |
| 22733278 | 8 hours ago | | | 0 | 2.7213450e-7 | |
| 22696646 | a day ago | | | 0 | 0.0000015159984 | |
| 22696642 | a day ago | | | 0 | 9.3689094e-7 | |
| 22657550 | 2 days ago | | | 0 | 0.0000015883809 | |
| 22657231 | 2 days ago | | | 0 | 0.0000020894945 | |
| 22619843 | 3 days ago | | | 0 | 0.0000015220015 | |
| 22578175 | 4 days ago | | | 0 | 9.1164289e-7 | |
| 22520221 | 5 days ago | | | 0 | 0.000000203386560120 | |
| 22504378 | 6 days ago | | | 0 | 9.4332892e-7 |
ABI
ABI objects
Getter at block 22747539
MAX_FEE() view returns (uint256)
500
PRECISION_FACTOR() view returns (uint256)
1000000000000000000000000
SMART_CHEF_FACTORY() view returns (address)
0xc9ee54147445f1c1c23f52183c95456e69a92989
accTokenPerShare() view returns (uint256)
17606141875963
bonusEndTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
depositFee() view returns (uint256)
100
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardTime() view returns (uint256)
1732256041
owner() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
poolLimitPerUser() view returns (uint256)
0
rewardPerSecond() view returns (uint256)
0
rewardToken() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
stakedToken() view returns (address)
0xd5046b976188eb40f6de40fb527f89c05b323385
startTime() view returns (uint256)
1692662925
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.