Strategic Meme Reserve

Verified contract

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

No balances found for "Strategic Meme Reserve"

0x9c93adfa68a28431730b2f1316db9e9e203b7c560ff6205e0dabd8957be31f10
0xc89f3181343d541852c48e02786f1f4874322d3725dbfd059b10f2d4aefc3c9e
0x565a5601e92d718aff69cc1a858eae434d71af66192454700fe363cae1b460e5
0x2ffde6936112fcb2f0bcfa8e79cf3afbd8818f00b8019252d1606b9e9928832d
0x1104519086c69a3851376cba21b9121d53051709c4e3b3ab997c2f15523ea335
0x8947ed71bf02ad75a27558b2beddb61bc1cc5d4c2b54997e90d267e6f19a98b1

Functions
Getter at block 21292868
decimals(view returns (uint8)
18
name(view returns (string)
Strategic Meme Reserve
symbol(view returns (string)
SMR
totalSupply(view returns (uint256)
1000000000000000000000000000000
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(
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