Micro GPT
Verified contract
Active on
Ethereum with 396 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
3 additional
variables
Balances ($379.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$MICRO | ERC-20 | 63.471114K | $0.005981 |
$379.6 | |
$MICRO | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240834 | 2 hours ago | | | 0 | 0.0010004432 | |
| 21240829 | 2 hours ago | | | 0 | 0.0011727476 | |
| 21240829 | 2 hours ago | | | 0 | 0.00044947175 | |
| 21240769 | 2 hours ago | | | 0 | 0.0012084702 | |
| 21240560 | 3 hours ago | | | 0 | 0.00058467593 | |
| 21240175 | 4 hours ago | | | 0 | 0.00096687922 | |
| 21240167 | 4 hours ago | | | 0 | 0.0010009609 | |
| 21240070 | 4 hours ago | | | 0 | 0.00078215223 | |
| 21239841 | 5 hours ago | | | 0 | 0.0011320223 | |
| 21239799 | 5 hours ago | | | 0 | 0.0010823613 |
ABI
ABI objects
Getter at block 21241406
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 development, uint16 community, uint16 marketing, uint16 totalSwap)
(development=2, community=1, marketing=2, totalSwap=5)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=500, sellFee=500, transferFee=0)
_taxWallets() view returns (address marketing, address development, address community)
(marketing=0x655e3c0c1b1788e53a530b8b423f9309a942731a, development=0xd9cd1fec9149244622003727118ccb85cf2d69b4, community=0x035c6a01f35d0941fcb8ca627ecf15d6f474d86c)
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
1000000000000000000000000000
getMaxTX() view returns (uint256)
20000000
getMaxWallet() view returns (uint256)
50000000
getOwner() view returns (address)
0x7a84f3ef17103ca2716e66ff1858a32c7911b5f4
launchStamp() view returns (uint256)
1732130747
lpPair() view returns (address)
0xc9a4ee825c558d4cf5057fb6229f122b33a224f2
maxBuyTaxes() view returns (uint256)
4000
maxSellTaxes() view returns (uint256)
4000
maxTransferTaxes() view returns (uint256)
4000
name() pure returns (string)
Micro GPT
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
150000000000000000000000
swapThreshold() view returns (uint256)
50000000000000000000000
symbol() pure returns (string)
$MICRO
taxesAreLocked() view returns (bool)
false
totalSupply() pure returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
lockTaxes()
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address init)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setProtectionSettings(bool _antiSnipe, bool _antiBlock)
setRatios(uint16 marketing, uint16 development, uint16 community)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address community)
sweepContingency()
sweepExternalTokens(address token)
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.