Bitcoin Bless
Verified contract
Active on
Ethereum with 1,321 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bitcoin Bless"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839698 | a month ago | | | 0 | 0.00028070535 | |
| 20757418 | 2 months ago | | | 0 | 0.000088043917 | |
| 11593909 | 4 years ago | | | 0 | 0.0031158400 | |
| 11431750 | 4 years ago | | | 0 | 0.0015409314 | |
| 11314282 | 4 years ago | | | 0 | 0.0032639760 | |
| 11293618 | 4 years ago | | | 0 | 0.0022893165 | |
| 11265555 | 4 years ago | | | 0 | 0.00085685600 | |
| 11263562 | 4 years ago | | | 0 | 0.0010593856 | |
| 11262582 | 4 years ago | | | 0 | 0.00085296120 | |
| 11260929 | 4 years ago | | | 0 | 0.00070128000 |
ABI
ABI objects
Getter at block 21164783
decimals() view returns (uint8)
8
name() view returns (string)
Bitcoin Bless
owner() view returns (address)
0xf5bfcd3712fc4ae13b5bc2b87e4c12cca48c311e
symbol() view returns (string)
BTCB
totalSupply() view returns (uint256)
3000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor()
fallback()
This contract contains no error objects.