Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RED | ERC-20 | 8.895378T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20531680 | 3 months ago | | | 0 | 0.00014809350 | |
| 20181728 | 5 months ago | | | 0 | 0.00030467914 | |
| 19558931 | 8 months ago | | | 0 | 0.00074480881 | |
| 19427276 | 9 months ago | | | 0 | 0.0019919147 | |
| 19427232 | 9 months ago | | | 0 | 0.0020216573 | |
| 19390852 | 9 months ago | | | 0 | 0.0017043566 | |
| 19390851 | 9 months ago | | | 0 | 0.0031096120 | |
| 19237452 | 9 months ago | | | 0 | 0.0021992636 | |
| 19236758 | 9 months ago | | | 0 | 0.0015443007 | |
| 19236575 | 9 months ago | | | 0 | 0.0012803233 |
ABI
ABI objects
Getter at block 21301464
_taxWallets() view returns (address marketing)
0x3a5198c44e14c61c5af67c8b44dba19533fed23d
buyFee() view returns (uint256)
99
contractSwapEnabled() view returns (bool)
true
decimals() view returns (uint8)
18
isTradingEnabled() view returns (bool)
true
lpPair() view returns (address)
0x3253a7fd8bd955fc678e6d40af9611d149ca4658
name() view returns (string)
RED
owner() view returns (address)
0x0b2f4aa8c2b2bc7b878b2e9a92c1958a5042b3c0
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
0
sellFee() view returns (uint256)
99
swapAmount() view returns (uint256)
690000000000000000000000000000
swapThreshold() view returns (uint256)
690000000000000000000000000000
symbol() view returns (string)
RED
totalSupply() view returns (uint256)
69000000000000000000000000000000
tradingEnabledAt() view returns (uint256)
1705459787
transferFee() view returns (uint256)
99
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wethAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isPair(address) view returns (bool)
pairsList(uint256) view returns (address)
State-modifying
Events addOrRemovePairs(address pair, bool value)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeOrInclude(address user, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
transfer(address recipient, uint256 amount) returns (bool)
transferAnyERC20Tokens(address tokenAddress, address recipient, uint256 amount)
transferEther()
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 transfer, uint256 buy, uint256 sell)
updateMarketingAddress(address marketing)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
LiquidityAdded(uint256 amountTokenA, uint256 amountETH)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 tokenAmount, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router)
receive()
This contract contains no error objects.