MasterChef
Verified contract
Active on
Ethereum with 80 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05aa…86cd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MNT | ERC-20 | 6.927439M | -- | -- | |
UNI-V2 | ERC-20 | 92.651917 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18718488 | a year ago | | | 0 | 0.0060824795 | |
| 17750672 | a year ago | | | 0 | 0.0021902923 | |
| 17534555 | a year ago | | | 0 | 0.0026806858 | |
| 11838986 | 4 years ago | | | 0 | 0.011792800 | |
| 11647777 | 4 years ago | | | 0 | 0.0068512400 | |
| 11480291 | 4 years ago | | | 0 | 0.0039079040 | |
| 11434640 | 4 years ago | | | 0 | 0.0073110400 | |
| 11420838 | 4 years ago | | | 0 | 0.0030704960 | |
| 11391474 | 4 years ago | | | 0 | 0.0026517920 | |
| 11370511 | 4 years ago | | | 0 | 0.0036287680 |
ABI
ABI objects
Getter at block 21303172
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
99999999
devFundDivRate() view returns (uint256)
2
devaddr() view returns (address)
0xe03af97e7bef2c2e39fc453e15428fb38ff17e98
mnt() view returns (address)
0x05aad81d5797e114dd733668b263261d2d4486cd
mntPerBlock() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xbbc985a55eee9a5f9db0c7222a2084f675c3a4e5
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
11220000
totalAllocPoint() view returns (uint256)
100000000000000000000
unstakingFrozenTime() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lastStakeTimes(address) view returns (uint256)
pendingmnt(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accmntPerShare)
unfrozenStakeTime(address account) view returns (uint256)
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)
setBonusEndBlock(uint256 _bonusEndBlock)
setDevFundDivRate(uint256 _devFundDivRate)
setUnstakingFrozenTime(uint256 _unstakingFrozenTime)
setmntPerBlock(uint256 _mntPerBlock)
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)
Recovered(address token, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _mnt, address _devaddr, uint256 _mntPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.