SmartChef
Verified contract
Active on
Ethereum with 1,854 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc43…4efe
0xea1e…1d71
Balances ($5,901.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWAP | ERC-20 | 42.98589K | $0.136453 |
$5,865.55 | |
MOD | ERC-20 | 1.660347K | $0.021749 |
$36.11 | |
TKX | ERC-20 | 0.000046 | $13.47 |
$0 | |
JAYZ | ERC-20 | 101.419738K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15185136 | 2 years ago | | | 0 | 0.00043163721 | |
| 15185136 | 2 years ago | | | 0 | 0.0018516528 | |
| 15159199 | 2 years ago | | | 0 | 0.00098847133 | |
| 14993786 | 2 years ago | | | 0 | 0.0022153682 | |
| 14195999 | 3 years ago | | | 0 | 0.0039956896 | |
| 14041319 | 3 years ago | | | 0 | 0.0079539453 | |
| 14041314 | 3 years ago | | | 0 | 0.0079797080 | |
| 13984993 | 3 years ago | | | 0 | 0.018271488 | |
| 13906294 | 3 years ago | | | 0 | 0.010704598 | |
| 13805299 | 3 years ago | | | 0 | 0.0089960127 |
ABI
ABI objects
Getter at block 21284508
bonusEndBlock() view returns (uint256)
12985803
owner() view returns (address)
0x906935f4b42e632137504c0ea00d43c6442272bf
rewardPerBlock() view returns (uint256)
183000000000000000
rewardToken() view returns (address)
0xea1ea0972fa092dd463f2968f9bb51cc4c981d71
startBlock() view returns (uint256)
12387650
syrup() view returns (address)
0xcc4304a31d09258b0029ea7fe63d032f52e44efe
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingReward(address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCakePerShare)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
massUpdatePools()
renounceOwnership()
stopReward()
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _syrup, address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.