MasterChef
Verified contract
Active on
Ethereum with 1,294 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc6e7…c62f
Balances ($4,029.06)
Native
Value
$1,299.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.38105 | $3,409.40 |
$1,299.15 | |
stETH | ERC-20 | 0.696184 | $3,409.59 |
$2,373.7 | |
rETH | ERC-20 | 0.09336 | $3,815.37 |
$356.2 | |
UNI-V2 | ERC-20 | 3.167534K | -- | -- | |
0x49b1…5e90 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18456059 | a year ago | | | 0 | 0.0019073910 | |
| 17856234 | a year ago | | | 0 | 0.0024447472 | |
| 17856221 | a year ago | | | 0 | 0.0023448690 | |
| 17856220 | a year ago | | | 0 | 0.0022036150 | |
| 17809107 | a year ago | | | 0 | 0.0018729916 | |
| 17783105 | a year ago | | | 0 | 0.0023990699 | |
| 17710418 | a year ago | | | 0 | 0.0020834559 | |
| 17667595 | a year ago | | | 0 | 0.0013910451 | |
| 17640880 | a year ago | | | 0 | 0.0027627929 | |
| 17628026 | a year ago | | | 0 | 0.0055899396 |
ABI
ABI objects
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 pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accRewardPerShareIndex, address stake2)
userInfo(uint256, address) view returns (uint256 amount, uint256 index)
State-modifying
Events add(uint256 allocPoint, address lpToken, address stake2, bool withUpdate)
batchClaim(uint256[] pids)
claim(uint256 pid)
claimFor(uint256 pid, address user)
deposit(uint256 pid, uint256 amount) payable
depositWithPermit(uint256 pid, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
emergencyWithdraw(uint256 pid)
massUpdatePools()
set(uint256 pid, uint256 allocPoint, bool withUpdate)
setRewardPerSecond(uint256 rewardPerSecond_)
setRewardToken(address newToken)
transferOwnership(address newOwner)
updatePool(uint256 pid)
withdraw(uint256 pid, uint256 amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, uint256 index)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
PoolUpdated(uint256 pid, uint256 allocPoint)
RewardPerSecondUpdated(uint256 newRewards)
RewardTokenUpdated(address newToken)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, uint256 index)
constructor(uint256 rewardPerSecond_, uint256 start_)
This contract contains no fallback and receive objects.
AMOUNT_IS_NOT_ENOUGH()
DEPOSIT_AMOUNT_ZERO()
WITHDRAW_AMOUNT_TOO_LARGE()
WITHDRAW_AMOUNT_ZERO()