BANKONBITCOIN
Verified contract
Active on
Ethereum with 10 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 "BANKONBITCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8356176 | 5 years ago | | | 0 | 0.0015534900 | |
| 8355787 | 5 years ago | | | 0 | 0.0015534900 | |
| 8355763 | 5 years ago | | | 0 | 0.0021632420 | |
| 6941042 | 6 years ago | | | 0 | 0.0021684900 | |
| 6941040 | 6 years ago | | | 0 | 0.0021684900 | |
| 6941034 | 6 years ago | | | 0 | 0.0021684900 | |
| 6941027 | 6 years ago | | | 0 | 0.0021684900 | |
| 6941024 | 6 years ago | | | 0 | 0.0021684900 | |
| 6940921 | 6 years ago | | | 0 | 0.0015561140 | |
| 6940905 | 6 years ago | | | 0 | 0.0021632420 |
ABI
ABI objects
Getter at block 21167198
decimals() view returns (uint8)
18
getTokenDetail() view returns (string, string, uint256)
(BANKONBITCOIN, BBTC, 100000000000000000000000000000)
name() view returns (string)
BANKONBITCOIN
owner() view returns (address)
0x244962faf984f6cd9c2f7d8c20619402f27be49e
symbol() view returns (string)
BBTC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
burn(uint256 _value)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.