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

Evolving Neural Decentralization

Verified contract

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

No balances found for "Evolving Neural Decentralization"

0x603c709cbf3dc2bb451a53b96a2dc3adb263cda28da8c464fa5a7f88927535c0
0xe58fc50cc79ac6365f1698f74e5a6f66d0dfc3464d061d77c4ffcd7a21e53f63
0x5e56fddd9351f2b7cde0f34e2529ba4741b586f9b9f9694a32d988b9efd9bccc
0x41b058a9ab057e690dbec5a0a142866640c661813b7268adb381361fd92d40af
0x6bfbf0ee7bc7d873f6bad8fc5f4ba27e6793cfb6ed1d768e2f2539e46f7847b3
0xf9cce490336b32418e7368e3fbcf4d2970d86e331ca1f3875d37726ea7506a02
0x9c20a8e6fd7d02fa85531890ac93c34026c2a1d3d1671783fa6e091277ff6744
0xc8f5241dc71954009aa0fda8707edd515c2cdfba6b65fcb4fc5396f22cec1965
0x5f98b77a1264b0f506a5cde999dfb13d68194b867ec4b3a424e97196a0e5d977
0x0b61b62cd26f05f2f43bcbd9808e8cc41f131ea444c94092e1d2e27e144ad03d

Functions
Getter at block 23154842
decimals(view returns (uint8)
18
name(view returns (string)
Evolving Neural Decentralization
symbol(view returns (string)
END
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