Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,187.82 |
$0 | |
RX | ERC-20 | 271.259427K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21017172 | 22 days ago | | | 0 | 0.00022360226 | |
| 20877699 | a month ago | | | 0 | 0.00018504813 | |
| 20854544 | a month ago | | | 0 | 0.00051868200 | |
| 20854422 | a month ago | | | 0 | 0.00025440542 | |
| 20787868 | 2 months ago | | | 0 | 0.00049925560 | |
| 20691370 | 2 months ago | | | 0 | 0.00018157958 | |
| 20671607 | 2 months ago | | | 0 | 0.00011135855 | |
| 20667944 | 2 months ago | | | 0 | 0.000075559214 | |
| 20664180 | 2 months ago | | | 0 | 0.00062615023 | |
| 20663966 | 2 months ago | | | 0 | 0.00054957695 |
ABI
ABI objects
Getter at block 21176464
communityAddress() view returns (address)
0xfacff537077113277f98f4c6e01cf680a5e13225
decimals() pure returns (uint8)
18
developerAddress() view returns (address)
0x47687b7d42a99111a2e4e02c5adefe1f80cedb02
getAllPending() view returns (uint256)
271259426644672427150262
getSwapThresholdAmount() view returns (uint256)
32649
marketingAddress() view returns (address)
0xf5a581c80c6c4b7816f47f79290e4dee5ef8199d
maxBuyAmount() view returns (uint256)
5000000000000000000000000
maxSellAmount() view returns (uint256)
5000000000000000000000000
maxWalletAmount() view returns (uint256)
5000000000000000000000000
name() view returns (string)
Resort X
owner() view returns (address)
0x47687b7d42a99111a2e4e02c5adefe1f80cedb02
pairV2() view returns (address)
0x34a4419d55129ae8a15ac4d149a4eecf109f3f83
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
RX
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
communityFees(uint256) view returns (uint16)
developerFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
communityAddressSetup(address _newAddress)
communityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
developerAddressSetup(address _newAddress)
developerFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
CannotExceedMaxTransactionAmount(uint256 maxAmount)
CannotExceedMaxWalletAmount(uint256 maxWalletAmount)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
InvalidAMM(address AMM)
InvalidAmountToRecover(uint256 amount, uint256 maxAmount)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
InvalidToken(address tokenAddress)
MaxTransactionAmountTooLow(uint256 maxAmount, uint256 limit)
MaxWalletAmountTooLow(uint256 maxWalletAmount, uint256 limit)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TradingAlreadyEnabled()
TradingNotEnabled()