MasterChef
Verified contract
Active on
Ethereum with 55 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb531…5b55
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRRR | ERC-20 | 883.863176 | -- | -- | |
UNI-V2 | ERC-20 | 5.863732 | -- | -- | |
UNI-V2 | ERC-20 | 3.010053 | -- | -- | |
UNI-V2 | ERC-20 | 1.08138 | -- | -- | |
UNI-V2 | ERC-20 | 0.000005 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15898326 | 2 years ago | | | 0 | 0.0038549090 | |
| 12636569 | 3 years ago | | | 0 | 0.0017795050 | |
| 11891594 | 4 years ago | | | 0 | 0.023640503 | |
| 11648858 | 4 years ago | | | 0 | 0.0056247300 | |
| 11641955 | 4 years ago | | | 0 | 0.0063893250 | |
| 11526621 | 4 years ago | | | 0 | 0.0042660722 | |
| 11517016 | 4 years ago | | | 0 | 0.0086736720 | |
| 11516612 | 4 years ago | | | 0 | 0.011301665 | |
| 11513349 | 4 years ago | | | 0 | 0.010268510 | |
| 11512891 | 4 years ago | | | 0 | 0.012563824 |
ABI
ABI objects
Getter at block 21317638
BONUS_MULTIPLIER() view returns (uint256)
10
_owner() view returns (address)
0x410eae62831da39c91e02832d59c9f13ead124b1
bonusEndBlock() view returns (uint256)
9304800
brrr() view returns (address)
0xb53189eb5ab4a0c866736b3a17ac5a847cdb5b55
brrrPerBlock() view returns (uint256)
5000000000000000
devaddr() view returns (address)
0x4d2192d195362eee1821f26cff48ea725da94562
owner() view returns (address)
0x410eae62831da39c91e02832d59c9f13ead124b1
poolLength() view returns (uint256)
5
startBlock() view returns (uint256)
9305800
teamrewardrate() view returns (uint256)
3
totalAllocPoint() view returns (uint256)
100
withdrawlFee() view returns (uint256)
100
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingBrrr(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBrrrPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
changeteamrewardrate(uint256 _newteamrewardrate)
changetokensPerBlock(uint256 _newtokensPerBlock)
changetransBurnrate(uint256 _newtransBurnrate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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)
EthRewardAdded(address indexed user, uint256 ethReward)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
addpool(uint256 _allocPoint, address _lpToken)
setpool(uint256 _pid, uint256 _allocPoint)
constructor(address _brrr, address _devaddr, uint256 _brrrPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.