CABALD

Verified contract

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

No balances found for "CABALD"

0xcf09659cfcafa85403754b20c80d4fae5593a12f8bdd7f42624772b53bb774e5
0xc789c94fead84b3e83713b71735ade56c5f60216f87222cad4b4d79e980af70d
0x060f5fc9ea71f3f0a6e888b37c2671aa4bf624202ee3696362d7f4d99d1982d3
0xbb7e8f293cafafe21eb76a9aeccf89c68b2a5143e5f774efbfad49129df84062
0x8f19dbf4fc100ab12a09d5b40e117530dfc779386df92d4537eef42384d953c5
0xa87c89613a7bd61f89089e26ac944e26967bf8e38c0876a577cd76a0ac89e53c
0x0b8468efae842f2133dba5b975df12a8c7b29fa826671d4fcf1a6334b7706638
0xecb168976247124feea00523b93ba2f67a62f2f59e2ab306257a06d83621bd3c
0x51f70be896c86a7c80427b8bf880a4934451d97cd84a8c0f0350a8d3f70ec244
0x8a80cfa97194098d3a1233143fdf213d544dbef6bffcd930e800252096b865b5

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