MasterChef
Verified contract
Active on
Ethereum with 3,056 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c13…c7fc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOTDOG | ERC-20 | 353.304451M | -- | -- | |
UNI-V2 | ERC-20 | 2.03779K | -- | -- | |
UNI-V2 | ERC-20 | 10.846354 | -- | -- | |
UNI-V2 | ERC-20 | 3.002205 | -- | -- | |
UNI-V2 | ERC-20 | 0.838135 | -- | -- | |
UNI-V2 | ERC-20 | 0.058962 | -- | -- | |
UNI-V2 | ERC-20 | 0.052978 | -- | -- | |
UNI-V2 | ERC-20 | 0.000453 | -- | -- | |
UNI-V2 | ERC-20 | 0.000048 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088893 | 10 days ago | | | 0 | 0.00073656210 | |
| 20849418 | a month ago | | | 0 | 0.00089149716 | |
| 20597738 | 3 months ago | | | 0 | 0.00015650500 | |
| 20375918 | 4 months ago | | | 0 | 0.00039736185 | |
| 19394796 | 8 months ago | | | 0 | 0.0055647199 | |
| 16078815 | 2 years ago | | | 0 | 0.0016337788 | |
| 12931333 | 3 years ago | | | 0 | 0.0029167500 | |
| 12371281 | 4 years ago | | | 0 | 0.0044005731 | |
| 12371266 | 4 years ago | | | 0 | 0.0053842425 | |
| 11767798 | 4 years ago | | | 0 | 0.020843008 |
ABI
ABI objects
Getter at block 21161213
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10883120
devaddr() view returns (address)
0xf22e4e73da7e4fb48462532041412a04ebfcd496
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf22e4e73da7e4fb48462532041412a04ebfcd496
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10783120
sushi() view returns (address)
0x5c137d196b08bd164717b935a84e82e32c85c7fc
sushiPerBlock() view returns (uint256)
100000000000000000000
totalAllocPoint() view returns (uint256)
9000
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.