MasterChef
Verified contract
Active on
Ethereum with 551 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaf96…bb6f
0x3f76…9595
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOP | ERC-20 | 8.327635M | -- | -- | |
Hop-LP | ERC-20 | 94.996487 | -- | -- | |
Hop-LP | ERC-20 | 0.00409 | -- | -- | |
Hop-LP | ERC-20 | 0.003306 | -- | -- | |
Hop-LP | ERC-20 | 0.000001 | -- | -- | |
Hop-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17843911 | a year ago | | | 0 | 0.0035631360 | |
| 16464513 | 2 years ago | | | 0 | 0.0043687200 | |
| 16464474 | 2 years ago | | | 0 | 0.0055636500 | |
| 16464452 | 2 years ago | | | 0 | 0.0043680000 | |
| 16452034 | 2 years ago | | | 0 | 0.0027902880 | |
| 16452030 | 2 years ago | | | 0 | 0.0027902880 | |
| 16373370 | 2 years ago | | | 0 | 0.0032517086 | |
| 16356621 | 2 years ago | | | 0 | 0.0023150354 | |
| 16244326 | 2 years ago | | | 0 | 0.0020173383 | |
| 16199649 | 2 years ago | | | 0 | 0.0029694113 |
ABI
ABI objects
Getter at block 21296083
BONUS_MULTIPLIER() view returns (uint256)
1
cake() view returns (address)
0xaf96666139331f90efdd59ab8cf8344367b9bb6f
cakePerBlock() view returns (uint256)
40000000000000000000
devaddr() view returns (address)
0x5e9db818d3da74e615526059c5a89ee4d60b788a
feeaddr() view returns (address)
0xbd2ec1dae75ab0872f6f8ce2b942a8b4f45721a9
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xbd2ec1dae75ab0872f6f8ce2b942a8b4f45721a9
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
14840934
syrup() view returns (address)
0x3f767183e3dff6726950965ebde537c5a7c29595
totalAllocPoint() view returns (uint256)
6666
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingCake(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCakePerShare, uint256 harvestFee)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, uint256 _harvestFee)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
enterStaking(uint256 _amount)
leaveStaking(uint256 _amount)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setFeeAddress(address _feeaddr)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _cakePerBlock)
updateMultiplier(uint256 multiplierNumber)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _cake, address _syrup, address _devaddr, address _feeaddr, uint256 _cakePerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.