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

Erc20

Verified contract

Active on Base with 722 txns
Deployed by via 0x90c0249a at 16751981
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Erc20"

0x89c1b8182b77bce80f36198727dc1b594060b4cc77a2d3cc4c7bc46334c0a638
0x35c564405f5e62752bb8a4328697dff3605eef89901248372a654083356b6310
0xcdbefec28c666d7393f69d2a9b21727819f9256d36672672cf0b460ad85b3351
0xba5827bab14a1644f2592fb0649cdcf0795a4445478ae5838e4a52197441caf1
0x44c1f521568a8fc325e41ca09673d63f7f4d9f66eba8a5263a1430b095a45041
0x6eccb13729fc036b00b2b3db4b1e00bcf1ffe868a963bfb1e4e466630036ac37
0xbd403b1671235b7a31322715b8adadec701946542c46a869e41a57b751df5e66
0x86308750f3945f13d08476e25209983fc4c39f9b9d97f18ec612935a20b80348
0xd99c9f7381777eac1fee16c81dd2af5bf69e0b011e5a6f26927f1ee75e993b28
0x4406019e4bea52dd3e24005b7421fdc2691c97509bbff75156a85518e1d1ab94

Functions
Getter at block 22926000
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Crash Family
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CFAM
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account