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 "BWAcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8652439 | 5 years ago | | | 0 | 0.00011080500 | |
| 8652439 | 5 years ago | | | 0 | 0.00011430010 | |
| 8652194 | 5 years ago | | | 0 | 0.00011080500 | |
| 8635833 | 5 years ago | | | 0 | 0.00017124800 | |
| 8635833 | 5 years ago | | | 0 | 0.00017124800 | |
| 8635833 | 5 years ago | | | 0 | 0.00017124800 | |
| 8635833 | 5 years ago | | | 0 | 0.00017124800 | |
| 8635833 | 5 years ago | | | 0 | 0.00017124800 | |
| 8635833 | 5 years ago | | | 0 | 0.00017124800 | |
| 8635833 | 5 years ago | | | 0 | 0.00017080000 |
ABI
ABI objects
Getter at block 21179386
decimals() view returns (uint8)
18
name() view returns (string)
BWAcoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4ec889b222a1635a51e32465bc0371b3090c549d
symbol() view returns (string)
BWA
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
mint(uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
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.