MasterChef
Verified contract
Active on
Ethereum with 6,564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xed04…f183
Balances ($29,605.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHROOM | ERC-20 | 2.381359M | $0.012432 |
$29,605.32 | |
UNI-V2 | ERC-20 | 1.392724K | -- | -- | |
UNI-V2 | ERC-20 | 176.868132 | -- | -- | |
UNI-V2 | ERC-20 | 105.629972 | -- | -- | |
UNI-V2 | ERC-20 | 3.619279 | -- | -- | |
TOMATOS | ERC-20 | 1.01 | -- | -- | |
UNI-V2 | ERC-20 | 0.025612 | -- | -- | |
UNI-V2 | ERC-20 | 0.014753 | -- | -- | |
UNI-V2 | ERC-20 | 0.000086 | -- | -- | |
UNI-V2 | ERC-20 | 0.000022 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20896449 | a month ago | | | 0 | 0.00015964698 | |
| 20577749 | 3 months ago | | | 0 | 0.0014128687 | |
| 20392146 | 4 months ago | | | 0 | 0.00019537286 | |
| 20341799 | 4 months ago | | | 0 | 0.00085745001 | |
| 20256193 | 4 months ago | | | 0 | 0.00024851600 | |
| 19855752 | 6 months ago | | | 0 | 0.00041994860 | |
| 19717075 | 7 months ago | | | 0 | 0.00057052900 | |
| 19387843 | 8 months ago | | | 0 | 0.0023257705 | |
| 19315225 | 8 months ago | | | 0 | 0.0026160114 | |
| 19243963 | 9 months ago | | | 0 | 0.0031064500 |
ABI
ABI objects
Getter at block 21162544
BONUS_MULTIPLIER() view returns (uint256)
5
bonusEndBlock() view returns (uint256)
10788060
devaddr() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xda56b93b787da55f3d2f725a37171648ae09f87c
poolLength() view returns (uint256)
9
shroom() view returns (address)
0xed0439eacf4c4965ae4613d77a5c2efe10e5f183
shroomsPerBlock() view returns (uint256)
1000000000000000000000
startBlock() view returns (uint256)
10782300
totalAllocPoint() view returns (uint256)
100
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingShroom(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accShroomPerShare)
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(uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.