MasterChef
Verified contract
Active on
Ethereum with 9,097 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa283…d304
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MM | ERC-20 | 136.563679K | -- | -- | |
mZRX | ERC-20 | 5.916399K | -- | -- | |
mDAI | ERC-20 | 1.180713K | -- | -- | |
mUNI-V2 | ERC-20 | 260.437542 | -- | -- | |
mUNI | ERC-20 | 147.683508 | -- | -- | |
mUSDC | ERC-20 | 123.971032 | -- | -- | |
SLP | ERC-20 | 6.461467 | -- | -- | |
SLP | ERC-20 | 3.024225 | -- | -- | |
mALCX | ERC-20 | 2.874155 | -- | -- | |
m3Crv | ERC-20 | 0.941792 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15586709 | 2 years ago | | | 0 | 0.00012362850 | |
| 15586701 | 2 years ago | | | 0 | 0.00014421790 | |
| 15438380 | 2 years ago | | | 0 | 0.0014348289 | |
| 14993864 | 2 years ago | | | 0 | 0.0044252700 | |
| 14943803 | 2 years ago | | | 0 | 0.0020621550 | |
| 14912044 | 2 years ago | | | 0 | 0.0048038614 | |
| 14865234 | 2 years ago | | | 0 | 0.010238336 | |
| 14846576 | 3 years ago | | | 0 | 0.0043486100 | |
| 14846547 | 3 years ago | | | 0 | 0.0041307620 | |
| 14845512 | 3 years ago | | | 0 | 0.0043112850 |
ABI
ABI objects
Getter at block 21287543
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
0
devFundDivRate() view returns (uint256)
18787
devMultiplier() view returns (uint256)
10000
devaddr() view returns (address)
0xe80a9bd7bc44f1fcd0af160459528f4ecdd38698
mm() view returns (address)
0xa283aa7cfbb27ef0cfbcb2493dd9f4330e0fd304
mmPerBlock() view returns (uint256)
1
mmPoolId() view returns (uint256)
0
owner() view returns (address)
0x43229759e12efbe3e2a0fb0510b15e516d046442
poolLength() view returns (uint256)
22
startBlock() view returns (uint256)
11176100
totalAllocPoint() view returns (uint256)
575
treasuryAddr() view returns (address)
0x3567fde6092509c0a9aaa66da9c047979e7b0533
treasuryDivRate() view returns (uint256)
1240
treasuryMultiplier() view returns (uint256)
100
Read-only
buybackNotifiers(address) view returns (bool)
getLpSupply(uint256 _pid) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMM(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMMPerShare, uint256 amount)
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()
notifyBuybackReward(uint256 _amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBonusEndBlock(uint256 _bonusEndBlock)
setBuybackNotifier(address _notifier, bool _enable)
setDevFundDivRate(uint256 _devFundDivRate)
setDevMultiplier(uint256 _devMultiplier)
setMMPerBlock(uint256 _mmPerBlock)
setTreasury(address _treasuryAddr)
setTreasuryDivRate(uint256 _treasuryDivRate)
setTreasuryMultiplier(uint256 _treasuryMultiplier)
transferMMOwnership()
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
BuybackMM(uint256 _buybackAmount, uint256 _preAmount)
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)
Recovered(address token, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _mm, address _devaddr, address _treasuryAddr, uint256 _mmPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.