MELLSTROY
Verified contract
Active on
Ethereum with 465 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Balances ($1.84)
Native
Value
$1.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000545 | $3,383.64 |
$1.84 | |
MELLSTROY | ERC-20 | 15.689844M | -- | -- | |
MELLSTROY | ERC-20 | 6.520108M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20921526 | 2 months ago | | | 0 | 0.00077469965 | |
| 20813649 | 2 months ago | | | 0 | 0.0015639377 | |
| 20813649 | 2 months ago | | | 0 | 0.0015639377 | |
| 20813649 | 2 months ago | | | 0 | 0.0015639377 | |
| 20218891 | 5 months ago | | | 0 | 0.00021530231 | |
| 20218782 | 5 months ago | | | 0 | 0.00014682709 | |
| 20142742 | 5 months ago | | | 0 | 0.00010520558 | |
| 20142388 | 5 months ago | | | 0 | 0.00020023799 | |
| 20140220 | 5 months ago | | | 0 | 0.00026639205 | |
| 20140108 | 5 months ago | | | 0 | 0.00017370297 |
ABI
ABI objects
Getter at block 21271021
MAX_HOLDING_PERCENTS_DIVISOR() view returns (uint256)
1000
_burnFee() view returns (uint256)
1
_liquidityFee() view returns (uint256)
1
_marketingFee() view returns (uint256)
2
_maxHoldingPercents() view returns (uint256)
5
_sellBurnFee() view returns (uint256)
2
_sellLiquidityFee() view returns (uint256)
2
_sellMarketingFee() view returns (uint256)
4
_sellTaxFee() view returns (uint256)
2
_taxFee() view returns (uint256)
1
antiManager() view returns (address)
0x461e50b07ece7c2762011af91664fa0c3c1a5244
antiWhaleEnabled() view returns (bool)
true
decimals() view returns (uint8)
18
feePercentagesLocked() view returns (bool)
false
marketingWallet() view returns (address)
0xaabe29be63c0c90d3fddc450ca34f94229b62b73
name() view returns (string)
MELLSTROY
numTokensSellToAddToLiquidity() view returns (uint256)
5000000000000000000000000
numTokensSellToMarketing() view returns (uint256)
10000000000000000000000000
owner() view returns (address)
0x365015e58ecb1c65a833da79c44dde10c298b745
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
MELLSTROY
totalFees() view returns (uint256)
567059427172618896102960685
totalSupply() view returns (uint256)
21000000000000000000000000000
transferFromPairCounter() view returns (uint256)
88
transferFromPairWhitelistEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x6c4449f413ed628ebd06de52edde43b5a2efbc2b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
universalRouter() view returns (address)
0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad
universalRouterFeeAddress() view returns (address)
0x000000fee13a103a10d593b9ae06b3e05f2e7e1c
Read-only
allowance(address owner, address spender) view returns (uint256)
antiWhaleWhitelist(address) view returns (bool)
balanceOf(address account) view returns (uint256)
firstTransferFromPairWhitelist(address) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
secondTransferFromPairWhitelist(address) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
editAntiWhaleWhitelist(address[] account, bool[] enabled)
editFirstTransferFromPairWhitelist(address[] account, bool[] enabled)
editSecondTransferFromPairWhitelist(address[] account, bool[] enabled)
excludeFromFee(address account)
excludeFromReward(address account)
getETHFromContract()
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockFeePercentages()
renounceOwnership()
setAntiWhale(bool enabled)
setBurnFeePercent(uint256 burnFee)
setLiquidityFeePercent(uint256 liquidityFee)
setMarketingFeePercent(uint256 marketingFee)
setMarketingWallet(address newWallet)
setMaxHoldingPercents(uint256 maxHoldingPercents)
setNumTokensSellToAddToLiquidity(uint256 _numTokensSellToAddToLiquidity)
setNumTokensSellToMarketing(uint256 _numTokensSellToMarketing)
setSellBurnFeePercent(uint256 sellBurnFee)
setSellLiquidityFeePercent(uint256 sellLiquidityFee)
setSellMarketingFeePercent(uint256 sellMarketingFee)
setSellTaxFeePercent(uint256 sellTaxFee)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
setTransferFromPairWhitelistEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniswapV2Router, address _universalRouter, address _universalRouterFeeAddress, address _owner, address _marketingWallet, address _antiManager, address[] _emissionAddresses, uint256[] _emissionPercentages, address[] _firstWhitelist, address[] _secondWhitelist)
receive()
This contract contains no error objects.