Decentralized Processor Grid
Verified contract
Active on
Ethereum with 541 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPX | ERC-20 | 12.74026K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980771 | 25 days ago | | | 0 | 0.00069192321 | |
| 20955075 | a month ago | | | 0 | 0.00045110372 | |
| 20875626 | a month ago | | | 0 | 0.00025684266 | |
| 20851736 | a month ago | | | 0 | 0.00014026127 | |
| 20783361 | 2 months ago | | | 0 | 0.00064295604 | |
| 20782261 | 2 months ago | | | 0 | 0.00048944750 | |
| 20781962 | 2 months ago | | | 0 | 0.00070427977 | |
| 20777388 | 2 months ago | | | 0 | 0.00016645496 | |
| 20776262 | 2 months ago | | | 0 | 0.00037110654 | |
| 20774418 | 2 months ago | | | 0 | 0.00027992913 |
ABI
ABI objects
Getter at block 21158030
buyDevFee() view returns (uint256)
5
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0x020f9316d8c53358f60079e8e4086eaa03f19c82
limitsInEffect() view returns (bool)
false
maxTxAmount() view returns (uint256)
200000000000000000000000
maxWallet() view returns (uint256)
200000000000000000000000
name() view returns (string)
Decentralized Processor Grid
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellDevFee() view returns (uint256)
5
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
9000000000000000000000
symbol() view returns (string)
DPX
tokensForDevelopment() view returns (uint256)
4832370678300613211111655
totalSupply() view returns (uint256)
10000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xb0119ad6a07ee0cf6f72e119d47817b762c999b7
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTxAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _devFee)
updateDevWallet(address newDevWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _devFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DevelopmentWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.