MasterChef
Verified contract
Active on
Ethereum with 3,421 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd622…0888
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.174614 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12578286 | 3 years ago | | | 0 | 0.00079646564 | |
| 12528267 | 4 years ago | | | 0 | 0.0021591702 | |
| 11873851 | 4 years ago | | | 0 | 0.020512248 | |
| 11873823 | 4 years ago | | | 0 | 0.010259844 | |
| 11784886 | 4 years ago | | | 0 | 0.013563667 | |
| 11696750 | 4 years ago | | | 0 | 0.0056588501 | |
| 11696741 | 4 years ago | | | 0 | 0.0042876960 | |
| 11693120 | 4 years ago | | | 0 | 0.0050853516 | |
| 11683455 | 4 years ago | | | 0 | 0.015977622 | |
| 11671555 | 4 years ago | | | 0 | 0.0099860320 |
ABI
ABI objects
Getter at block 21307178
BONUS_MULTIPLIER() view returns (uint256)
3
defaultReferAddr() view returns (address)
0xee185f392607f9ce87e41df14cb8b7482397c52d
drawPending_threshold() view returns (uint256)
1936490000000000
indirectRefer_threshold() view returns (uint256)
58094760000000000
lastUserId() view returns (uint256)
630
lef() view returns (address)
0xd622e61bdbb5f1d43614be5c6e86d572486b0888
owner() view returns (address)
0xe980414de23cb6fd52958b4e9b7720823cb18f41
periodFinish() view returns (uint256)
1603783000
poolLength() view returns (uint256)
3
rewardRate() view returns (uint256)
90000000000000000
starttime() view returns (uint256)
1603782000
totalAllocPoint() view returns (uint256)
100000
totalMinted() view returns (uint256)
623518041600000000000000
Read-only
allLefAmount(address _user) view returns (uint256)
getAllDeposit(address _user) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getReferAmount(address _user, uint256 _index) view returns (uint256)
getReferReward(address _referrer) view returns (uint256)
getVipLevel(address _user) view returns (uint256)
isUserExists(address user) view returns (bool)
pendingAllLef(address _user) view returns (uint256)
pendingLef(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accLefPerShare, uint256 totalPool)
regisUser(uint256) view returns (address)
userInfo(uint256, address) view returns (uint256 pid, uint256 amount, uint256 reward, uint256 rewardPaid, uint256 updateTime, uint256 userRewardPerTokenPaid)
users(address) view returns (uint256 id, address referrer, uint256 referReward, uint256 totalReward, uint256 referRewardPerTokenPaid, uint256 vip)
vipLevel(uint256) view returns (uint256)
vipPoolInfo(uint256) view returns (uint256 allocPoint, uint256 lastTime, uint256 rewardPerTokenStored, uint256 vipNumber)
State-modifying
Events addLp(uint256 _allocPoint, address _lpToken)
addVipPoolPoint(uint256 _vipIndex, uint256 _allocPoint)
deposit(uint256 _pid, uint256 _amount)
drawReferPending()
getReward(uint256 _pid)
initContract(address _lef, uint256 _rewardRate, uint256 _starttime, uint256 _periodFinish, address _defaultReferAddr)
registrationExt(address referrerAddress)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setDrawReferThreshold(uint256 _threshold)
setIndirectThreshold(uint256 _indirectThreshold)
setRewardRate(uint256 _rewardRate)
setTotalAllocPoint(uint256 _totalAllocPoint)
setVipLevel(uint256 level, uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Registration(address indexed user, address indexed referrer, uint256 indexed userId, uint256 referrerId)
RewardPaid(address indexed user, uint256 reward)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.