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

SMol MeMES

Verified contract

Active on Base with 473 txns
Deployed by via 0x610eba71 at 15705237
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xe66849e866c19d448c3d6ad3c878553bb083b97a934830632f671bc919805e92
0xff6c4098a90b314483b3746a96f47ca78cfd82eb2b5ecb7a59e9f3e561fbe2c1
0x25eef07fd3179bb3ea7a74fd0c1656c98e9f681edb5cf5a4f219f0b99759c636
0x13a4244bcc6519c7edccfe5f0ad9f70f53eae6f18efd79d51634c59c06fb3fff
0x354edb85573b5e460c0d9a164b8f7ea846ed65bbaf3e34d4907b1265e87016bb
0x987eb127f3395096542da0a6bbc97115f3a62faee409262c3eb581f8a5e8eedc
0x85ae81861c17a3e9df2e47a7110c0e7fa10c30bc244bd9fecea26f5936aba798
0xa4c4afdcaabf088cf770032d3c2d0e9942f2a899bc0863cc80a8c53a72fc9025
0xbf87a81a1797c92db975d1608d01ae826441e90c92eb9ed80cf186910d597d16
0x0875d5f8a47525b91ea9f636b53351e3c43e1fa16f4da41a4debb4f072c28038

Functions
Getter at block 21873304
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
SMol MeMES
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SMoL
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