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

33BITS

Verified contract

Active on Base with 2,299 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "33BITS"

0xb13765536ef99d6486d7cb10a81ff19189ca091301059fc2206332fb610d936f
0x54a186e3396fb57100ea7400b383e075d40b73c269ad0cf4207a57fd17e85644
0xc5816717f3c0a6446af5c7b50cec45d241aa88ea689be221f8bf334f1c78cd5f
0xceaacc4563867365c641e5413f69fdeef1c607d14f647a19be779b8eae3b0da9
0x9566727172a079d752ce99186f13463dfa3a3b01947645a8ab5ad6feb1262161
0xbfaf67a64bbef704ded576dfc5c6c85959231f19c721c7683a7ce1264ad71448
0xe0ce60b2ed90d3c24e32f790ebdfece76fe1a90825ec7e2f8b288b0505578a52
0x30dfeb6c2ae7db09b4c66176ddcba90e04d808567276cb88846754c91b753004
0xc6eb5b1ca120f9e2b49681c34bf124beb1fd2119f9aca80049c1eaf0597b26e4
0x3374358547e8ce3b91de49b1f3ce65af4a8034632658ac3be8d80532d32f71a9

Functions
Getter at block 22722524
decimals(view returns (uint8)
18
name(view returns (string)
33BITS
symbol(view returns (string)
$33BITS
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(string name_string symbol_uint256 maxSupply_
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