CultusRabbitGreenCandle

Verified contract

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

No balances found for "CultusRabbitGreenCandle"

0xf9951adcc61367d892baba4bfdf50c21eb9b58f1c88810b126999285b02c6b4d
0x69ac7177379d12cf0e4415bea3bd3660c47bb6666c0c4dbecfb60038dc5d235c
0xf1c8f4920dc94ab372d66e762d88f3d59b62fc3ce4d2d4e72cb96b84d48659e7
0xe421ccfa955bb289f2ed59a5dcfa05dac7fd8387249f2c83eb0ac1242c53c77d
0x131ca395022a373904fd075cbdbe21f81a117c48fc5020fd1492a179c087b42a
0xaed4614af780d6344de6a2284fe488b534ff3f38c9148ba7d317810b92ab03c8
0x8288a47841faf1139e1dd3ab06cad6086908d29fe299276c8a9c86be0332aad5
0x93651ba98106cbf2f14a9e3374f01c5e384d419bd4f1e3e3035bcc3200c2dd12
0xa62ba07da7adb007b80881878c6dbc57494c962f2ee58f9a7016308094b18d6a
0x062d77d2c548e3ddb84ba6f1f762ebdde8e36e33fc3af2c2a1e05db3a6a0a457

Functions
Getter at block 22716791
decimals(view returns (uint8)
18
name(view returns (string)
CultusRabbitGreenCandle
symbol(view returns (string)
CRGC
totalSupply(view returns (uint256)
1000000000000000000000000000
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