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 |
---|---|---|---|---|---|
DOPE | ERC-20 | 3.614892M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18092607 | a year ago | | | 0 | 0.00088427376 | |
| 18084152 | a year ago | | | 0 | 0.00083123781 | |
| 18073389 | a year ago | | | 0 | 0.0012227722 | |
| 18073232 | a year ago | | | 0 | 0.0012138631 | |
| 18073203 | a year ago | | | 0 | 0.0015113104 | |
| 18073200 | a year ago | | | 0 | 0.0010562948 | |
| 18073178 | a year ago | | | 0 | 0.0014870046 | |
| 18073178 | a year ago | | | 0 | 0.0024399473 | |
| 18073178 | a year ago | | | 0 | 0.0024399473 | |
| 18073159 | a year ago | | | 0 | 0.0020218135 |
ABI
ABI objects
Getter at block 21228112
decimals() view returns (uint8)
18
feeOnBuy() view returns (uint256)
5
feeOnSell() view returns (uint256)
5
isSizeLimitsOpen() view returns (bool)
true
isTradeOpen() view returns (bool)
true
marketingWallet() view returns (address)
0xa2ace6400fa8362515aea51d4758b76938881f6d
maxTxnAmount() view returns (uint256)
1000000000000000000000000000
maxWalletSize() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Dork Pepe
owner() view returns (address)
0xa2ace6400fa8362515aea51d4758b76938881f6d
swapTokensAtAmount() view returns (uint256)
200000000000000000000000
symbol() view returns (string)
DOPE
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x8cb503a4601eb81f7a9cc2ce5455e51b48bd51dc
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
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)
changeMarketingWallet(address _marketingWallet)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableSizeLimits()
enableTrade()
excludeFromFees(address account, bool excluded)
exemptFromLimit(address account, bool exempt)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFees(uint256 _feeOnBuy, uint256 _feeOnSell)
setSizesAtAmount(uint256 _maxTxnAmount, uint256 _maxWalletSize, uint256 percent)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
FeesUpdated(uint256 feeOnBuy, uint256 feeOnSell)
MarketingWalletChanged(address indexed newMarketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SizesAtAmountChanged(uint256 _maxTxnAmount, uint256 _maxWalletSize, uint256 percent)
SwapAndSendFee(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountChanged(uint256 newAmount)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
constructor()
receive()
This contract contains no error objects.