Bonbeu Bank
Verified contract
Active on
Ethereum with 23 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 |
---|---|---|---|---|---|
BBB | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6985614 | 6 years ago | | | 0 | 0.0021529920 | |
| 6925713 | 6 years ago | | | 0 | 0.0021529920 | |
| 6920783 | 6 years ago | | | 0 | 0.0021529920 | |
| 6920781 | 6 years ago | | | 0 | 0.0021529920 | |
| 6920468 | 6 years ago | | | 0 | 0.0021529920 | |
| 6920466 | 6 years ago | | | 0 | 0.0021529920 | |
| 6920430 | 6 years ago | | | 0 | 0.0021529920 | |
| 6920419 | 6 years ago | | | 0 | 0.0021529920 | |
| 6920412 | 6 years ago | | | 0 | 0.0021529920 | |
| 6920162 | 6 years ago | | | 0 | 0.0010078210 |
ABI
ABI objects
Getter at block 21403648
decimals() view returns (uint8)
6
name() view returns (string)
Bonbeu Bank
owner() view returns (address)
0xad75b4feced46be4b34f1accc781fe02a9e77ab1
symbol() view returns (string)
BBB
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
withdrawEther(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
fallback()
This contract contains no error objects.