BinaryCoin
Verified contract
Active on
Ethereum with 19,740 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 |
---|---|---|---|---|---|
BRC | ERC-20 | 2.688596K | -- | -- | |
EEE | ERC-20 | 40.292002 | -- | -- | |
BEAUTY | ERC-20 | 10 | -- | -- | |
BEAUTY | ERC-20 | 10 | -- | -- | |
BEAUTY | ERC-20 | 5 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18546612 | a year ago | | | 0 | 0.00078000000 | |
| 15322762 | 2 years ago | | | 0 | 0.00047773346 | |
| 15291941 | 2 years ago | | | 0 | 0.00010420875 | |
| 15059918 | 2 years ago | | | 0 | 0.0011001292 | |
| 13828153 | 3 years ago | | | 0 | 0.0012484522 | |
| 13828113 | 3 years ago | | | 0 | 0.0021836390 | |
| 12631652 | 3 years ago | | | 0 | 0.00074123200 | |
| 11418024 | 4 years ago | | | 0 | 0.0010866900 | |
| 10710370 | 4 years ago | | | 0 | 0.0017412700 | |
| 10680810 | 4 years ago | | | 0 | 0.0019323850 |
ABI
ABI objects
Getter at block 21158190
INITIAL_SUPPLY() pure returns (uint256)
1000000000000000
decimals() pure returns (uint8)
8
name() pure returns (string)
BinaryCoin
owner() pure returns (address)
0xa434d4dfee103091cb20a91ab40143c943b51eb3
symbol() pure returns (string)
BRC
totalSupply() pure returns (uint256)
1000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, 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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.