MasterChef
Verified contract
Active on
Ethereum with 3,328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbd6a…203d
0xaac4…f8b2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BPT | ERC-20 | 80.569816K | -- | -- | |
UNI-V2 | ERC-20 | 447.267589 | -- | -- | |
UNI-V2 | ERC-20 | 424.997979 | -- | -- | |
UNI-V2 | ERC-20 | 103.990266 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007221 | 21 days ago | | | 0 | 0.00093545641 | |
| 20443888 | 3 months ago | | | 0 | 0.0045771514 | |
| 20251075 | 4 months ago | | | 0 | 0.000026279000 | |
| 19266656 | 9 months ago | | | 0 | 0.0076826770 | |
| 18817745 | a year ago | | | 0 | 0.016689391 | |
| 17561130 | a year ago | | | 0 | 0.00084877031 | |
| 12805953 | 3 years ago | | | 0 | 0.0041463840 | |
| 12580455 | 3 years ago | | | 0 | 0.00068030000 | |
| 12580430 | 3 years ago | | | 0 | 0.0037117700 | |
| 12521318 | 3 years ago | | | 0 | 0.013733993 |
ABI
ABI objects
Getter at block 21157497
claimingOpen() view returns (uint256)
1606780800
duration() view returns (uint256)
7500000
gswap() view returns (address)
0xaac41ec512808d64625576eddd580e7ea40ef8b2
owner() view returns (address)
0xda56b93b787da55f3d2f725a37171648ae09f87c
poolLength() view returns (uint256)
5
rewardPerBlock() view returns (uint256)
30000000000000000000
sablier() view returns (address)
0xbd6a40bb904aea5a49c59050b5395f7484a4203d
startBlock() view returns (uint256)
11195050
totalAllocPoint() view returns (uint256)
14
Read-only
getStreamDetails(uint256 _streamId) view returns (address source, address destination, uint256 amount, address tokenAddress, uint256 startTime, uint256 stopTime, uint256 remainingBalance, uint256 rate)
getStreams(address _who) view returns (uint256[])
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRewardPerShare)
streams(address, uint256) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken)
claimAndWithdraw(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
massUpdatePools()
noRewardsWithdraw(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
transferOwnership(address newOwner)
updateClaimingOpen(uint256 _newTime)
updateDuration(uint256 _duration)
updateIssuingRate(uint256 _newRate)
updatePool(uint256 _pid)
updateStartBlock(uint256 _startBlock)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.