Purge Protocol
Verified contract
Active on
Ethereum with 393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
4 additional
variables
Balances ($536.14)
Native
Value
$536.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.149232 | $3,592.69 |
$536.14 | |
PURGE | ERC-20 | 12.068442K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17682472 | a year ago | | | 0 | 0.00036304065 | |
| 17238421 | 2 years ago | | | 0 | 0.0048599633 | |
| 16845021 | 2 years ago | | | 0 | 0.00048537439 | |
| 16116245 | 2 years ago | | | 0 | 0.00054127298 | |
| 16076877 | 2 years ago | | | 0 | 0.00099642496 | |
| 16046554 | 2 years ago | | | 0 | 0.00056717712 | |
| 16038053 | 2 years ago | | | 0 | 0.00050922018 | |
| 16020715 | 2 years ago | | | 0 | 0.00042884425 | |
| 16019236 | 2 years ago | | | 0 | 0.00064868826 | |
| 15986732 | 2 years ago | | | 0 | 0.00033225465 |
ABI
ABI objects
Getter at block 21284969
StartFee() view returns (uint256)
2
deadblocks() view returns (uint256)
0
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xcefac1ce6bfe53444a0667bc8983c5aed4bfa7fa
genesis_block() view returns (uint256)
0
initialLiquidityAdded() view returns (bool)
true
liquidityAddedBlock() view returns (uint256)
15899930
marketingWallet() view returns (address)
0xcefac1ce6bfe53444a0667bc8983c5aed4bfa7fa
maxTxAmount() view returns (uint256)
10000000000000000000000000
maxWalletAmount() view returns (uint256)
10000000000000000000000000000000000000000000
name() view returns (string)
Purge Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x2f8d07b46aab40e8f7cfd7e4dececb3eeca3978e
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTaxes() view returns (uint256 marketing, uint256 liquidity, uint256 dev)
(marketing=0, liquidity=0, dev=0)
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
10000000000000000000000
symbol() view returns (string)
PURGE
taxes() view returns (uint256 marketing, uint256 liquidity, uint256 dev)
(marketing=0, liquidity=0, dev=0)
totSellTax() view returns (uint256)
0
totTax() view returns (uint256)
0
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFees(address) view returns (bool)
isblacklist(address account) view returns (bool)
State-modifying
Events addBots(address[] isBot_)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap(uint256 amount, uint256 devPercentage, uint256 marketingPercentage)
renounceOwnership()
rescueERC20(address tokenAddress, uint256 amount)
rescueETH(uint256 weiAmount)
setSwapEnabled(bool state)
setSwapThreshold(uint256 new_amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyTaxes(uint256 liquidity, uint256 dev, uint256 marketing)
updateDevWallet(address newWallet)
updateExcludedFromFees(address _address, bool state)
updateMarketingWallet(address newWallet)
updateMaxWalletAmount(uint256 amount)
updateRouterAndPair(address _router, address _pair)
updateSellTaxes(uint256 liquidity, uint256 dev, uint256 marketing)
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()
This contract contains no error objects.