MasterChef
Verified contract
Active on
Ethereum with 230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ee2…b7e0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAXM | ERC-20 | 2.197712B | -- | -- | |
UNI-V2 | ERC-20 | 26.860602 | -- | -- | |
UNI-V2 | ERC-20 | 0.747778 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20608784 | 3 months ago | | | 0 | 0.00026947000 | |
| 10786247 | 4 years ago | | | 0 | 0.048270166 | |
| 10785704 | 4 years ago | | | 0 | 0.014556375 | |
| 10785697 | 4 years ago | | | 0 | 0.012813570 | |
| 10785688 | 4 years ago | | | 0 | 0.013590150 | |
| 10785643 | 4 years ago | | | 0 | 0.057354304 | |
| 10785618 | 4 years ago | | | 0 | 0.045672767 | |
| 10785613 | 4 years ago | | | 0 | 0.071517500 | |
| 10785612 | 4 years ago | | | 0 | 0.031088525 | |
| 10785612 | 4 years ago | | | 0 | 0.045676715 |
ABI
ABI objects
Getter at block 21163660
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
90000000000
devaddr() view returns (address)
0x6117947ce25c55eccd9a18da8724de41108e9a4a
owner() view returns (address)
0x6117947ce25c55eccd9a18da8724de41108e9a4a
poolLength() view returns (uint256)
4
startBlock() view returns (uint256)
10784893
sushi() view returns (address)
0x5ee28f217ecdfc44c08b2f0ba9b76d506cb7b7e0
sushiPerBlock() view returns (uint256)
100000000000000000000
totalAllocPoint() view returns (uint256)
700
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSushi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
mint(uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
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 _sushi, address _devaddr, uint256 _sushiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.