CHAOS

Verified contract

Active on Base with 23 txns
Deployed by via 0xabb2970d at 23194643
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CHAOS"

0xaf241bc2e2522e872c910da6a5f4fee8e8e524cbb081e21d094b83852d61ca70
0xe02a479d11eb6ac163058747d7d9cf5e7fffed6d56bc90987d00714758980834
0x1fa9508924cc2af464def236d45c82b9d9deba3c490fc812680313cbf1be83ab
0xf698972a18cdc0e32b5e95009bbfc3cc8f3f79efbdb2b6c450bfbe540404aff9
0x03842a3a190da6d933f6e9a63b4debbe63325e2fc2d895f7feb1c2f6f073830d
0x2ba0cb33d8b120520ed88b35f2af02403aa0dd5386109505283993665f94c015
0x838dcfa045d863a6df72f91b4ae33ac8eb1a3cd298e1cc1f388fc24802c8f6f6
0xedc0245b9d6af34c0ab608c4e1055fa84a728758b55fdaa121712f03087d2054
0xa6464d805d53109dde39c55acbbd43a3e5578f2588fab323bc1a0b346bcd8d38
0xba340256d32d0a8769ffb16bb998738b784491cd7420e15871ea6ad4ee2fc31e

Functions
Getter at block 23727677
decimals(view returns (uint8)
18
name(view returns (string)
CHAOS
symbol(view returns (string)
CHAOS
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