This contract is being backfilled. You may encounter incomplete storage history.

MasterChef

Verified contract

Active on Ethereum with 1,294 txns
Deployed by via 0xf0181a9a at 17170821
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,299.15
ERC-20
Value $2,373.7
ERC-20
Value $356.2
ERC-20
--
 (#0)
ERC-1555
--
0xb5d220d2ff1a939eb53ec41a92a94e404f116e2c8dbdb332a59b43ec2cc7af27
0xb29126d404795e69fe116e7594cb9bf41d86806aba81c63482a4fd7f49011950
0xea2b999380e2a275a17e161711a1481755fb81abe9bd6ff9b3288467fa1d57e9
0x708d51e74faf844bcf90c43ab1a138ae8428cbeea9c64ffafe680913d80e16d4
0x7cf3e03d96a161b5fbad5b450aa1c86010ea2a0db98446f95f33b08580a90022
0xc1cfb6ab5179ab8e8d28ec8205a01eddf9dbf73823f1a5f1b2ad4e0d61a1e5e6
0x276117dcf1fb3f5e8eded545e087ddebe979c6bf5dbcb4ca8eb39cb0e78bf77f
0xa3c6eb7a8a47ed9e7bd89942fca234e0e30ebdd8d41ff71f95dadf954f173956
0x9e376d8e22a5123edbbb4af1ec2860bdd9571d01f4a4d6795c3b28f6921c49c6
0x4ba64c17e967004b3c7a2a0b62827b12508db08e0e68d2ed7516712813cc1969

Functions
Getter at block 21441310
owner(view returns (address)
0x3a11537c0e1f1cc80820a1eed973bb367bf3276a
poolLength(view returns (uint256)
6
rewardPerSecond(view returns (uint256)
173611111111111111111
rewardToken(view returns (address)
0xc6e7e4bf5a44ce80fd17e00c9f4529cb2081c62f
startTime(view returns (uint256)
1683469800
totalAllocPoint(view returns (uint256)
10000
Read-only
pendingReward(uint256 pidaddress _userview returns (uint256)
poolInfo(uint256view returns (address lpTokenuint256 allocPointuint256 lastRewardTimeuint256 accRewardPerShareIndexaddress stake2)
userInfo(uint256addressview returns (uint256 amountuint256 index)
State-modifying
add(uint256 allocPointaddress lpTokenaddress stake2bool withUpdate
batchClaim(uint256[] pids
claim(uint256 pid
claimFor(uint256 pidaddress user
deposit(uint256 piduint256 amountpayable 
depositWithPermit(uint256 piduint256 amountuint256 deadlineuint8 vbytes32 rbytes32 s
emergencyWithdraw(uint256 pid
massUpdatePools(
set(uint256 piduint256 allocPointbool withUpdate
setRewardPerSecond(uint256 rewardPerSecond_
setRewardToken(address newToken
transferOwnership(address newOwner
updatePool(uint256 pid
withdraw(uint256 piduint256 amount
Events
Deposit(address indexed useruint256 indexed piduint256 amountuint256 index
EmergencyWithdraw(address indexed useruint256 indexed piduint256 amount
OwnershipTransferred(address indexed useraddress indexed newOwner
PoolUpdated(uint256 piduint256 allocPoint
RewardPerSecondUpdated(uint256 newRewards
RewardTokenUpdated(address newToken
Withdraw(address indexed useruint256 indexed piduint256 amountuint256 index
Constructor
constructor(uint256 rewardPerSecond_uint256 start_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AMOUNT_IS_NOT_ENOUGH(
DEPOSIT_AMOUNT_ZERO(
WITHDRAW_AMOUNT_TOO_LARGE(
WITHDRAW_AMOUNT_ZERO(