LeetChefV1

Verified contract

Active on Base with 2,030 txns
Deployed by via 0xec20bfcc at 1802253
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x86b3e002861fd18ab6f70387b0c4f71dd1327ff3fe6ef3c76258b32393c086a9
0xcbecd5d1962f98d98a6daaf9e5a92c78bd5357b1dcdabec354d4715dbbd200fb
0x7879451068a7ad191095ba7181e460e8b60542ff8bc90bf41baf69b1df53b077
0xe5fb53d2129e3d6b13b2c6af447ec6ad9f559959f2e0c6b7e592abbe304fab91
0x1bfae89b6920971c2e008d7675dc7d755eaea5014f933d572db8c859f256c2a3
0xb4d1caf622d08961af35cbda3eeca568d6d10475c8c9f4750fecaa8885b9edd2
0x8d95a7b02e91ead8c413f974ba4e8975b4a9a397ee0543374359961149ca6d1c
0xf585170e9524e6e1c52c2d7ad947e38c1cc98afcdc2fa8d940328afab6f31ddd
0x9542f41858b5bac802a0f79657b6de6e02260d0ba523614600c650983dfd6701
0x060dfa4d4b751aa176570f24bdd5c1822a2bf891855bd1f53cbb8615bcde4ddd

Functions
Getter at block 22755757
PRIMARY_TOKEN(view returns (address)
0x0963a1abaf36ca88c21032b82e479353126a1c4b
migrator(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
poolLength(view returns (uint256 pools)
5
primaryTokenPerSecond(view returns (uint256)
3000000000000000
totalAllocPoint(view returns (uint256)
1455
Read-only
addedTokens(addressview returns (bool)
lpToken(uint256view returns (address)
pendingPrimaryToken(uint256 _pidaddress _userview returns (uint256 pending)
poolInfo(uint256view returns (uint256 accPrimaryTokenPerShareuint256 lastRewardTimeuint256 allocPoint)
rewarder(uint256view returns (address)
userInfo(uint256addressview returns (uint256 amountint256 rewardDebt)
State-modifying
add(uint256 allocPointaddress _lpTokenaddress _rewarder
claimAllLPFees(
claimLPFees(uint256 pid
deposit(uint256 piduint256 amountaddress to
emergencyWithdraw(uint256 pidaddress to
harvest(uint256 pidaddress to
massUpdatePools(
massUpdatePools(uint256[] pids
migrate(uint256 _pid
reclaimPrimaryToken(uint256 amount
reclaimTokens(address tokenuint256 amountaddress to
renounceOwnership(
set(uint256 _piduint256 _allocPointaddress _rewarderbool overwritebool _withUpdate
setMigrator(address _migrator
setPrimaryTokenPerSecond(uint256 _primaryTokenPerSecondbool _withUpdate
transferOwnership(address newOwner
updatePool(uint256 pidreturns (struct LeetChefV1PoolInfo pool)
withdraw(uint256 piduint256 amountaddress to
withdrawAndHarvest(uint256 piduint256 amountaddress to
Events
Deposit(address indexed useruint256 indexed piduint256 amountaddress indexed to
EmergencyWithdraw(address indexed useruint256 indexed piduint256 amountaddress indexed to
Harvest(address indexed useruint256 indexed piduint256 amount
LogPoolAddition(uint256 indexed piduint256 allocPointaddress indexed lpTokenaddress indexed rewarder
LogPrimaryTokenPerSecond(uint256 primaryTokenPerSecond
LogSetPool(uint256 indexed piduint256 allocPointaddress indexed rewarderbool overwrite
LogUpdatePool(uint256 indexed piduint256 lastRewardTimeuint256 lpSupplyuint256 accPrimaryTokenPerShare
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Withdraw(address indexed useruint256 indexed piduint256 amountaddress indexed to
Constructor
constructor(address _primaryToken
Fallback and receive

This contract contains no fallback and receive objects.

Errors
MigratedBalanceUnmatch(
MigratorNotSet(
ReclaimingRewardToken(
TokenAlreadyAdded(