Dark Protocol
Verified contract
Active on
Ethereum with 326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9b90…eaac
0xefdd…501a
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DARK | ERC-20 | 4.355332M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18000899 | a year ago | | | 0 | 0.00075470706 | |
| 16932507 | 2 years ago | | | 0 | 0.0011746701 | |
| 16074144 | 2 years ago | | | 0 | 0.00051896125 | |
| 16059793 | 2 years ago | | | 0 | 0.00051801787 | |
| 15946683 | 2 years ago | | | 0 | 0.00081440807 | |
| 15846369 | 2 years ago | | | 0 | 0.00050788833 | |
| 15826590 | 2 years ago | | | 0 | 0.0017840203 | |
| 15824694 | 2 years ago | | | 0 | 0.00051902182 | |
| 15823940 | 2 years ago | | | 0 | 0.00057561982 | |
| 15823935 | 2 years ago | | | 0 | 0.00052750616 |
ABI
ABI objects
Getter at block 21205509
burnBuyFee() view returns (uint256)
0
burnSellFee() view returns (uint256)
0
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
liquidityBuyFee() view returns (uint256)
1
liquiditySellFee() view returns (uint256)
1
marketingBuyFee() view returns (uint256)
3
marketingSellFee() view returns (uint256)
3
marketingWallet() view returns (address)
0x9b902fb60c2aec9a3b09c4841f1d1ac56ca5eaac
maxTransactionAmount() view returns (uint256)
20000000000000000000000000
maxWalletToken() view returns (uint256)
30000000000000000000000000
name() view returns (string)
Dark Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000000000
symbol() view returns (string)
DARK
teamBuyFee() view returns (uint256)
2
teamSellFee() view returns (uint256)
2
teamWallet() view returns (address)
0xefdda292e2cba7fb09efd9eed057efd16b22501a
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x8ecd85e9f2e67c4415f5ded323a81942d6d43d80
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlacklisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistBots(address account, bool value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxTxAmount(uint256 _percent)
setMaxWalletLimit(uint256 _percent)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapTokensAtAmouunt(uint256 _newAmount)
setWallets(address _marketing, address _team)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 _liqFee, uint256 _markFee, uint256 _teamFee, uint256 _burnFee)
updateSellFee(uint256 _liqFee, uint256 _markFee, uint256 _teamFee, uint256 _burnFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensIntoLiqudity, uint256 ethReceived)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.