SmartChefInitializable
Verified contract
Active on
Base with 16,472 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78a0…3ae9
Balances ($447,435.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSWAP | ERC-20 | 1.105068M | $0.404594 |
$447,103.89 | |
WETH | ERC-20 | 0.051831 | $3,336.75 |
$172.95 | |
USDbC | ERC-20 | 158.5353 | $0.998084 |
$158.23 | |
WGC | ERC-20 | 200 | $0.000551 |
$0.11 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.11 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
kurbi | ERC-20 | 1 | $0.000785 |
$0 | |
USA | ERC-20 | 1 | $0.000783 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
BT | ERC-20 | 5M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745736 | 6 minutes ago | | | 0 | 0.000011387768 | |
| 22743152 | 2 hours ago | | | 0 | 0.000013360231 | |
| 22743149 | 2 hours ago | | | 0 | 0.0000060199664 | |
| 22743143 | 2 hours ago | | | 0 | 0.0000060199664 | |
| 22743100 | 2 hours ago | | | 0 | 0.0000060199664 | |
| 22740137 | 3 hours ago | | | 0 | 0.000000108246313743 | |
| 22740131 | 3 hours ago | | | 0 | 4.3897648e-7 | |
| 22740103 | 3 hours ago | | | 0 | 4.6623387e-7 | |
| 22738815 | 4 hours ago | | | 0 | 0.0000084704225 | |
| 22738720 | 4 hours ago | | | 0 | 0.0000084704225 |
ABI
ABI objects
Getter at block 22745923
MAX_FEE() view returns (uint256)
500
PRECISION_FACTOR() view returns (uint256)
1000000000000
SMART_CHEF_FACTORY() view returns (address)
0xc9ee54147445f1c1c23f52183c95456e69a92989
accTokenPerShare() view returns (uint256)
8241196092
bonusEndTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
depositFee() view returns (uint256)
100
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardTime() view returns (uint256)
1732280819
owner() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
poolLimitPerUser() view returns (uint256)
0
rewardPerSecond() view returns (uint256)
600000000000
rewardToken() view returns (address)
0x4200000000000000000000000000000000000006
stakedToken() view returns (address)
0x78a087d713be963bf307b18f2ff8122ef9a63ae9
startTime() view returns (uint256)
1691078379
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.