MasterChef
Verified contract
Active on
Ethereum with 3,539 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x82bd…7d46
Balances ($2,441.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 63.248014M | $0.000026 |
$1,647.61 | |
COMP | ERC-20 | 6.409812 | $70.97 |
$454.9 | |
SUSHI | ERC-20 | 287.500695 | $1.18 |
$339.25 | |
0x9f8f…79a2 | ERC-20 | 0.0001 | $1,805.06 |
$0.18 | |
TOMATO | ERC-20 | 510.870909B | -- | -- | |
UNI-V2 | ERC-20 | 3.101533B | -- | -- | |
UNI-V2 | ERC-20 | 212.465167K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17053436 | 2 years ago | | | 0 | 0.0047103262 | |
| 16687717 | 2 years ago | | | 0 | 0.0056231250 | |
| 16687713 | 2 years ago | | | 0 | 0.0058436752 | |
| 16229600 | 2 years ago | | | 0 | 0.0013286562 | |
| 15958724 | 2 years ago | | | 0 | 0.0015056747 | |
| 15958693 | 2 years ago | | | 0 | 0.0015164000 | |
| 15840139 | 2 years ago | | | 0 | 0.0024135044 | |
| 15840123 | 2 years ago | | | 0 | 0.0024757179 | |
| 15651775 | 2 years ago | | | 0 | 0.00061762252 | |
| 15626791 | 2 years ago | | | 0 | 0.0044177520 |
ABI
ABI objects
Getter at block 21295114
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
1
devaddr() view returns (address)
0xb93b89ce06249ce5b94a9be86979f80429cd827f
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x1be4fad4233b19ae5e66ba514b0f29ea1d690a97
poolLength() view returns (uint256)
14
startBlock() view returns (uint256)
12706420
sushi() view returns (address)
0x82bd290afa5cc1b75f46822fec415e2be51d7d46
sushiPerBlock() view returns (uint256)
1100000000000000000000000
totalAllocPoint() view returns (uint256)
1000000
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()
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.