BeverageBar
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DRINK | ERC-20 | 21.645345M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15922524 | 2 years ago | | | 0 | 0.0010381118 | |
| 15278269 | 2 years ago | | | 0 | 0.00075793922 | |
| 15271333 | 2 years ago | | | 0 | 0.0010621183 | |
| 15253656 | 2 years ago | | | 0 | 0.00054735763 | |
| 15239174 | 2 years ago | | | 0 | 0.0018324918 | |
| 15160030 | 2 years ago | | | 0 | 0.00072544627 | |
| 14513497 | 3 years ago | | | 0 | 0.0022537796 | |
| 14426439 | 3 years ago | | | 0 | 0.0015650006 | |
| 14390879 | 3 years ago | | | 0 | 0.0010436166 | |
| 14226544 | 3 years ago | | | 0 | 0.0070689073 |
ABI
ABI objects
Getter at block 21221241
decimals() view returns (uint8)
18
name() view returns (string)
BeverageBar
sushi() view returns (address)
0x9257fb8fab616867cee67c3289547403617b1938
symbol() view returns (string)
xDRINK
totalSupply() view returns (uint256)
21046057370985080468656204
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _sushi)
This contract contains no fallback and receive objects.
This contract contains no error objects.