Bartender
Verified contract
Active on
Ethereum with 3,357 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1c47…3091
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUB | ERC-20 | 2.827074K | -- | -- | |
UNI-V2 | ERC-20 | 182.740724 | -- | -- | |
UNI-V2 | ERC-20 | 52.616788 | -- | -- | |
BONES | ERC-20 | 50 | -- | -- | |
UNI-V2 | ERC-20 | 46.947175 | -- | -- | |
UNI-V2 | ERC-20 | 35.822433 | -- | -- | |
UNI-V2 | ERC-20 | 7.42481 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11888578 | 4 years ago | | | 0 | 0.023677852 | |
| 11888578 | 4 years ago | | | 0 | 0.012882080 | |
| 11887481 | 4 years ago | | | 0 | 0.015315126 | |
| 11887415 | 4 years ago | | | 0 | 0.0031159660 | |
| 11887415 | 4 years ago | | | 0 | 0.014228434 | |
| 11864171 | 4 years ago | | | 0 | 0.014128743 | |
| 11615800 | 4 years ago | | | 0 | 0.014833680 | |
| 11615282 | 4 years ago | | | 0 | 0.011324565 | |
| 11326813 | 4 years ago | | | 0 | 0.0038123514 | |
| 11326738 | 4 years ago | | | 0 | 0.0043249053 |
ABI
ABI objects
Getter at block 21260077
BONUS_MULTIPLIER() view returns (uint256)
1
OWNER_FEE_DENOMINATOR() view returns (uint256)
1000
OWNER_FEE_NUMERATOR() view returns (uint256)
5
bonusEndBlock() view returns (uint256)
99999999
getPubPerBlock() view returns (uint256)
1
myPubTokenBalance() view returns (uint256)
0
owner() view returns (address)
0x7c704efdf67405a11f8ebad35de9a0149213e8dc
poolLength() view returns (uint256)
8
pub() view returns (address)
0x1c478637deb86a26e14659211190104e70fc3091
pubOwner() view returns (address)
0xebc5bdd91a5c4b0d8a2b386240b6d1c776c670e1
pubPerBlock() view returns (uint256)
1
startBlock() view returns (uint256)
10934366
totalAllocPoint() view returns (uint256)
1300
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPubs(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPubPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setPubPerBlock(uint256 _pubPerBlock)
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(uint256 _bonusEndBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.