BrewMaster
Verified contract
Active on
Ethereum with 713 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0dc…ff3b
Balances ($3.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.001 | $3,107.03 |
$3.11 | |
UNI-V2 | ERC-20 | 199.077456K | -- | -- | |
BEER | ERC-20 | 57.301955K | -- | -- | |
UNI-V2 | ERC-20 | 5.196152K | -- | -- | |
UNI-V2 | ERC-20 | 210.229656 | -- | -- | |
UNI-V2 | ERC-20 | 61.955233 | -- | -- | |
UNI-V2 | ERC-20 | 1.425197 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17689333 | a year ago | | | 0 | 0.0024386490 | |
| 17689327 | a year ago | | | 0 | 0.0018024798 | |
| 17506686 | a year ago | | | 0 | 0.0018435049 | |
| 13436636 | 3 years ago | | | 0 | 0.0036587050 | |
| 13436447 | 3 years ago | | | 0 | 0.0075951147 | |
| 11165529 | 4 years ago | | | 0 | 0.0043290828 | |
| 11148448 | 4 years ago | | | 0 | 0.0035638960 | |
| 11139569 | 4 years ago | | | 0 | 0.0059045876 | |
| 11128862 | 4 years ago | | | 0 | 0.0016602771 | |
| 11128862 | 4 years ago | | | 0 | 0.0022625392 |
ABI
ABI objects
Getter at block 21222839
BONUS_MULTIPLIER() view returns (uint256)
3
beer() view returns (address)
0xb0dc4af6f1e722dd201ac15216b6afb51e78ff3b
beerPerBlock() view returns (uint256)
8000000000000000000
bonusEndBlock() view returns (uint256)
11023037
devaddr() view returns (address)
0x4f6ccfc5dc83d40e1ea96398b0bd35bc4d64809d
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb2b4076a36b8993094cbfdb72512820b8bedb6ce
poolLength() view returns (uint256)
18
startBlock() view returns (uint256)
10965437
totalAllocPoint() view returns (uint256)
1005
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingEgg(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accEggPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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 _beer, address _devaddr, uint256 _beerPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.