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 |
---|---|---|---|---|---|
BWC | ERC-20 | 2 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13616849 | 3 years ago | | | 0 | 0.0059006158 | |
| 10345958 | 4 years ago | | | 0 | 0.00046243200 | |
| 9956651 | 5 years ago | | | 0 | 0.00026571600 | |
| 7598110 | 6 years ago | | | 0 | 0.00014853200 | |
| 6163035 | 6 years ago | | | 0 | 0.0015250770 | |
| 6141035 | 6 years ago | | | 0 | 0.00037133000 | |
| 6127317 | 6 years ago | | | 0 | 0.00014853200 | |
| 6123225 | 6 years ago | | | 0 | 0.0015224530 | |
| 6070220 | 6 years ago | | | 0 | 0.0015198290 | |
| 5974058 | 6 years ago | | | 0 | 0.0015172050 |
ABI
ABI objects
Getter at block 21259493
decimals() view returns (uint32)
4
hardcap() view returns (uint256)
250000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
BWCOIN
owner() view returns (address)
0x0b163cca919640056b051f337c2c6b1ac44d3e8d
symbol() view returns (string)
BWC
totalSupply() view returns (uint256)
75995321696
transferAllowed() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowTransfer()
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool success)
finishMinting() returns (bool)
mint(address _to, uint256 _value) 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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.