BlockBank
Verified contract
Active on
Ethereum with 43,873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,471.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEXO | ERC-20 | 1.050455K | $1.16 |
$1,218.53 | |
BUSD | ERC-20 | 624.431315 | $0.996147 |
$622.03 | |
USDT | ERC-20 | 420 | $1.001 |
$420.42 | |
Metis | ERC-20 | 2 | $51.01 |
$102.02 | |
ARBOT | ERC-20 | 33.401921K | $0.002619 |
$87.48 | |
BBANK | ERC-20 | 213.280318K | $0.000097 |
$20.71 | |
KOCHI | ERC-20 | 4.089152B | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151463 | a day ago | | | 0 | 0.00052943145 | |
| 21124529 | 5 days ago | | | 0 | 0.00017266490 | |
| 21123219 | 5 days ago | | | 0 | 0.00080044188 | |
| 21121459 | 5 days ago | | | 0 | 0.00012409762 | |
| 21120222 | 6 days ago | | | 0 | 0.00028332519 | |
| 21120216 | 6 days ago | | | 0 | 0.00020681418 | |
| 21120210 | 6 days ago | | | 0 | 0.00019467188 | |
| 21120166 | 6 days ago | | | 0 | 0.00023820382 | |
| 21120156 | 6 days ago | | | 0 | 0.00015978649 | |
| 21119783 | 6 days ago | | | 0 | 0.00018825101 |
ABI
ABI objects
Getter at block 21160620
TOTAL_SUPPLY() view returns (uint256)
400000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BlockBank
owner() view returns (address)
0xf8c442282841df4708f59e53e6342784339ba397
symbol() view returns (string)
BBANK
totalSupply() view returns (uint256)
400000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.