Cadillac Token

Verified contract

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

No balances found for "Cadillac Token"

0xeeb60944e8407131ba1c36faa62a245238bd7942f6ebda4227c3fe23f06c8d02
0x0dd4ab96db5c1d4280e9da77c9b50b666972a210d10ee50b3462770269f82fec
0x3e14c39ddb424b73e3f91466222c6f4fca51a66372d035d5a44fd9f1ad3aeac8
0xf990efaa2be36b265177962a13c892bf9f4b303314354fcd9b31993287a296e0
0x4cf8e4aa5e16c211d9e3541546a134fe292dc1a8aa350f5c420c35ed244e98ed
0x07309ee733bfd8c993d404102d64c9d15a094cf5985de03455454c9202e1e404
0xc7953f266094fd14fb842f4c0b96c96ad40003184d1268a780c43d4f21634c76
0xeb9e4da1773428ea3b44949adf06bc21fe9209a486d3b9f1a32bd7197bed4c56
0x4a3d4238fa7f50bce070180d78750a5e00015c65404f7cb809f0ce471f97bbce
0x0ebe142166cbe5a49fa6d29eb64d477bb03f5a3a3b4a9ebac4144d84f9a2db66

Functions
Getter at block 22756133
decimals(view returns (uint8)
18
name(view returns (string)
Cadillac Token
symbol(view returns (string)
CT
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