Angela's Memory

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 "Angela's Memory"

0x2b23b5df3f4861c3a56db7849933cd81c6ee33c0d703b16d7304b6f327d6127d
0x590592cd04849b9932e15e0e69d3e2d490a143895f90f66bc6e92c7e4cb5cb7d
0x249b95c77ed4faf0184adcb29b4a9bc898f34537c30ae01762739ce13a6a8cb9
0x11c9605d28eeabac4fc17355197447bd17142e5033e5488f5023c6eb4a1c84b1
0xe283a27648b8d23e5b85735fb1dcdac4e7622567a96cfd8ac8218d208f58ef4f
0xb6a876dc022cd14d2dec94d5d9b4ff0f76d949f0c157882769618c52144d2c9c
0xaf3250c0adaec12972c8c267caad4ce0bcca7061cf6b068777ee292586301c65
0xa698f4a13b731c03f25da43434665e956efc1700963104a339c69d756bde0ea0
0x0dd1a76b296cb2677c7032042142047b50056a0211502212651a68911fe63ac3
0xea295de56df8f33267a8c87c469209c7ae50ee9d0ef688b13b904230d8190d17

Functions
Getter at block 22922606
decimals(view returns (uint8)
18
name(view returns (string)
Angela's Memory
symbol(view returns (string)
ANGL
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