dMarketplace Token
Verified contract
Active on
Ethereum with 510 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
9 additional
variables
Balances ($12.07)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,549.94 |
$0 | |
DMP | ERC-20 | 11.490594M | $0.000001 |
$12.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305263 | 3 days ago | | | 0 | 0.00043428736 | |
| 21301999 | 3 days ago | | | 0 | 0.0010015587 | |
| 21300239 | 3 days ago | | | 0 | 0.00030536275 | |
| 21286172 | 5 days ago | | | 0 | 0.00039237688 | |
| 21284939 | 5 days ago | | | 0 | 0.00044194929 | |
| 21283037 | 6 days ago | | | 0 | 0.00052158769 | |
| 21281034 | 6 days ago | | | 0 | 0.0052752279 | |
| 21280978 | 6 days ago | | | 0 | 0.00085096907 | |
| 21278925 | 6 days ago | | | 0 | 0.00054264395 | |
| 21277959 | 6 days ago | | | 0 | 0.00054768007 |
ABI
ABI objects
Getter at block 21323484
antiSnipeEndBlock() view returns (uint256)
21023081
buyFees() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=5, secondary=0, liquidity=0, proof=0, total=5)
buyTaxesSettled() view returns (bool)
true
cancelled() view returns (bool)
false
decimals() view returns (uint8)
9
feeTokens() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=11490593714949438, secondary=0, liquidity=0, proof=674591, total=11490593715624718)
getCirculatingSupply() view returns (uint256)
99000000000000000000
initMaxWallet() view returns (uint256)
5
isAntiSnipeActive() view returns (bool)
false
isTradingEnabled() view returns (bool)
true
launchedAt() view returns (uint256)
1729623647
lockID() view returns (uint256)
23180
lockerAddress() view returns (address)
0xe2fe530c047f2d85298b07d9333c05737f1435fb
lpLockDuration() view returns (uint256)
31536000
mainWallet() view returns (address)
0xcd17bd6f8ddc2915c30dcecd10c10cefa38d0b3c
maxTxAmount() view returns (uint256)
500000000000000000
maxWallet() view returns (uint256)
1000000000000000000
maxWalletChanged() view returns (bool)
true
name() view returns (string)
dMarketplace Token
owner() view returns (address)
0xcd17bd6f8ddc2915c30dcecd10c10cefa38d0b3c
pair() view returns (address)
0x66de0e64bcc9ace6278b1888c874103fbdfef998
proofFeeReduced() view returns (bool)
true
proofFeeRemoved() view returns (bool)
true
proofStaking() view returns (address)
0x377e168af6a06075423aede50856de177efaac3e
proofWallet() view returns (address)
0xe9b4d32f829951a3ce145d2caa84cf66af56ca5e
restingBuyTotal() view returns (uint256)
5
restingSellTotal() view returns (uint256)
5
restrictWhales() view returns (bool)
true
secondaryWallet() view returns (address)
0xcd17bd6f8ddc2915c30dcecd10c10cefa38d0b3c
sellFees() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=5, secondary=0, liquidity=0, proof=0, total=5)
sellTaxesSettled() view returns (bool)
true
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
125000000000000000
swapping() view returns (uint256)
1
symbol() view returns (string)
DMP
totalSupply() view returns (uint256)
100000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
version() pure returns (uint8)
3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
swapThrottle(uint256) view returns (bool)
userInfo(address) view returns (bool isFeeExempt, bool isTxLimitExempt, uint256 lastTxBlock)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
cancel()
changeFees(uint256 liquidityBuy, uint256 mainBuy, uint256 secondaryBuy, uint256 liquiditySell, uint256 mainSell, uint256 secondarySell)
fundLiquidity()
launch(uint256 bundleBuyAmount) payable
renounceOwnership()
setFeeExempt(address account, bool value)
setFeeExempt(address[] accounts)
setMainWallet(address newWallet)
setMaxTxAmount(uint256 _maxTxAmt)
setMaxWalletSize(uint256 _maxWalletSize)
setRestrictWhalesEnabled(bool _enabled)
setSecondaryWallet(address newWallet)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapAtAmount(uint256 amount)
setTxLimitExempt(address account, bool value)
setTxLimitExempt(address[] accounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensAutoLiq, uint256 ethAutoLiq)
SwapAndLiquifyEnabledUpdated(bool enabled)
TokenCancelled(uint256 returnedETH)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, struct ITokenFeeInfo _buyFees, struct ITokenFeeInfo _sellFees, uint256 _percentToLP, uint256 _lpLockDuration, uint256 _initMaxWallet, address _mainWallet, address _secondaryWallet, struct ITokenProofInfo _addresses)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ExceedsMaxTxAmount()
ExceedsMaxWalletAmount()
InvalidConfiguration()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingNotEnabled()
TransferDelayEnabled(uint256 currentBlock, uint256 delayedUntil)