PayMingleERC20
Verified contract
Active on
Ethereum with 345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$MINGLE | ERC-20 | 33.940008K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20757128 | 3 months ago | | | 0 | 0.00011421438 | |
| 19946994 | 6 months ago | | | 0 | 0.00018853487 | |
| 18243898 | a year ago | | | 0 | 0.00057277000 | |
| 17994022 | a year ago | | | 0 | 0.0014105333 | |
| 17920380 | a year ago | | | 0 | 0.00060313349 | |
| 17896062 | a year ago | | | 0 | 0.00053643143 | |
| 17882542 | a year ago | | | 0 | 0.00065912885 | |
| 17876673 | a year ago | | | 0 | 0.00042704312 | |
| 17865793 | a year ago | | | 0 | 0.00078245995 | |
| 17859142 | a year ago | | | 0 | 0.00070534323 |
ABI
ABI objects
Getter at block 21322124
_maxTxAmount() view returns (uint256)
20000000000000
_maxWalletToken() view returns (uint256)
20000000000000
autoLiquidityReceiver() view returns (address)
0x4aec85a284cc2505db19df54ec43f76b512d16a2
buyCooldownEnabled() view returns (bool)
true
buyFee() view returns (uint256)
5
buyTotalFee() view returns (uint256)
5
contractRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
cooldownTimerInterval() view returns (uint8)
5
decimals() pure returns (uint8)
9
devWallet() view returns (address)
0x4aec85a284cc2505db19df54ec43f76b512d16a2
feeDenominator() view returns (uint256)
100
getCirculatingSupply() view returns (uint256)
1000000000000000
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
marketingWallet() view returns (address)
0xf6a9fc60ea821cc7dcfeb10637da70c582899343
name() pure returns (string)
PayMingle
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAmount() view returns (uint256)
3000000000000
swapEnabled() view returns (bool)
true
swapLpFee() view returns (uint256)
1
swapMarketing() view returns (uint256)
3
swapThreshold() view returns (uint256)
3000000000000
swapTotalFee() view returns (uint256)
5
swapTreasuryFee() view returns (uint256)
1
symbol() pure returns (string)
$MINGLE
totalSupply() view returns (uint256)
1000000000000000
tradingOpen() view returns (bool)
true
transFee() view returns (uint256)
0
uniswapV2Pair() view returns (address)
0xb532867861193f98d825088dd6bfffd5643e6551
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLiquidityBacking(uint256 accuracy) view returns (uint256)
isOverLiquified(uint256 target, uint256 accuracy) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
clearStuckBalance(uint256 amountPercentage)
renounceOwnership()
setBuyFees(uint256 buyTax)
setFeeReceivers(address _autoLiquidityReceiver, address _newMarketingWallet, address _newdevWallet)
setIsFeeExempt(address holder, bool exempt)
setIsMaxExempt(address holder, bool exempt)
setIsTxLimitExempt(address holder, bool exempt)
setMarketingWallet(address _newWallet)
setMaxTxPercent_base1000(uint256 maxTXPercentage_base1000)
setMaxWalletPercent_base1000(uint256 maxWallPercent_base1000)
setSwapAmount(uint256 _amount)
setSwapFees(uint256 _newSwapLpFee, uint256 _newSwapMarketingFee, uint256 _newSwapTreasuryFee, uint256 _feeDenominator)
setSwapThresholdAmount(uint256 _amount)
setTargetLiquidity(uint256 _target, uint256 _denominator)
setTreasuryFeeReceiver(address _newWallet)
setTxLimit(uint256 amount)
tradingStatus(bool _status)
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)
AutoLiquify(uint256 amountETH, uint256 amountBOG)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.