Cybernetic Learning System

Verified contract

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

No balances found for "Cybernetic Learning System"

0x85ccf77e741314c395e2e33ea5473a878a42e090788c6d8c953a847e50b52adc
0x8cb696841b595e34ba7b21828b5f9233f16c76f5c056294502816574efe2849c
0x841588fa810529f57be8204ab11ae5f492bb952ad5d18aa94cee1f5c8d6d9b20
0xbd45ae2be7772ad32b75b1013eb8c4989e60a3fa358643c0e421ad228dfd6de6
0xe33506f825236921da4b24db607da650ca4d6f075093747482d83a432a77b87d
0x38b1fea0ef5e99cce7b2ee29d4b10227c43e5c1f6333fe88cc90b7069d94d9ac
0x68b4807bcd305ab0bdf50f53866496a6a9836b19d95b5f01588c2eedc0429719
0xc89eca8507272b32b7f45e53848700bfb6b8126b22183e603b6174aa9dda8aca
0x834d79d2b962f2deb1d919b5cc76fe858498431996fcfe771109212177691028
0x15826ee5c514246106faad99e16c312d9046b1b981cc566f22f6f904a10e1368

Functions
Getter at block 22919892
decimals(view returns (uint8)
18
name(view returns (string)
Cybernetic Learning System
symbol(view returns (string)
CLS
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