MasterChef
Verified contract
Active on
Ethereum with 1,750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6bb6…a2ef
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NDR | ERC-20 | 3.560338K | -- | -- | |
UNI-V2 | ERC-20 | 350.074675 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21195227 | 15 days ago | | | 0 | 0.0022215537 | |
| 20384725 | 4 months ago | | | 0 | 0.00075397354 | |
| 19937386 | 6 months ago | | | 0 | 0.00092002237 | |
| 19881526 | 6 months ago | | | 0 | 0.00081814979 | |
| 19607312 | 8 months ago | | | 0 | 0.0012205582 | |
| 19495980 | 8 months ago | | | 0 | 0.0020914656 | |
| 19488357 | 8 months ago | | | 0 | 0.0025818023 | |
| 19320185 | 9 months ago | | | 0 | 0.0056587635 | |
| 19319527 | 9 months ago | | | 0 | 0.0052094700 | |
| 19319527 | 9 months ago | | | 0 | 0.0046969125 |
ABI
ABI objects
Getter at block 21304375
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
12476740
devFundDivRate() view returns (uint256)
50
devaddr() view returns (address)
0xd1f60ebec593289daba5f5ecba16a906f9d7a8bc
dop() view returns (address)
0x6bb61215298f296c55b19ad842d3df69021da2ef
dopPerBlock() view returns (uint256)
27777777780000000
owner() view returns (address)
0xcf67f232ab46ea065052bbb3e34eee37bcd79e2d
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
12476740
totalAllocPoint() view returns (uint256)
200
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingDop(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accDopPerShare)
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)
setDopPerBlock(uint256 _dopPerBlock)
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 _dop, uint256 _dopPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.