MasterChef
Verified contract
Active on
Ethereum with 38 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeaca…db88
0x58de…1433
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REC | ERC-20 | 27.899412K | -- | -- | |
UNI-V2 | ERC-20 | 21.382809 | -- | -- | |
UNI-V2 | ERC-20 | 4.029269 | -- | -- | |
UNI-V2 | ERC-20 | 3.849316 | -- | -- | |
UNI-V2 | ERC-20 | 0.000067 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11240681 | 4 years ago | | | 0 | 0.013716990 | |
| 11240559 | 4 years ago | | | 0 | 0.0037236600 | |
| 11216451 | 4 years ago | | | 0 | 0.0034227740 | |
| 11195592 | 4 years ago | | | 0 | 0.0027396010 | |
| 11195497 | 4 years ago | | | 0 | 0.0043247520 | |
| 11192043 | 4 years ago | | | 0 | 0.010542046 | |
| 11192014 | 4 years ago | | | 0 | 0.010911480 | |
| 11188057 | 4 years ago | | | 0 | 0.0049613146 | |
| 11184721 | 4 years ago | | | 0 | 0.011318846 | |
| 11176359 | 4 years ago | | | 0 | 0.0085725510 |
ABI
ABI objects
Getter at block 21392063
BONUS_MULTIPLIER() view returns (uint256)
2
RecyclePerBlock() view returns (uint256)
200000000
bonusEndBlock() view returns (uint256)
11181100
devaddr() view returns (address)
0x22a882ccfe6e96936148adca2ff0e95d74a5b98b
minLockTime() view returns (uint256)
864000
owner() view returns (address)
0x22a882ccfe6e96936148adca2ff0e95d74a5b98b
poolLength() view returns (uint256)
5
recycle() view returns (address)
0xeacaa2a5dbcf4ce4d00ea955da66db6d4f20db88
recycleStation() view returns (address)
0x58de7076f31f3d47dd7aa273aefe8e0d1e701433
remainBountyAmount() view returns (uint256)
2996559329108
remainBugBountyAmount() view returns (uint256)
6237450000003
remainPoolRewardAmount() view returns (uint256)
82374500000003
startBlock() view returns (uint256)
11171100
totalAllocPoint() view returns (uint256)
1200
Read-only
bountyInfo(address) view returns (address referrer, uint256 bountyAmount, uint256 referrLevel1, uint256 referrLevel2)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingRecycle(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRecyclePerShare, uint256 totalLPAmount, uint256 lastBurnTime, uint8 burnAmountOfK)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastDepositTime)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
add(uint256 _allocPoint, address _lpToken, bool _withUpdate, uint8 _burnOfK)
deposit(uint256 _pid, uint256 _amount, address referrer)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
initRecyclePair(uint256 _perETHCanSwapAmount, address _factory, address _WETH) payable
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate, uint8 _burnOfK)
setBounty(uint256 _amount)
setBugBounty(uint256 _amount)
setMinLockTime(uint256 _time)
setPoolReward(uint256 _amount)
setRecycleStation(address _station)
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 _recycle, address _devaddr, uint256 _recyclePerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.