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

DemoDemoDemo

Verified contract

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

No balances found for "DemoDemoDemo"

0x5a0e88aee0e1822a462dc53aff7670758c987bfcd66480bf0da64cf9e8c13e28
0x779051d148ab598135aae8df6deb5bf5e8faf102cc3feaab7b8986653c38dd95
0x777b56ce158165f180a336d894880ed19dd1d69e8635f9ad1dee582e8b646c4a
0xb7cf5d6fefb7491db805a4a5995ecf5ee248401325fb8e233d04ac2e4c4f0cb4
0x01d06f4253ff96e40072117c50d0aee3ff3ea161cd3b45b251aed3bc52106e20
0xeb34a5a5f67c9a12455a022d836e062818d932c9bc11b2780f3aa03abacd0191

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