Bartender
Verified contract
Active on
Ethereum with 916 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x34c3…b972
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COCK | ERC-20 | 4.650493M | -- | -- | |
UNI-V2 | ERC-20 | 814.78302 | -- | -- | |
UNI-V2 | ERC-20 | 0.000262 | -- | -- | |
UNI-V2 | ERC-20 | 0.000003 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
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) |
---|---|---|---|---|---|---|---|
| 11343819 | 4 years ago | | | 0 | 0.0017708400 | |
| 10916871 | 4 years ago | | | 0 | 0.0091337350 | |
| 10840477 | 4 years ago | | | 0 | 0.0059911650 | |
| 10840477 | 4 years ago | | | 0 | 0.011159856 | |
| 10837639 | 4 years ago | | | 0 | 0.015469776 | |
| 10835137 | 4 years ago | | | 0 | 0.026326200 | |
| 10833226 | 4 years ago | | | 0 | 0.035752420 | |
| 10832194 | 4 years ago | | | 0 | 0.029497400 | |
| 10831575 | 4 years ago | | | 0 | 0.0094690560 | |
| 10831575 | 4 years ago | | | 0 | 0.015715328 |
ABI
ABI objects
Getter at block 21161466
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10916810
cock() view returns (address)
0x34c3f50e408abac32436d7f744f89379e5c2b972
cockPerBlock() view returns (uint256)
100000000000000000000
devaddr() view returns (address)
0xbe150b9be1f88a25ff794a9ad340302d9a9fa7c6
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2ece40aaadbbc3fdd87ec4033af51fbf67944ebf
poolLength() view returns (uint256)
12
startBlock() view returns (uint256)
10816810
totalAllocPoint() view returns (uint256)
5000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingCock(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCockPerShare)
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 _cock, address _devaddr, uint256 _cockPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.