MasterBarista
Verified contract
Active on
Ethereum with 4,792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xce9a…2ed7
Balances ($369,007.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARPA | ERC-20 | 7.02917M | $0.052368 |
$368,103.6 | |
FARM | ERC-20 | 14.827582 | $56.40 |
$836.28 | |
BEL | ERC-20 | 100 | $0.581319 |
$58.13 | |
SWRV | ERC-20 | 517.972494 | $0.00902 |
$4.67 | |
OKB | ERC-20 | 0.103448 | $45.11 |
$4.67 | |
TKX | ERC-20 | 0.000048 | $11.97 |
$0 | |
BOBA | ERC-20 | 158.346403K | -- | -- | |
SushiLP | ERC-20 | 10K | -- | -- | |
UNI-V2 | ERC-20 | 8.205694K | -- | -- | |
SLP | ERC-20 | 408.302367 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20435997 | 4 months ago | | | 0 | 0.0073526008 | |
0x474d2e0a | 19604315 | 7 months ago | | | 0.00001 | 0.0010401250 | |
0x474d2e0a | 19604255 | 7 months ago | | | 0.00001 | 0.00083210000 | |
| 13751331 | 3 years ago | | | 0 | 0.0099071467 | |
| 13746460 | 3 years ago | | | 0 | 0.0094238075 | |
| 13677864 | 3 years ago | | | 0 | 0.021773324 | |
| 12359913 | 4 years ago | | | 0 | 0.0046991700 | |
| 12199857 | 4 years ago | | | 0 | 0.016210260 | |
| 12107546 | 4 years ago | | | 0 | 0.014799483 | |
| 11919122 | 4 years ago | | | 0 | 0.015641730 |
ABI
ABI objects
Getter at block 21212382
HALVING_PERIOD() view returns (uint256)
100000
INITIAL_BOBA_PER_BLOCK() view returns (uint256)
5000000000000000000
boba() view returns (address)
0xce9afaf5b0da6ce0366ab40435a48ccff65d2ed7
devAdmin() view returns (address)
0xc3448d6703175a052fee65707972b56269b42f2c
devaddr() view returns (address)
0x3bd029d547cf483c684dbd6dc207d4ce15e5b4d1
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf9f6d74a9f5db5000cb3c067c26414403781eab6
poolLength() view returns (uint256)
22
startBlock() view returns (uint256)
10855317
totalAllocPoint() view returns (uint256)
26000
Read-only
getRewardDuringPeriod(uint256 _from, uint256 _to) view returns (uint256)
pendingBoba(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBobaPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
changeDevAdmin(address _devAdmin)
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 _boba, uint256 _startBlock, address _devAdmin, address _devaddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.