Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xed41…3bfa
13 additional
variables
Balances ($402.65)
Native
Value
$402.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.129327 | $3,113.42 |
$402.65 | |
RCR | ERC-20 | 26.791125K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20950067 | a month ago | | | 0 | 0.00092780905 | |
| 20442395 | 4 months ago | | | 0 | 0.00022743465 | |
| 19848189 | 6 months ago | | | 0 | 0.00010790681 | |
| 19755884 | 7 months ago | | | 0 | 0.00037355899 | |
| 18852538 | a year ago | | | 0 | 0.00098007116 | |
| 18852538 | a year ago | | | 0 | 0.00098007116 | |
| 18780397 | a year ago | | | 0 | 0.0023388309 | |
| 18753622 | a year ago | | | 0 | 0.0012169567 | |
| 18753622 | a year ago | | | 0 | 0.0012169567 | |
| 18753622 | a year ago | | | 0 | 0.0012169567 |
ABI
ABI objects
Getter at block 21227693
_buyLiquidityFees() view returns (uint256)
1
_buyMarketingFees() view returns (uint256)
1
_buyRewardFees() view returns (uint256)
2
_liquidityShares() view returns (uint256)
1
_marketingShares() view returns (uint256)
1
_maxTxAmount() view returns (uint256)
100000000000000000
_maxWallet() view returns (uint256)
100000000000000000
_minimumTokensBeforeSwap() view returns (uint256)
1000000000000000
_rewardShares() view returns (uint256)
2
_sellLiquidityFees() view returns (uint256)
1
_sellMarketingFees() view returns (uint256)
1
_sellRewardFees() view returns (uint256)
2
_totalDistributionShares() view returns (uint256)
4
_totalTaxIfBuying() view returns (uint256)
4
_totalTaxIfSelling() view returns (uint256)
4
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
9900000000000000000
name() view returns (string)
recur
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardsEngine() view returns (address)
0xc39886c268cc2350cdf3d7347a19ecc6175c1f7d
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
RCR
totalSupply() view returns (uint256)
10000000000000000000
uniswapPair() view returns (address)
0xe52ea2d8ea91d6e318fa8918748451f9447308bb
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkExcludedFromFees(address) view returns (bool)
checkMarketPair(address) view returns (bool)
checkTxLimitExcept(address) view returns (bool)
checkWalletLimitExcept(address) view returns (bool)
State-modifying
Events addMarketPair(address account)
adjustMaxTxAmount(uint256 maxTxAmount)
approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proveEngine(address account)
renounceOwnership()
setBuyFee(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newRewardTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newRewardShare)
setMarketingWallet(address newMarketingWallet)
setMaxWallet(uint256 newLimit)
setNumTokensBeforeSwap(uint256 newLimit)
setSellFee(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newRewardTax)
setSwapAndLiquifyByLimitOnly(bool _enabled)
setSwapAndLiquifyEnabled(bool _enabled)
setcheckExcludedFromFees(address account, bool newValue)
setcheckTxLimitExcept(address holder, bool exempt)
setcheckWalletLimitExcept(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _marketingWallet, address _rewardsEngine)
receive()
This contract contains no error objects.