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

Choosing Rich

Verified contract

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

No balances found for "Choosing Rich"

0xd2e842ebc4fa314ca709acb26208a9a924371b4a4cbc5d3719fe6de886a79723
0x93347b0fd8dd1df9c8b38132958bbd6cca8aa555c18517df83c3f61ff87c2be6
0x1521d3d1030e8317ce5eea8410081a19134e44ff4264dbb92630b93888a837ef
0x7150d32ae8dd71585a0add87fa0a9b4ec7be94a2a0419228d03b77dd00a6e13f
0xff4af9bf3cbffcec87ba17879cb0cf65534b33a626aa826fe55578e853c2410d
0x6472f5221815075aff81a1dfca35cb51f6adbf3ffba1a9841b3cbd03b65c95db
0xf4f2adf573479562bf38528b60131ecc7980aed078b88281ff3fec096eb76dd8
0x25bf3c66b0f8f0c8fc376bae34631ed7d57b605ea76b66f5adc24e03abe0bd7f
0x00b03b1f047ef2848f32506498f20d7739b508a702a562df980ece130014cd28
0xe4804d61b76b0d154c158b20f3123b037adc30625a006930840185a69c5bf1fd

Functions
Getter at block 22921213
decimals(view returns (uint8)
18
name(view returns (string)
Choosing Rich
symbol(view returns (string)
ChoosingRich
totalSupply(view returns (uint256)
100000000000000000000000000000
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