Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEMES | ERC-20 | 1.693869B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19428944 | 9 months ago | | | 0 | 0.0030313925 | |
| 19348827 | 9 months ago | | | 0 | 0.0022918225 | |
| 19077130 | a year ago | | | 0 | 0.0010552420 | |
| 18685225 | a year ago | | | 0 | 0.0021534891 | |
| 18685197 | a year ago | | | 0 | 0.0022106269 | |
| 18685191 | a year ago | | | 0 | 0.0022954523 | |
| 18685180 | a year ago | | | 0 | 0.0031628145 | |
| 18630449 | a year ago | | | 0 | 0.0029478709 | |
| 18630444 | a year ago | | | 0 | 0.0042983740 | |
| 18626205 | a year ago | | | 0 | 0.0011489436 |
ABI
ABI objects
Getter at block 21393021
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
FEE_PRECISION() view returns (uint16)
10000
MAX_FEE() view returns (uint16)
2000
autoProcessFees() view returns (bool)
true
decimals() view returns (uint8)
18
feeConfiguration() view returns (bool feesInToken, uint16 buyFees, uint16 sellFees, uint16 transferFees, uint16 burnFeeRatio, uint16 liquidityFeeRatio, uint16 collectorsFeeRatio)
(feesInToken=true, buyFees=0, sellFees=200, transferFees=0, burnFeeRatio=0, liquidityFeeRatio=0, collectorsFeeRatio=10000)
initialSupply_() view returns (uint256)
100000000000000000000000000000
liquidityOwner() view returns (address)
0xae616750b5841ec34dc3f876ad2ffd2102fd6575
maxTokenPerWallet() view returns (uint256)
100000000000000000000000000000
name() view returns (string)
Meme St
numTokensToSwap() view returns (uint256)
10000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapPair() view returns (address)
0x6ddbea19947b019bbd1f3a818858a5022e905d0b
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
MEMES
totalFeeCollectorsShares() view returns (uint256)
10000
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeCollectorShare(address account) view returns (uint256)
isExcludedFromAntiWhale(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isFeeCollector(address account) view returns (bool)
isLpPool(address pairAddress) view returns (bool)
State-modifying
Events addFeeCollector(address account, uint256 share)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
clearStuckFunds()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeFees(uint256 amount, bool inToken)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processFees(uint256 amount, uint256 minAmountOut)
removeFeeCollector(address account)
renounceOwnership()
rescueTokens(address _token, address recipient, uint256 _amount)
setAutoprocessFees(bool autoProcess)
setFeeConfiguration(struct TaxableTokenFeeConfiguration configuration)
setIsExcludedFromAntiWhale(address account, bool excluded)
setIsExcludedFromFees(address account, bool excluded)
setIsLpPool(address pairAddress, bool isLp)
setLiquidityOwner(address newOwner)
setMaxTokenPerWallet(uint256 amount)
setNumTokensToSwap(uint256 amount)
setPairToken(address token)
setSwapRouter(address newRouter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeCollectorShare(address account, uint256 share)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromAntiWhale(address indexed account, bool excluded)
ExcludedFromFees(address indexed account, bool excluded)
FeeCollected(address indexed receiver, uint256 amount)
FeeCollectorAdded(address indexed account, uint256 share)
FeeCollectorRemoved(address indexed account)
FeeCollectorUpdated(address indexed account, uint256 oldShare, uint256 newShare)
FeeConfigurationUpdated(struct TaxableTokenFeeConfiguration configuration)
MaxTokenPerWalletUpdated(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetLpPool(address indexed pairAddress, bool isLp)
SwapRouterUpdated(address indexed router, address indexed pair)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.