Recursive Finance
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RCS | ERC-20 | 49.165448K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18637139 | a year ago | | | 0 | 0.00069725970 | |
| 18637094 | a year ago | | | 0 | 0.0014452192 | |
| 18637076 | a year ago | | | 0 | 0.0011997411 | |
| 18637073 | a year ago | | | 0 | 0.0012393215 | |
| 18637061 | a year ago | | | 0 | 0.0016785360 | |
| 18637048 | a year ago | | | 0 | 0.00071935051 | |
| 18637045 | a year ago | | | 0 | 0.0013265894 | |
| 18637025 | a year ago | | | 0 | 0.0016039407 | |
| 18637016 | a year ago | | | 0 | 0.0019400558 | |
| 18637007 | a year ago | | | 0 | 0.0016598774 |
ABI
ABI objects
Getter at block 21282936
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_buyLiquidityFees() view returns (uint256)
0
_buyMarketingFees() view returns (uint256)
2
_liquidityShares() view returns (uint256)
0
_marketingShares() view returns (uint256)
10
_sellLiquidityFees() view returns (uint256)
0
_sellMarketingFees() view returns (uint256)
2
_totalDistributionShares() view returns (uint256)
10
_totalTaxIfBuying() view returns (uint256)
2
_totalTaxIfSelling() view returns (uint256)
2
checkWalletLimit() view returns (bool)
true
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
100000000000000000
maxTaxSwap() view returns (uint256)
200000000000000
maxTxAmount() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Recursive Finance
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
RCS
totalSupply() view returns (uint256)
100000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xb8bc0ac70e37919eb505ca09846820caf13aabfa
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 addLiquidityETH() payable
approve(address spender, uint256 amount) returns (bool)
enableDisableWalletLimit(bool newValue)
enableTrading()
removeLimits() returns (bool)
renounceOwnership()
setBuyFees(uint256 newLiquidityTax, uint256 newMarketingTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare)
setSellFees(uint256 newLiquidityTax, uint256 newMarketingTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setTaxWallet(address newAddress)
setWalletLimit(uint256 newLimit)
setcheckWalletLimitExcept(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxTxAmount(uint256 maxTxAmount_)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.