MasterChef
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6247…e2a7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROFIT | ERC-20 | 89.534376 | -- | -- | |
UNI-V2 | ERC-20 | 2.313521 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10855849 | 4 years ago | | | 0 | 0.0095520600 | |
| 10855832 | 4 years ago | | | 0 | 0.011150400 | |
| 10855754 | 4 years ago | | | 0 | 0.025738200 | |
| 10855745 | 4 years ago | | | 0 | 0.038607300 | |
| 10855722 | 4 years ago | | | 0 | 0.0099912120 | |
| 10855714 | 4 years ago | | | 0 | 0.013563312 | |
| 10855629 | 4 years ago | | | 0 | 0.0059900720 | |
| 10855625 | 4 years ago | | | 0 | 0.0050145740 | |
| 10855625 | 4 years ago | | | 0 | 0.011326661 | |
| 10855617 | 4 years ago | | | 0 | 0.022503300 |
ABI
ABI objects
Getter at block 21433567
BONUS_MULTIPLIER() view returns (uint256)
10
PROFIT() view returns (address)
0x6247b57ed1d8294cd9e52322d8dbb4473c1ae2a7
PROFITPerBlock() view returns (uint256)
100000000000000000000
bonusEndBlock() view returns (uint256)
999999999
devaddr() view returns (address)
0x794e63a0d92f417b347e962944f8e5295690ff1d
owner() view returns (address)
0x794e63a0d92f417b347e962944f8e5295690ff1d
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
10855700
totalAllocPoint() view returns (uint256)
100
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPROFIT(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPROFITPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
burn(uint256 amount)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
mint(uint256 amount)
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(address _PROFIT, address _devaddr, uint256 _PROFITPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.