Mintstarter
Verified contract
Active on
Ethereum with 808 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x9890…92ce
Balances ($3,324.28)
Native
Value
$3,324.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1 | $3,324.28 |
$3,324.28 | |
MINT | ERC-20 | 3.141094M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20611130 | 3 months ago | | | 0 | 0.000022061834 | |
| 19859616 | 6 months ago | | | 0 | 0.00025572666 | |
| 19856133 | 6 months ago | | | 0 | 0.00046595086 | |
| 19839599 | 6 months ago | | | 0 | 0.00025395866 | |
| 19664737 | 7 months ago | | | 0 | 0.00035119822 | |
| 18651172 | a year ago | | | 0 | 0.00055833500 | |
| 18536477 | a year ago | | | 0 | 0.0010675183 | |
| 16963574 | 2 years ago | | | 0 | 0.00055384888 | |
| 16885919 | 2 years ago | | | 0 | 0.0010116521 | |
| 16816024 | 2 years ago | | | 0 | 0.0022199510 |
ABI
ABI objects
Getter at block 21258068
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 tokens, uint16 swap, uint16 total)
(tokens=3, swap=15, total=18)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=0, sellFee=1500, transferFee=0)
_taxWallets() view returns (address tokens, address swap)
(tokens=0xd380308038ae8184daae37b4bbc5a59608fe9f63, swap=0xd380308038ae8184daae37b4bbc5a59608fe9f63)
contractSwapEnabled() view returns (bool)
true
contractSwapTimer() view returns (uint256)
0
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getMaxTX() view returns (uint256)
100000000
getMaxWallet() view returns (uint256)
100000000
getOwner() view returns (address)
0x70be730c2c997ee0ee3f2a476c21388fa753bf5e
lpPair() view returns (address)
0xa23ad2b0fd9cf4f2a056dc249d95777a6e3b21ac
maxBuyTaxes() view returns (uint256)
2000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
name() pure returns (string)
Mintstarter
swapAmount() view returns (uint256)
16000000000000000000000
swapThreshold() view returns (uint256)
8000000000000000000000
symbol() pure returns (string)
MINT
totalSupply() pure returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiBlock)
setRatios(uint16 tokens, uint16 swap)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor, uint256 time)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address tokens, address swap)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.