This contract is being backfilled. You may encounter incomplete storage history.

Alfaca

Verified contract

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

No balances found for "Alfaca"

0x7a808bf43b1fdc9570513899a5fe6dfe5b4eb9a18ae21e02af77d2e8ad6cbf4f
0xad5b1a130ad59b789219ed4a6bb9e7671f7e63b12f7ca49cf24e857a6e404369
0x7aeb6917d1689c0d1007a668bdfbf52b8b8b449a5e20d61ed767e4b9b4ac96ce
0xce25ced523bd395021c755d2befc526f90b0002b0909f9738f6431a2e91b8a57
0x491e0d3e13ab99110be5782a8d05fe3bbae034fdcd7bbdb375f23305cb579c8b
0xa22f6cdf3c7daa78241e988d425eda38d6dd96572c67b6ced888f0d2f33c27cc
0x32751663432bf7c3b1a4e1a525165a5518e28d21da27bd8d5c0bba6f7241571a
0xfb8a4c0604bfcb63b3856c14a890571951ddb6042e4b94ca7433788a2a094671
0x3df0a75d768ea8bfe1be2b0a766a1d41e19ef5a6854a2c7ca23be971150e9d3e
0xdafd19f2a4c342869cc2604ec201a565909f2f43452afdc02b77bf02e28e0dcb

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