Bartender
Verified contract
Active on
Ethereum with 271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd8bc…17b3
0x1c47…3091
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUBS | ERC-20 | 12.533025K | -- | -- | |
UNI-V2 | ERC-20 | 2.608132K | -- | -- | |
UNI-V2 | ERC-20 | 152.306844 | -- | -- | |
UNI-V2 | ERC-20 | 1.1 | -- | -- | |
UNI-V2 | ERC-20 | 0.0005 | -- | -- | |
UNI-V2 | ERC-20 | 0.000057 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20616950 | 3 months ago | | | 0 | 0.00017141807 | |
| 16873053 | 2 years ago | | | 0 | 0.00052412549 | |
| 16524201 | 2 years ago | | | 0 | 0.0015759151 | |
| 15923631 | 2 years ago | | | 0 | 0.0019007825 | |
| 15694365 | 2 years ago | | | 0 | 0.00052136100 | |
| 15410729 | 2 years ago | | | 0 | 0.0026679952 | |
| 15219775 | 2 years ago | | | 0 | 0.0028496400 | |
| 15216195 | 2 years ago | | | 0 | 0.00078172340 | |
| 15216170 | 2 years ago | | | 0 | 0.0013287286 | |
| 15216076 | 2 years ago | | | 0 | 0.0022293151 |
ABI
ABI objects
Getter at block 21304617
OWNER_FEE_DENOMINATOR() view returns (uint256)
10000
OWNER_FEE_NUMERATOR() view returns (uint256)
50
accumulatedTax() view returns (uint256)
28766384100296488600
getPubPerBlock() view returns (uint256)
2500000000000000000
myPubTokenBalance() view returns (uint256)
0
owner() view returns (address)
0x7c704efdf67405a11f8ebad35de9a0149213e8dc
poolLength() view returns (uint256)
5
pub() view returns (address)
0xd8bc0795afd6aa03dbf209fbb1f1de1cf00517b3
pubOwner() view returns (address)
0x7c704efdf67405a11f8ebad35de9a0149213e8dc
pubPerBlock() view returns (uint256)
2500000000000000000
pubToken() view returns (address)
0xd8bc0795afd6aa03dbf209fbb1f1de1cf00517b3
startBlock() view returns (uint256)
11115386
totalAllocPoint() view returns (uint256)
1
Read-only
getUserInfo(uint256 _pid, address _address) view returns (uint256)
getUserInfoLocked(uint256 _pid, address _address) view returns (uint256)
pendingLockedPubs(uint256 _pid, address _user) view returns (uint256)
pendingPubs(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPubPerShare, uint256 accTaxPubPerShare, uint256 accLPTaxPubPerShare, uint256 accTokensForTax, uint256 accTokensForLPTax)
pubBalance(address a) view returns (uint256)
userInfo(uint256, address, uint256) view returns (uint256 amount, uint256 rewardDebt, uint8 lockType, uint256 unlockDate, uint256 taxRewardDebt, uint256 lpTaxRewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount, uint8 lockType)
emergencyWithdraw(uint256 _pid)
handleTaxDistribution(uint256 _tax, uint256 _devTax)
harvest(uint256 _pid)
massUpdateLPTaxAllocationForPools(uint256 _amount)
massUpdatePools()
massUpdateTaxAllocationForPools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setPubPerBlock(uint256 _pubPerBlock)
swapPubForPub2(uint256 _amount)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdrawMax(uint256 _pid)
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 _startBlock, address _oldPub)
This contract contains no fallback and receive objects.
This contract contains no error objects.