Resort X

Verified contract

Active on Ethereum with 323 txns
Deployed by via 0x34c99ff3 at 20533158
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional variables
Native
Value $0
ERC-20
--
0x7380dc6d540514fb2d9d340e76270132b8f9e3fdc61cf44f75836a81386e0473
0xc342962eb1f983f6c5f4398724390c97eac7e6442ac2df9cec6cf4320582edd1
0xf1a052c5acd9f710ad1fe96a5f9c62f3c8c1119b92bbf15cb3d1e10e19680cc9
0x743e8c1e5c240504fa4b516599a627425e2575b7e484bcde925309417eee0874
0x09d08ec0ac4546c20a8f92f63973c8991c653a48ae7e370c8bdc3af295e7a508
0xdd8ee9de823dc052752791de7f43db8f461bae33cbcc95c76e3c36beb748a687
0xbe6a8d551ce46f46616eeef48feb87633f4020231b1bcc6d9e57d572abb20d59
0x74d09ab3ab2b558a0059c4dd7055d421c9c0564cad58b40e3a6b9d504b2383f3
0x21332e59c3f51379105e497bcd405522a46dbed00cfb393eed02b25ea4ff2ab0
0x9a8bdbd5736b972d833cab0d9d6fb1b9e6eea8918cc03dfdd75a490215a9ea61

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
communityFees(uint256view returns (uint16)
developerFees(uint256view returns (uint16)
isExcludedFromFees(addressview returns (bool)
isExcludedFromLimits(addressview returns (bool)
isExcludedFromTradingRestriction(addressview returns (bool)
marketingFees(uint256view returns (uint16)
totalFees(uint256view returns (uint16)
State-modifying
acceptOwnership(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
communityAddressSetup(address _newAddress
communityFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
developerAddressSetup(address _newAddress
developerFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
enableTrading(
excludeFromFees(address accountbool isExcluded
excludeFromLimits(address accountbool isExcluded
excludeFromTradingRestriction(address accountbool isExcluded
marketingAddressSetup(address _newAddress
marketingFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
recoverForeignERC20(address tokenAddressuint256 amount
recoverToken(uint256 amount
renounceOwnership(
setAMM(address AMMbool isAMM
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateMaxBuyAmount(uint256 _maxBuyAmount
updateMaxSellAmount(uint256 _maxSellAmount
updateMaxWalletAmount(uint256 _maxWalletAmount
updateSwapThreshold(uint16 _swapThresholdRatio
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeFromLimits(address indexed accountbool isExcluded
ExcludeFromTradingRestriction(address indexed accountbool isExcluded
MaxBuyAmountUpdated(uint256 maxBuyAmount
MaxSellAmountUpdated(uint256 maxSellAmount
MaxWalletAmountUpdated(uint256 maxWalletAmount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
SwapThresholdUpdated(uint16 swapThresholdRatio
TradingEnabled(
Transfer(address indexed fromaddress indexed touint256 value
WalletTaxAddressUpdated(uint8 indexed idaddress newAddress
WalletTaxFeesUpdated(uint8 indexed iduint16 buyFeeuint16 sellFeeuint16 transferFee
WalletTaxSent(uint8 indexed idaddress recipientuint256 amount
Constructor
constructor(
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
CannotDepositNativeCoins(address account
CannotExceedMaxTotalFee(uint16 buyFeeuint16 sellFeeuint16 transferFee
CannotExceedMaxTransactionAmount(uint256 maxAmount
CannotExceedMaxWalletAmount(uint256 maxWalletAmount
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidAMM(address AMM
InvalidAmountToRecover(uint256 amountuint256 maxAmount
InvalidSwapThresholdRatio(uint16 swapThresholdRatio
InvalidTaxRecipientAddress(address account
InvalidToken(address tokenAddress
MaxTransactionAmountTooLow(uint256 maxAmountuint256 limit
MaxWalletAmountTooLow(uint256 maxWalletAmountuint256 limit
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
TradingAlreadyEnabled(
TradingNotEnabled(