MasterChef
Verified contract
Active on
Ethereum with 7,199 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b4f…1222
Balances ($3,601.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 402.874021 | $8.94 |
$3,601.69 | |
YUNO | ERC-20 | 421.262434M | -- | -- | |
UNI-V2 | ERC-20 | 1.802033M | -- | -- | |
UNI-V2 | ERC-20 | 1.062822M | -- | -- | |
UNI-V2 | ERC-20 | 7.83239K | -- | -- | |
UNI-V2 | ERC-20 | 3.029459K | -- | -- | |
UNI-V2 | ERC-20 | 2.061111K | -- | -- | |
UNI-V2 | ERC-20 | 1.766192K | -- | -- | |
UNI-V2 | ERC-20 | 0.013971 | -- | -- | |
UNI-V2 | ERC-20 | 0.010662 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16570396 | 2 years ago | | | 0 | 0.0033418584 | |
| 16073401 | 2 years ago | | | 0 | 0.0016713955 | |
| 15998281 | 2 years ago | | | 0 | 0.0025591306 | |
| 15879014 | 2 years ago | | | 0 | 0.0015158627 | |
| 15604630 | 2 years ago | | | 0 | 0.0010523772 | |
| 15409684 | 2 years ago | | | 0 | 0.0010325248 | |
| 14851785 | 2 years ago | | | 0 | 0.0097570544 | |
| 14198820 | 3 years ago | | | 0 | 0.0076129549 | |
| 13919555 | 3 years ago | | | 0 | 0.0076230144 | |
| 13795688 | 3 years ago | | | 0 | 0.0072162203 |
ABI
ABI objects
Getter at block 21163777
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
99999999
devaddr() view returns (address)
0x508bd949d8310f5a756a057060d973bbde39ff05
owner() view returns (address)
0x508bd949d8310f5a756a057060d973bbde39ff05
poolLength() view returns (uint256)
11
startBlock() view returns (uint256)
10769000
sushi() view returns (address)
0x4b4f5286e0f93e965292b922b9cd1677512f1222
sushiPerBlock() view returns (uint256)
100000000000000000000
totalAllocPoint() view returns (uint256)
13100
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.