MasterChef
Verified contract
Active on
Ethereum with 2,322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1cc7…27f2
Balances ($1,218,384.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLX | ERC-20 | 36.459505M | $0.033417 |
$1,218,384.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196995 | 6 hours ago | | | 0 | 0.00098827532 | |
| 21192891 | 19 hours ago | | | 0 | 0.0017914819 | |
| 21191609 | a day ago | | | 0 | 0.0016052440 | |
| 21190228 | a day ago | | | 0 | 0.0019839513 | |
| 21190193 | a day ago | | | 0 | 0.00095177751 | |
| 21184598 | 2 days ago | | | 0 | 0.0020716724 | |
| 21184574 | 2 days ago | | | 0 | 0.0021978618 | |
| 21184506 | 2 days ago | | | 0 | 0.0020767386 | |
| 21181379 | 2 days ago | | | 0 | 0.0040701673 | |
| 21175994 | 3 days ago | | | 0 | 0.00085111067 |
ABI
ABI objects
Getter at block 21198649
getClaimingContract() view returns (address)
0xad9212664f98577ed1506c3ca369256310e52f86
owner() view returns (address)
0x23433dfb5b12e8bedbfeee23d1450cafa910c702
poolLength() view returns (uint256)
3
remainingRewardTokens() view returns (uint256)
18256452734540774594891525
rewardDuration() view returns (uint256)
31536000
rewardToken() view returns (address)
0x1cc7047e15825f639e0752eb1b89e4225f5327f2
totalClaimedRewards() view returns (uint256)
5052707735459225405108475
totalLockedUpRewards() view returns (uint256)
1259258387878253087047195
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingToken(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 duration, uint256 apy, uint256 lastRewardTime, uint256 accTokenPerShare, uint256 totalSupply)
stakeHolders(uint256, uint256) view returns (address)
stakeHoldersLength(uint256 _pid) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 timestamp)
withdrawAllowed(uint256 _pid, address _user) view returns (bool)
State-modifying
Events add(address _lptoken, uint256 _duration, uint256 _apy, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
deposit(uint256 _pid, uint256 _amount, address _owner, address _sender)
exit(uint256 _pid, uint256 _amount)
getRewards(uint256 _pid)
initializePools(address _lptoken1)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _duration, uint256 _apy, bool _withUpdate)
setClaimingContract(address _claimingContract)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
Harvest(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.