Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTC | ERC-20 | 9.07863 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20420280 | 4 months ago | | | 0 | 0.00054744149 | |
| 18575560 | a year ago | | | 0 | 0.0011640592 | |
| 18575557 | a year ago | | | 0 | 0.00070173629 | |
| 18574782 | a year ago | | | 0 | 0.0013093803 | |
| 18526768 | a year ago | | | 0 | 0.00085591388 | |
| 18441474 | a year ago | | | 0 | 0.00088013533 | |
| 18380348 | a year ago | | | 0 | 0.00031112400 | |
| 18370936 | a year ago | | | 0 | 0.00076713650 | |
| 18363362 | a year ago | | | 0 | 0.0033705100 | |
| 18341565 | a year ago | | | 0 | 0.00065832768 |
ABI
ABI objects
Getter at block 21388099
canBurn() view returns (bool)
false
canMint() view returns (bool)
false
decimals() view returns (uint8)
8
name() view returns (string)
Bitcoin
owner() view returns (address)
0xaf6d7dcd75681000835cd339f045639df12095bc
symbol() view returns (string)
BTC
totalSupply() view returns (uint256)
10000000000000000
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(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 supply_, uint8 decimals_, bool canMint_, bool canBurn_, address addr_)
receive()
This contract contains no error objects.