community

Verified contract

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

No balances found for "community"

0xeff93a634573399df1371d896fb168a476eb19b12933ea923fcf3518e2150d7f
0xc387b7cc54225fe813cf2c82055a5d84b4f17f9882a025c3338d46913026438e
0xd5098eaf8644f50254021e47a9f43508e06632ed8b7ad1cca137c0f1b454c71c
0xed04a62e23155548a7ca059aeddbc60c1567d660811ff02584ddd415d3d26bd8
0x8c03dadb7b2bae22938a7eac4e2a3972be06112bfe5d7a92831595d4c770c0a5
0x16f1bd86f51cada12c70bd060c578577b55b16637fa6e0f0e29faaf2df27751a
0x6367879de9338287b58b7e6cb65283b3345ad5210d299fef0817adcc3c9c58ad
0xae7235daa590112819f5fb8ba7f589b878e96488241721ea15c2404a3cb9fe1d
0xcdcedbf299da3d6aa444bbd642ecd4f46c4a319352ceec661f8653a3f3462ee4
0xacdbcd5c168d61adec200cf74162762937d323b803e2f8786f0b75b83e93899f

Functions
Getter at block 23851172
castHash(view returns (string)
0x587c0ec87dd2dfe478d60d5c40c9625bc4903898
decimals(view returns (uint8)
18
deployer(view returns (address)
0x354d4d759c49094f60d537bfd7177c05b70c20cc
fid(view returns (uint256)
6906
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/0b4a3a84-33b0-42a3-5ac2-043beccf6800/original
name(view returns (string)
community
symbol(view returns (string)
$community
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_address deployer_uint256 fid_string image_string castHash_
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