Polkadog
Verified contract
Active on
Ethereum with 4,445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($515.59)
Native
Value
$515.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.198538 | $2,596.92 |
$515.59 | |
PDOG | ERC-20 | 1.318639K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20842565 | a month ago | | | 0 | 0.00055047789 | |
| 20842548 | a month ago | | | 0 | 0.00065304685 | |
| 20710643 | 2 months ago | | | 0 | 0.000089804260 | |
| 20646296 | 2 months ago | | | 0 | 0.000052219749 | |
| 20581409 | 2 months ago | | | 0 | 0.000027166288 | |
| 20581305 | 2 months ago | | | 0 | 0.000076678626 | |
| 20515059 | 3 months ago | | | 0 | 0.00023716038 | |
| 20496759 | 3 months ago | | | 0 | 0.000032608541 | |
| 20410561 | 3 months ago | | | 0 | 0.000041132114 | |
| 20408317 | 3 months ago | | | 0 | 0.000072687906 |
ABI
ABI objects
Getter at block 21126844
_enableFee() view returns (bool)
true
_liquidityFee() view returns (uint256)
2
_maxTxAmount() view returns (uint256)
50000000000000000000000
_taxFee() view returns (uint256)
2
_transaction_burn() view returns (uint256)
2
decimals() view returns (uint8)
18
name() view returns (string)
Polkadog
owner() view returns (address)
0x28cee43e00f79435804c11b49f774c193659d846
paused() view returns (bool)
true
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
PDOG
totalFees() view returns (uint256)
3762749616946790617597785
totalSupply() view returns (uint256)
96237250383053209382402215
uniswapV2Pair() view returns (address)
0x669fbbd3612910ff1394f657900fbb8f335d044d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAddressPaused(address account) view returns (bool)
isExcludedFromMaxTx(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
isIncludedInFee(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableFee(bool enableTax)
excludeFromFee(address account)
excludeFromMaxTx(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInMaxTx(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pauseAddress(address account)
pauseContract()
setBurnPercent(uint256 burn_percentage)
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxPercent(uint256 maxTxPercent)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferToDistributors(address recipient, uint256 amount)
unPauseAddress(address account)
unPauseContract()
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.