MasterChef
Verified contract
Active on
Ethereum with 617 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FUTURAMA | ERC-20 | 86.130713K | -- | -- | |
UNI-V2 | ERC-20 | 71.972588 | -- | -- | |
OvOa | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20640965 | 3 months ago | | | 0 | 0.00011309603 | |
| 20640964 | 3 months ago | | | 0 | 0.00022988557 | |
| 20619639 | 3 months ago | | | 0 | 0.00022220356 | |
| 20396335 | 4 months ago | | | 0 | 0.00019573067 | |
| 20182748 | 5 months ago | | | 0 | 0.00068181723 | |
| 13341797 | 3 years ago | | | 0 | 0.012755824 | |
| 13249408 | 3 years ago | | | 0 | 0.0066800114 | |
| 13204236 | 3 years ago | | | 0 | 0.0043068450 | |
| 12892197 | 3 years ago | | | 0 | 0.0017800068 | |
| 12803582 | 3 years ago | | | 0 | 0.0013484900 |
ABI
ABI objects
Getter at block 21292603
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11455000
devaddr() view returns (address)
0x00a8abda6c166b6991e167bed665c3ea89cc82db
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x00a8abda6c166b6991e167bed665c3ea89cc82db
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
11385000
sushi() view returns (address)
0x78196d2ebf888848feef8b6da72b6d600992fd04
sushiPerBlock() view returns (uint256)
10000000000000000
totalAllocPoint() view returns (uint256)
1000
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.