PolkaParty
Verified contract
Active on
Ethereum with 1,207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($92.63)
Native
Value
$79.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025 | $3,174.14 |
$79.35 | |
USDC | ERC-20 | 13.306798 | $0.997899 |
$13.28 | |
POLP | ERC-20 | 2.794161K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20178562 | 4 months ago | | | 0 | 0.00014490317 | |
| 18055822 | a year ago | | | 0 | 0.00022412112 | |
| 17952254 | a year ago | | | 0 | 0.00031206772 | |
| 17952254 | a year ago | | | 0 | 0.00031206772 | |
| 17952253 | a year ago | | | 0 | 0.00031611153 | |
| 17626287 | a year ago | | | 0 | 0.0011613267 | |
| 17626280 | a year ago | | | 0 | 0.0011329561 | |
| 17618911 | a year ago | | | 0 | 0.00059068789 | |
| 17357098 | a year ago | | | 0 | 0.00073946354 | |
| 16876987 | 2 years ago | | | 0 | 0.0024462071 |
ABI
ABI objects
Getter at block 21157962
_bankAddress() view returns (address)
0x77f82f0f43b751dbeac18bc1117a3888c241cb17
_distributionFee() view returns (uint256)
0
_liquidityFee() view returns (uint256)
1
_maxTxAmount() view returns (uint256)
60000000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
PolkaParty
owner() view returns (address)
0x77f82f0f43b751dbeac18bc1117a3888c241cb17
swapAndLiquifyEnabled() view returns (bool)
false
symbol() pure returns (string)
POLP
totalFees() view returns (uint256)
257629964883906786650604
totalSupply() pure returns (uint256)
200000000000000000000000000
uniswapPairB() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
uniswapV2Pair() view returns (address)
0x48356de0473fa6993ec68a1c5e04da2896becf7c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(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)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLeftoverPolka(uint256 _tokenAmount)
removeLeftoverUSDC()
renounceOwnership()
setBankAddress(address bankAddress)
setDistributionFeePercent(uint256 distributionFee)
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxPercent(uint256 maxTxPercent)
setSwapAndLiquifyEnabled(bool _enabled)
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)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address usdc)
receive()
This contract contains no error objects.