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 |
---|---|---|---|---|---|
dog | ERC-20 | 3.594756M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089944 | a month ago | | | 0 | 0.00019988980 | |
| 21089929 | a month ago | | | 0 | 0.00026120780 | |
| 21089911 | a month ago | | | 0 | 0.00043234780 | |
| 21089800 | a month ago | | | 0 | 0.00032215530 | |
| 21089790 | a month ago | | | 0 | 0.00030498928 | |
| 21089786 | a month ago | | | 0 | 0.00059520103 | |
| 21089785 | a month ago | | | 0 | 0.00079057799 | |
| 21089782 | a month ago | | | 0 | 0.0019556856 | |
| 21089782 | a month ago | | | 0 | 0.058871856 |
ABI
ABI objects
Getter at block 21276228
_devWallet() view returns (address)
0xc595ef99efd79763eafae1941493b2e018c96d21
_maxTaxSwap() view returns (uint256)
10000000000000000
_maxWalletSize() view returns (uint256)
1000000000000000000
_taxSwapThreshold() view returns (uint256)
500000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
dog inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
dog
totalSupply() pure returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0xe247af966d5a837113b04a168afaec193388fb43
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool success)
manualSend()
manualSwap()
openTrading()
removeLimit()
renounceOwnership()
setFee(uint256 _newBuyTax, uint256 _newSellTax)
setMaxWallet(uint256 maxWalletPercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)