Polymerify
Verified contract
Active on
Ethereum with 117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6355…aaa8
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PMF | ERC-20 | 1.202813M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16892445 | 2 years ago | | | 0 | 0.00074709844 | |
| 16881931 | 2 years ago | | | 0 | 0.00029801883 | |
| 16860623 | 2 years ago | | | 0 | 0.00059268706 | |
| 16855993 | 2 years ago | | | 0 | 0.0019141733 | |
| 16855991 | 2 years ago | | | 0 | 0.0016308384 | |
| 16855990 | 2 years ago | | | 0 | 0.0018584513 | |
| 16855981 | 2 years ago | | | 0 | 0.0014105515 | |
| 16855484 | 2 years ago | | | 0 | 0.0049129773 | |
| 16855443 | 2 years ago | | | 0 | 0.0011501952 | |
| 16855356 | 2 years ago | | | 0 | 0.0033014032 |
ABI
ABI objects
Getter at block 21395873
burnPercentage() view returns (uint256)
0
buyFee() view returns (uint256)
4
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
getBlock() view returns (uint256)
21395873
getCirculatingSupply() view returns (uint256)
5933212067474536712978389299
lastTrader() view returns (address)
0x81aafaa45953298faa28d86939affe5ef8321a20
maxBuyFee() view returns (uint256)
10
maxSellFee() view returns (uint256)
10
maxTransactionAmount() view returns (uint256)
9000000000000000000000000000
minimumTokensBeforeSwapAmount() view returns (uint256)
2250000000000000000000000
name() view returns (string)
Polymerify
owner() view returns (address)
0x0000000000000000000000000000000000000000
remainPercentage() view returns (uint256)
5
sellFee() view returns (uint256)
4
symbol() view returns (string)
PMF
tokensForLiquidity() view returns (uint256)
0
tokensForOperations() view returns (uint256)
0
totalSupply() view returns (uint256)
9000000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapPair() view returns (address)
0x7f6512f8e55c572ad9fe61f49079116aeb26cf03
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletMaxAmount() view returns (uint256)
9000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyAmount(address) view returns (uint256)
buyAt(address) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
rewards(address) view returns (uint256)
sellAmount(address) view returns (uint256)
sellAt(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnFeeTokensFrom(address from, uint256 tokenAmount)
changeRouterAddress(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setIsExcludedFromFee(address account, bool newValue)
setIsWalletLimitExempt(address holder, bool exempt)
setMarketPairStatus(address account, bool newValue)
setMaxTransactionAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setTrading()
setWalletLimit(uint256 newLimit)
setisTransactionLimitExempt(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 fee)
updateLiquidityWallet(address newAddress)
updateOperationsWallet(address newAddress)
updateSellFee(uint256 fee)
Approval(address indexed owner, address indexed spender, uint256 value)
LiquidityWalletUpdated(address indexed newLiquidityWallet, address indexed oldLiquidityWallet)
OperationsWalletUpdated(address indexed newOperationsWallet, address indexed oldOperationsWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.