Smart Meme

Verified contract

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

No balances found for "Smart Meme"

0x7765de00c7c491bf22f9139ff4f7f5dd1b68580deb44cd747137d617fc4dd2de
0xbceec563c32a8515c300733f92c47d8282138bde785e69b93252ca801c35cb6c
0xef36be3ac39bf9786b2bec602f37a4ba7958ec3d0639674da41d959d4b9a74c7
0xcca46ae0ec10ad2340ff3d46f8b9a97d020d94829dc372a61249eda3fd23069d
0x648fc7a64f58c22f74e6267b6d5a207546b5cf22f34627d52ec31f279f01079e
0x2a36a71bb55c31c267b3a7cce6ccd58b346e26c6e5dd235b67c2a66c6a1af6a0
0xf77dbbfdd59136698c34c032db85602af490fbb806072bf5e538162b5c715d66
0xf9c050c672c731500e8eaccb9ea8ee7f4d4771debab3f631f2049cc020eb08ed
0x4c4351a99c09a6cbfc742f945b4719564844fe7f222c28dfd2f6c05a1b9c05fe
0x762048a6eb47573dbb2f4adf01bccf4261fa60b1edb3c5aa264d37b22d39b003

Functions
Getter at block 22041795
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Smart Meme
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
Smart Meme
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