BTCCToken
Verified contract
Active on
Ethereum with 6,945 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 |
---|---|---|---|---|---|
BTCC | ERC-20 | 27.199K | -- | -- | |
BTCC | ERC-20 | 300 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17899998 | a year ago | | | 0 | 0.00064994903 | |
| 9908383 | 5 years ago | | | 0 | 0.00031626375 | |
| 9903792 | 5 years ago | | | 0 | 0.00021699639 | |
| 9498579 | 5 years ago | | | 0 | 0.00026744400 | |
| 9498579 | 5 years ago | | | 0 | 0.00026744400 | |
| 9498579 | 5 years ago | | | 0 | 0.00026744400 | |
| 9498579 | 5 years ago | | | 0 | 0.00026744400 | |
| 9498579 | 5 years ago | | | 0 | 0.00026744400 | |
| 9498579 | 5 years ago | | | 0 | 0.00026744400 | |
| 9498579 | 5 years ago | | | 0 | 0.00026744400 |
ABI
ABI objects
Getter at block 21242942
decimals() view returns (uint8)
18
name() view returns (string)
BTCCToken
owner() view returns (address)
0x31fffd0db75d749f95d8f3b149bb8f5079b9d02c
symbol() view returns (string)
BTCC
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
getStopTransfer(address _to) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
setStopTransfer(address _to, bool stop)
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.