This contract is being backfilled. You may encounter incomplete storage history.

bitbank

Verified contract

Active on Base with 2,734 txns
Deployed by via 0x63e6a9a1 at 12533575
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x1814cfd2f1cf2edaa9635b2544e689e0ddecbaf10194506e9db4f32bb2e0d046
0x20fe8647f94bd9aa14e65df43addbbb957fe9181efaaf67b322e6d2a91d4c649
0x0b375f7b8acc83ec9efcfb769e994135442ef4050255b1d526cd08a4880acac1
0xe1936ba2c09bad1272eb6b42e2bd0bae579f3f0eb384fb33bee1025d044e4f94
0x900988a7e772f244eb44840f659082b4fc3459ef154f91862c8048f8fa448719
0x54ade41cae54c76b708f37e601bd5a4924154674521ba0a3e325ef68393a6626
0xfb926dab3e09b565b2b800de2f8c1d2c954bf2a06b3371effafa58aedb051bea
0x80e0939331b617ea39d585fcbc606e14f7e0f1c5f6f670397ff623ca3c7bde12
0x9d3c71e3b30f82910929ff905c7e6b3b2576e013a02660865d600b40fd476133
0xb98208040135252ac03efde54433bf0e5c0cf8615a4893daf247c996de9f7f4c

Functions
Getter at block 22763198
decimals(view returns (uint8)
18
name(view returns (string)
bitbank
symbol(view returns (string)
bitbank
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender