Compute Network
Verified contract
Active on
Ethereum with 793 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($47.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DCN | ERC-20 | 24.792005K | $0.001929 |
$47.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156500 | 7 days ago | | | 0 | 0.00056594692 | |
| 21137416 | 9 days ago | | | 0 | 0.00047257514 | |
| 21119824 | 12 days ago | | | 0 | 0.00022938366 | |
| 21048868 | 22 days ago | | | 0 | 0.00026512438 | |
| 21008733 | a month ago | | | 0 | 0.00041964258 | |
| 21002059 | a month ago | | | 0 | 0.00040770766 | |
| 20968604 | a month ago | | | 0 | 0.00055783079 | |
| 20839766 | 2 months ago | | | 0 | 0.00025816711 | |
| 20806583 | 2 months ago | | | 0 | 0.00052284990 | |
| 20791370 | 2 months ago | | | 0 | 0.00048321287 |
ABI
ABI objects
Getter at block 21204916
bZeroBuyFee() view returns (uint256)
0
bZeroMaxTx() view returns (uint256)
300000000000000000000000
bZeroMaxWallet() view returns (uint256)
300000000000000000000000
bZeroSellFee() view returns (uint256)
99
buyFee() view returns (uint256)
5
decimals() view returns (uint8)
18
disableMarkAdding() view returns (bool)
false
disableMarkRemoving() view returns (bool)
false
fastBlockBuyFee() view returns (uint256)
90
fastBlockSellFee() view returns (uint256)
90
fastBlocks() view returns (uint256)
6
fastBlocks2() view returns (uint256)
10
fastBlocksMaxTx() view returns (uint256)
400000000000000000000000
fastBlocksMaxWallet() view returns (uint256)
400000000000000000000000
isTradingEnabled() view returns (bool)
true
markedSellFee() view returns (uint256)
90
marketingWallet() view returns (address)
0xec4694d82085cbf9087280156af84f7f2e9057c9
maxHolding() view returns (uint256)
100000000000000000000000000
maxPercentToSwap() view returns (uint256)
5
maxTxAmount() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Compute Network
openTradeBlock() view returns (uint256)
19933843
openTrader() view returns (address)
0x046c56649fa2421a6e1b0df0fc8c15f1bc627d49
owner() view returns (address)
0xbc8d8e0f7f618e498889c66dbf509f0be1fed013
sellFee() view returns (uint256)
5
swapTokensAtAmount() view returns (uint256)
20000000000000000000000
symbol() view returns (string)
DCN
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x5de8c10529447b4e8fe98190c5de3349c32cfeb3
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
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)
isExempt(address) view returns (bool)
isUnused(address from, address to) view returns (bool)
marked(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account)
includeInFees(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
markAdd(address[] addresses)
markRemove(address[] addresses)
multiTransfer(address[] to, uint256[] amounts)
openTrade()
removeMarkAdding()
removeMarkRemoving()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBZeroParameters(uint256 newSellFee, uint256 newBuyFee, uint256 newMaxTx, uint256 newMaxWallet)
setExempt(address who, bool status)
setFastBlockParameters(uint256 newSellFee, uint256 newBuyFee, uint256 newMaxTx, uint256 newMaxWallet)
setMarkedSellFee(uint256 fee)
setMaxPercentToSwap(uint256 newAmount)
setMaxTx(uint256 maxTxAmount_, uint256 maxHolding_)
setOpenTrader(address who)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _sellFee, uint256 _buyFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account)
FeesUpdated(uint256 sellFee, uint256 buyFee)
MarketingWalletChanged(address marketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(address router, address operator)
receive()
This contract contains no error objects.