Ring of Pyro
Verified contract
Active on
Ethereum with 63 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$RING | ERC-20 | 2.416667K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15437496 | 2 years ago | | | 0 | 0.00098566930 | |
| 15437496 | 2 years ago | | | 0 | 0.00098566930 | |
| 15437492 | 2 years ago | | | 0 | 0.00095132854 | |
| 15437439 | 2 years ago | | | 0 | 0.00084860967 | |
| 15437439 | 2 years ago | | | 0 | 0.00084860967 | |
| 15437428 | 2 years ago | | | 0 | 0.00045167139 | |
| 15437428 | 2 years ago | | | 0 | 0.00076618282 | |
| 15437428 | 2 years ago | | | 0 | 0.00076618282 | |
| 15437425 | 2 years ago | | | 0 | 0.00078048940 | |
| 15437423 | 2 years ago | | | 0 | 0.00078063274 |
ABI
ABI objects
Getter at block 21293177
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 development, uint16 burn, uint16 contractX, uint16 pyro, uint16 totalSwap)
(liquidity=100, marketing=1200, development=1200, burn=100, contractX=200, pyro=200, totalSwap=2900)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=500, sellFee=2500, transferFee=800)
_taxWallets() view returns (address marketing, address development, address liquidity, address contractX, address pyro)
(marketing=0x9c3543bf2d6f46bfdd3a0789628bba6a2b5da7de, development=0x858ff8811bf1355047f817d09f3e0d800e7054aa, liquidity=0x858ff8811bf1355047f817d09f3e0d800e7054aa, contractX=0x000000000000000000000000000000000000dead, pyro=0x858ff8811bf1355047f817d09f3e0d800e7054aa)
contractPyro() view returns (address)
0x89568569da9c83cb35e59f92f5df2f6ca829eeee
contractPyroBurned() view returns (uint256)
0
contractSwapEnabled() view returns (bool)
true
contractX() view returns (address)
0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce
contractXBurned() view returns (uint256)
0
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
46729666666669
getMaxTX() view returns (uint256)
2000
getMaxWallet() view returns (uint256)
2000
getOwner() view returns (address)
0x858ff8811bf1355047f817d09f3e0d800e7054aa
getTotalBurned() view returns (uint256 contractXTotalBurned, uint256 pyroTotalBurned)
(contractXTotalBurned=0, pyroTotalBurned=0)
lpPair() view returns (address)
0x55fba810dfd02cdec5e8d3a092461371bbfcd1a9
maxBuyTaxes() view returns (uint256)
2000
maxRoundtripTax() view returns (uint256)
3000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
name() pure returns (string)
Ring of Pyro
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
0
swapThreshold() view returns (uint256)
0
symbol() pure returns (string)
$RING
taxesAreLocked() view returns (bool)
false
totalSupply() view returns (uint256)
99916666666667
tradingEnabled() view returns (bool)
false
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
lockTaxes()
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractPyro(address pyro)
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setContractX(address _contractX)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setProtectionSettings(bool _antiSnipe, bool _antiBlock)
setPurchaseDestinations(address xContract, address pyro)
setRatios(uint16 liquidity, uint16 marketing, uint16 development, uint16 burn, uint16 xContract, uint16 pyro)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address liquidity)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RingOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.