BreezeCoin
Verified contract
Active on
Ethereum with 38,446 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BRZC | ERC-20 | 4.962249K | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20244946 | 5 months ago | | | 0 | 0.000088637776 | |
| 11976790 | 4 years ago | | | 0 | 0.0043302244 | |
| 11158567 | 4 years ago | | | 0 | 0.0021000001 | |
| 11108079 | 4 years ago | | | 0 | 0.00073256405 | |
| 11071159 | 4 years ago | | | 0 | 0.00073256406 | |
| 11019711 | 4 years ago | | | 0 | 0.0012337920 | |
| 10664630 | 4 years ago | | | 0 | 0.0035857081 | |
| 10159208 | 4 years ago | | | 0 | 0.0013494600 | |
| 10155641 | 4 years ago | | | 0 | 0.0010410120 | |
| 10134728 | 4 years ago | | | 0 | 0.00084801600 |
ABI
ABI objects
Getter at block 21257653
decimals() view returns (uint256)
18
getOwner() view returns (address)
0xe601bb5ef5ca433e6b467a5fc8453dcace3974de
holder() view returns (address)
0x2bb3a4f80bfb939716e6d85799116feb1906748b
name() view returns (string)
BreezeCoin
owner() view returns (address)
0xe601bb5ef5ca433e6b467a5fc8453dcace3974de
released() view returns (bool)
true
symbol() view returns (string)
BRZC
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
release() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Release()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.