Confucius

Verified contract

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

No balances found for "Confucius"

0x42e6f1677f070c89914689450b6f528c151ea49bb03109c26d55fbc363d29d33
0x7a1c822b8c2d1f5847c6fd09608cb4c155c706e70cf7783c02786e9391c1906a
0x09c2de30debcf7b6bca853f6db07cc07ccaff075c131580e374000b926a7d8b2
0xd42c2b7fd48045744304356bdd3906af7a6e547b0984530db881bf2684e03308
0x6b4bf18db8400c5c7629fccf14819b662817a1436b3e14ff653bb883afa475d3
0x12e08359f6a7f3e0224284912188a8226191dd039c8c237e8a5d521b6b612dad
0xfea9c495958e4b62b8125ff36e911c4c93fd307a599418b8891dcc763a93eac4
0x3042a3c6a2df08ac2043af2f88c968c26e7736b7a69e6718727ddcaedbf2e063
0xc4f2722e060c84f5c6fc2987c597920f791188af161bee2f2568b9e1c2599860
0x08656f539d0738f6e4bfd77fecf4fac55cc74df6739b2eabfddf716004f0060b

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