Binance Wrapped Bitcoin
Verified contract
Implementation
Active on
Ethereum with 20 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
BBTC | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19048255 | 10 months ago | | | 0 | 0.00045839197 | |
| 19048195 | 10 months ago | | | 0 | 0.00052887226 | |
| 19048109 | 10 months ago | | | 0 | 0.00080564193 | |
| 19048062 | 10 months ago | | | 0 | 0.00073079146 | |
| 19048039 | 10 months ago | | | 0 | 0.00047494699 | |
| 19048034 | 10 months ago | | | 0 | 0.0062000000 | |
| 19048016 | 10 months ago | | | 0 | 0.00053118452 | |
| 19048011 | 10 months ago | | | 0 | 0.00054357452 | |
| 19048007 | 10 months ago | | | 0 | 0.00057437342 | |
| 19048006 | 10 months ago | | | 0 | 0.0010086493 |
ABI
ABI objects
Getter at block 21245977
decimals() view returns (uint8)
100
initialized() view returns (bool)
true
mintingFinished() view returns (bool)
false
name() view returns (string)
Binance Wrapped Bitcoin
owner() view returns (address)
0x466669406bda723c66c58e523e880fe2ef0336d5
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BBTC
totalSupply() view returns (uint256)
23169997056386970704256554100238450361439323931594676864395462561084417240955
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
initialize(string name, string symbol, uint8 decimals, address owner)
mint(address _to, uint256 _amount) returns (bool)
pause()
reclaimToken(address _token)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.