Wrapped Bitcoin Diamond
Verified contract
Active on
Ethereum with 229 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 |
---|---|---|---|---|---|
BCD | ERC-20 | 25.052K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201593 | 3 days ago | | | 0 | 0.00079542897 | |
| 21029998 | a month ago | | | 0 | 0.0010346023 | |
| 21029672 | a month ago | | | 0 | 0.0015874092 | |
| 20985977 | a month ago | | | 0 | 0.00082342451 | |
| 20985882 | a month ago | | | 0 | 0.0012944643 | |
| 20905944 | a month ago | | | 0 | 0.00041330658 | |
| 20905132 | a month ago | | | 0 | 0.00023101971 | |
| 20883086 | 2 months ago | | | 0 | 0.00022842034 | |
| 20855678 | 2 months ago | | | 0 | 0.00033292239 | |
| 20855476 | 2 months ago | | | 0 | 0.00034338043 |
ABI
ABI objects
Getter at block 21220546
decimals() view returns (uint8)
7
name() view returns (string)
Wrapped Bitcoin Diamond
owner() view returns (address)
0x79a8caa899ffa097fe57bb220e5872ae43f35c68
symbol() view returns (string)
WBCD
totalSupply() view returns (uint256)
111550070000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burnTokens(uint256 amount) returns (bool)
incrementSupply(uint256 increments)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
BurnTokens(address indexed owner, uint256 amount)
IncrementSupply(address indexed owner, uint256 increments)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.