MasterChef
Verified contract
Active on
Ethereum with 606 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3bba…1538
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FAIR | ERC-20 | 244.679013M | -- | -- | |
SushiLP | ERC-20 | 40K | -- | -- | |
UNI-V2 | ERC-20 | 940.089822 | -- | -- | |
UNI-V2 | ERC-20 | 199.807625 | -- | -- | |
SLP | ERC-20 | 0.05151 | -- | -- | |
SLP | ERC-20 | 0.032973 | -- | -- | |
UNI-V2 | ERC-20 | 0.003978 | -- | -- | |
SLP | ERC-20 | 0.003718 | -- | -- | |
SLP | ERC-20 | 0.002108 | -- | -- | |
UNI-V2 | ERC-20 | 0.001389 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096735 | a month ago | | | 0 | 0.00051994275 | |
| 20877179 | 2 months ago | | | 0 | 0.00071277382 | |
| 20658493 | 3 months ago | | | 0 | 0.00014897610 | |
| 11135844 | 4 years ago | | | 0 | 0.0044437862 | |
| 11087140 | 4 years ago | | | 0 | 0.0026896890 | |
| 11087136 | 4 years ago | | | 0 | 0.0099499380 | |
| 11086451 | 4 years ago | | | 0 | 0.0061617002 | |
| 11086451 | 4 years ago | | | 0 | 0.0073041002 | |
| 11077011 | 4 years ago | | | 0 | 0.0030398280 | |
| 11053761 | 4 years ago | | | 0 | 0.0046066602 |
ABI
ABI objects
Getter at block 21293850
barFundDivRate() view returns (uint256)
20
bonusEndBlock() view returns (uint256)
11075500
bonusMultiplier() view returns (uint256)
1
communityAddr() view returns (address)
0x6474cc7bc92c01fa888a46c9800d56dcd535bc47
communityFundDivRate() view returns (uint256)
100
fair() view returns (address)
0x3bbaf639f381b2d75b321903a921850fc2fe1538
fairPerBlock() view returns (uint256)
100000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0266c3ef5f9f7c696b2074cbf93c933fc5496329
poolLength() view returns (uint256)
15
stakeBar() view returns (address)
0xbf679b5cab87801d2ca9b64609a40eda34bc46ef
startBlock() view returns (uint256)
10945500
totalAllocPoint() view returns (uint256)
20000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingFair(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accFairPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
communityAddress(address _communityAddr)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBonusEndBlock(uint256 _bonusEndBlock)
setBonusMultiplier(uint256 _bonusMultiplier)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
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(address _fair, address _stakeBar, address _communityAddr, uint256 _fairPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.