MemeEventTracker

Verified contract

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

No balances found for "MemeEventTracker"

0xa091c10a8efe818780d97fb52faf3ce0cd30a5abbdf07c48ab2f04a123be7878
0x0d7d23713eb214f1866207350261f4d520023b48d6b40375c98b69f390a26787

Functions
Getter at block 22779223
buyEventCount(view returns (uint256)
732
memeRegistry(view returns (address)
0xa6bb97e7fb6cb4b61321c09ec0d81098a6682c9a
owner(view returns (address)
0x6a22946fb71c06295373254ebc76989ee07d4f71
sellEventCount(view returns (uint256)
437
Read-only
memeContractCreatedByDeployer(addressview returns (address)
memeContractDeployer(addressview returns (bool)
memeContractIndex(addressview returns (uint256)
State-modifying
addDeployer(address _newDeployer
buyEvent(address _buyeraddress _memeContractuint256 _buyAmountuint256 _tokenRecieved
createMemeEvent(address creatoraddress memeContractaddress tokenAddressstring namestring symbolstring datauint256 totalSupplyuint256 initialReserveuint256 timestamp
listEvent(address useraddress tokenAddressaddress routeruint256 liquidityAmountuint256 tokenAmountuint256 _timeuint256 totalVolume
lockedDeadlineUpdatedEvent(address _useraddress _memeContractuint256 _newLockedDeadlineDays
removeDeployer(address _deployer
renounceOwnership(
sellEvent(address _selleraddress _memeContractuint256 _sellAmountuint256 _nativeRecieved
transferOwnership(address newOwner
Events
LockedDeadlineUpdated(address indexed useraddress indexed memecontractuint256 numDays
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
buyCall(address indexed buyeraddress indexed memeContractuint256 buyAmountuint256 tokenReceiveduint256 indexuint256 timestamp
listed(address indexed useraddress indexed tokenAddressaddress indexed routeruint256 liquidityAmountuint256 tokenAmountuint256 timeuint256 totalVolume
memeCreated(address indexed creatoraddress indexed memeContractaddress indexed tokenAddressstring namestring symbolstring datauint256 totalSupplyuint256 initialReserveuint256 timestamp
sellCall(address indexed selleraddress indexed memeContractuint256 sellAmountuint256 nativeReceiveduint256 indexuint256 timestamp
tradeCall(address indexed calleraddress indexed memeContractuint256 outAmountuint256 inAmountuint256 indexuint256 timestampstring tradeType
Constructor
constructor(address _memeStorage
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account