MasterChef
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc75a…6172
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MMBC | ERC-20 | 8.019078K | -- | -- | |
UNI-V2 | ERC-20 | 2.828427 | -- | -- | |
UNI-V2 | ERC-20 | 0.000849 | -- | -- | |
UNI-V2 | ERC-20 | 0.000087 | -- | -- | |
UNI-V2 | ERC-20 | 0.000002 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17831970 | a year ago | | | 0 | 0.0010498660 | |
| 17831954 | a year ago | | | 0 | 0.0019482367 | |
| 11704999 | 4 years ago | | | 0 | 0.012038937 | |
| 11704940 | 4 years ago | | | 0 | 0.0016403885 | |
| 11704936 | 4 years ago | | | 0 | 0.0084496888 | |
| 11704932 | 4 years ago | | | 0 | 0.0079874547 | |
| 11567496 | 4 years ago | | | 0 | 0.0048960386 | |
| 11534519 | 4 years ago | | | 0 | 0.0067343159 | |
| 11528450 | 4 years ago | | | 0 | 0.0061104418 | |
| 11527889 | 4 years ago | | | 0 | 0.0044129512 |
ABI
ABI objects
Getter at block 21200707
BONUS_MULTIPLIER() view returns (uint256)
20
bonusEndBlock() view returns (uint256)
11559040
devaddr() view returns (address)
0x5453f64d1fe65fe6d4df394d93de2a34d46fc8b7
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdfe9607781e3e8924ea81e92fb51ff775841d6eb
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
11509040
sushi() view returns (address)
0xc75ae516daea8dc2384997c0a7357a38e8f56172
sushiPerBlock() view returns (uint256)
50000000000000000
totalAllocPoint() view returns (uint256)
100
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()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
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.