Binance Wrapped BTC
Verified contract
Proxy
Active on
Ethereum with 112,280 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39,529.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBTC | ERC-20 | 0.504153 | $78,269.00 |
$39,459.53 | |
USDC | ERC-20 | 69.69 | $1.001 |
$69.76 | |
DPET | ERC-20 | 15.857183 | $0.025753 |
$0.41 | |
ZIK | ERC-20 | 124.001909 | $0.000145 |
$0.02 | |
PEPE | ERC-20 | 10 | $0.000012 |
$0 | |
BTC | ERC-20 | 0.003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157769 | 4 minutes ago | | | 0 | 0.00064233486 | |
| 21157750 | 8 minutes ago | | | 0 | 0.00092897444 | |
| 21157748 | 8 minutes ago | | | 0 | 0.00095893101 | |
| 21157735 | 11 minutes ago | | | 0 | 0.00077247329 | |
| 21157729 | 12 minutes ago | | | 0 | 0.00074550020 | |
| 21157729 | 12 minutes ago | | | 0 | 0.00088385848 | |
| 21157726 | 13 minutes ago | | | 0 | 0.00082253978 | |
| 21157723 | 13 minutes ago | | | 0 | 0.00087086569 | |
| 21157720 | 14 minutes ago | | | 0 | 0.00084214773 | |
| 21157717 | 14 minutes ago | | | 0 | 0.00084879367 |
ABI
ABI objects
Getter at block 21157786 admin() view returns (address) implementation() view returns (address)
decimals() view returns (uint8)
8
initialized() view returns (bool)
true
mintingFinished() view returns (bool)
false
name() view returns (string)
Binance Wrapped BTC
owner() view returns (address)
0xd183f2bbf8b28d9fec8367cb06fe72b88778c86b
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BBTC
totalSupply() view returns (uint256)
290000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
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()
constructor(address _implementation)
fallback()
This contract contains no error objects.