Black N White
Verified contract
Active on
Ethereum with 3,231 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 |
---|---|---|---|---|---|
BNWG | ERC-20 | 200 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149599 | 5 months ago | | | 0 | 0.000083684906 | |
| 12281868 | 4 years ago | | | 0 | 0.0056642741 | |
| 11969092 | 4 years ago | | | 0 | 0.0065639681 | |
| 11885590 | 4 years ago | | | 0 | 0.0035539270 | |
| 11885098 | 4 years ago | | | 0 | 0.0028303730 | |
| 11885013 | 4 years ago | | | 0 | 0.0030644640 | |
| 11884833 | 4 years ago | | | 0 | 0.0026814060 | |
| 11884168 | 4 years ago | | | 0 | 0.0026601250 | |
| 11469137 | 4 years ago | | | 0 | 0.0054421500 | |
| 10293677 | 4 years ago | | | 0 | 0.0011972731 |
ABI
ABI objects
Getter at block 21246123
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
5000000000000000000000000000
name() view returns (string)
Black N White
owner() view returns (address)
0x2a800dd8cc62b099407e879c2b40be85fea3f4d3
symbol() view returns (string)
BNWG
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
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.