BITO Coin
Verified contract
Active on
Ethereum with 5,644 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10761686 | 4 years ago | | | 0 | 0.0059569020 | |
| 10297364 | 4 years ago | | | 0 | 0.0016183800 | |
| 10297355 | 4 years ago | | | 0 | 0.0016183800 | |
| 10204507 | 4 years ago | | | 0 | 0.0015104880 | |
| 10048381 | 5 years ago | | | 0 | 0.00035051400 | |
| 10043890 | 5 years ago | | | 0 | 0.00042840600 | |
| 10043888 | 5 years ago | | | 0 | 0.00059340600 | |
| 10039363 | 5 years ago | | | 0 | 0.0011868120 | |
| 10013013 | 5 years ago | | | 0 | 0.00068544960 | |
| 10012071 | 5 years ago | | | 0 | 0.00047499480 |
ABI
ABI objects
Getter at block 21332163
decimals() view returns (uint256)
8
emergencyFreeze() view returns (bool)
false
name() view returns (string)
BITO Coin
owner() view returns (address)
0x99f9cd21e5e2cfb3d02181d708155d29663705cc
symbol() view returns (string)
BITO
totalSupply() view returns (uint256)
21000000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
isFreezed(address _targetAddress) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
emergencyFreezeAllAccounts(bool _freeze) returns (bool res)
freezeAccount(address _target, bool _freeze) returns (bool res)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address _tokenAddress, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 amount)
EmerygencyFreezed(bool emergencyFreezeStatus)
Freezed(address targetAddress, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.