SmartChefInitializable
Verified contract
Active on
Base with 9,839 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x639c…8109
0xc2bc…617b
Balances ($1,446.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QUACK | ERC-20 | 32.976907M | $0.000033 |
$1,092.2 | |
DACKIE | ERC-20 | 494.430223K | $0.000715 |
$353.59 | |
AEROBUD | ERC-20 | 40 | $0.015575 |
$0.62 | |
kurbi | ERC-20 | 1 | $0.000665 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22419559 | 11 days ago | | | 0 | 0.0000030211272 | |
| 21079678 | a month ago | | | 0 | 6.8075499e-7 | |
| 21079668 | a month ago | | | 0 | 8.5152012e-7 | |
| 20370017 | 2 months ago | | | 0 | 0.0000018650407 | |
| 18856846 | 3 months ago | | | 0 | 0.0000018490397 | |
| 18856838 | 3 months ago | | | 0 | 0.0000018120097 | |
| 17571775 | 4 months ago | | | 0 | 0.0000018208159 | |
| 17403612 | 4 months ago | | | 0 | 0.0000021872448 | |
| 16852815 | 5 months ago | | | 0 | 5.8075750e-7 | |
| 16573206 | 5 months ago | | | 0 | 0.0000014493409 |
ABI
ABI objects
Getter at block 22880899
PRECISION_FACTOR() view returns (uint256)
1000000000000
SMART_CHEF_FACTORY() view returns (address)
0xa77493be13f9b6345b8b5c00a2dec34d8537635d
accTokenPerShare() view returns (uint256)
4039122681609
endTimestamp() view returns (uint256)
1694230291
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardTimestamp() view returns (uint256)
1731628465
numberSecondsForUserLimit() view returns (uint256)
5270400
owner() view returns (address)
0xe1581c10ee235f0debb655ea365100bcbd84bad2
poolLimitPerUser() view returns (uint256)
1000000000000000000000000
rewardPerSecond() view returns (uint256)
9486945962355800000
rewardToken() view returns (address)
0x639c0d019c257966c4907bd4e68e3f349bb58109
stakedToken() view returns (address)
0xc2bc7a73613b9bd5f373fe10b55c59a69f4d617b
startTimestamp() view returns (uint256)
1692370820
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)
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)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.