Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BCB | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18254322 | a year ago | | | 0 | 0.00029668513 | |
| 16359577 | 2 years ago | | | 0 | 0.00072792456 | |
| 13821302 | 3 years ago | | | 0 | 0.0027794393 | |
| 12735053 | 3 years ago | | | 0 | 0.00027961800 | |
| 11549352 | 4 years ago | | | 0 | 0.0034526550 | |
| 11549350 | 4 years ago | | | 0 | 0.0033522000 |
ABI
ABI objects
Getter at block 21184325
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
BCB
operator() view returns (address)
0x6233a18bffa2b0d7f6c66b000f14aa2fc965a697
owner() view returns (address)
0x6233a18bffa2b0d7f6c66b000f14aa2fc965a697
symbol() view returns (string)
BCB
totalSupply() view returns (uint256)
2056271212595998133151426
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
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.