Beerish Token
Verified contract
Active on
Ethereum with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Beerish Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16309054 | 2 years ago | | | 0 | 0.0012178981 | |
| 14913486 | 2 years ago | | | 0 | 0.0013807326 | |
| 14913288 | 2 years ago | | | 0 | 0.0016839253 | |
| 14913245 | 2 years ago | | | 0 | 0.0016830942 | |
| 14913245 | 2 years ago | | | 0 | 0.0016916411 | |
| 14913225 | 2 years ago | | | 0 | 0.0047494260 | |
| 14913223 | 2 years ago | | | 0 | 0.0026476907 | |
| 14913220 | 2 years ago | | | 0 | 0.0024788032 | |
| 14913219 | 2 years ago | | | 0 | 0.0027604022 | |
| 14913217 | 2 years ago | | | 0 | 0.0023272252 |
ABI
ABI objects
Getter at block 21333363
decimals() view returns (uint8)
18
name() view returns (string)
Beerish Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x77edfebcec94830e78afd55186e19fd27627a089
symbol() view returns (string)
CERVEZA
totalSupply() view returns (uint256)
330000000000000000000000
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)
openTrading() returns (bool)
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.