Bartender
Verified contract
Active on
Ethereum with 408 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa507…d117
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Soju | ERC-20 | 943.768629M | -- | -- | |
UNI-V2 | ERC-20 | 1.288K | -- | -- | |
UNI-V2 | ERC-20 | 1.256048K | -- | -- | |
UNI-V2 | ERC-20 | 24.270002 | -- | -- | |
UNI-V2 | ERC-20 | 0.07738 | -- | -- | |
UNI-V2 | ERC-20 | 0.022694 | -- | -- | |
UNI-V2 | ERC-20 | 0.000024 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17650351 | a year ago | | | 0 | 0.0014492025 | |
| 17650350 | a year ago | | | 0 | 0.0031602436 | |
| 11854800 | 4 years ago | | | 0 | 0.010573100 | |
| 11411505 | 4 years ago | | | 0 | 0.0083204880 | |
| 10995498 | 4 years ago | | | 0 | 0.0051968570 | |
| 10978290 | 4 years ago | | | 0 | 0.0063028000 | |
| 10978278 | 4 years ago | | | 0 | 0.0070528000 | |
| 10953561 | 4 years ago | | | 0 | 0.0052964706 | |
| 10946995 | 4 years ago | | | 0 | 0.0055469922 | |
| 10924675 | 4 years ago | | | 0 | 0.0083943134 |
ABI
ABI objects
Getter at block 21163016
devaddr() view returns (address)
0x45e6ca515e840a4e9e02a3062f99216951825eb2
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x45e6ca515e840a4e9e02a3062f99216951825eb2
poolLength() view returns (uint256)
6
soju() view returns (address)
0xa507570aea52368f88d4ec11c1f97851270cd117
sojuMax() view returns (uint256)
3614025000000000000000000000
sojuPerBlock() view returns (uint256)
1719000000000000000000
totalAllocPoint() view returns (uint256)
2100
Read-only
alcoholics(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
pendingSoju(uint256 _pid, address _alcoholic) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSojuPerShare)
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 alcoholic, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed alcoholic, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed alcoholic, uint256 indexed pid, uint256 amount)
constructor(address _soju, address _devaddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.