ReBaoCang

Verified contract

Active on Base with 98 txns
Deployed by via 0xa477fb0c at 2539456
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
19 additional variables
ERC-20
--
0xbc0961676c10b7b4c48455b111dfbec3bd743544f5581df26f7bf25b182c9690
0x70b4719d2d7e7e62be8ff139e7ce362947f9d791e0acd5aad0df4c94a7553043
0xfec2179b07d208fa4c30e6e2787e2aa805d52e13910ac1298c93aa3c89ff0276
0x82d7309d7e666e012225f09878857b8cdf44bbeba7da223ad65fd38a81c82ec8
0x62444a82984d16ee6c457e7f63d0f7359d505a09047f52cdb798cc371bf7c8b5
0x942ef204aeded94a10335509084f2e0092d269dbbc871c60ffda63860bc5cda5
0x8380ae98b0ab4ca8afa7702efe4ee004770516ea2c5f432b47b7ae24bf63b4a0
0xa397c086c46df0c755df391180efc8c9c926923c81d96abf093a971072463f1d
0x409e8b1b25ec4d4895df86e7211fddb855f3491db17db0d681b82d9d4b64a800
0x26201fc68a97bd12d4127308fdb7d839a82e85d7374bc0e7ce350eba9f036492

Functions
Getter at block 22936152
_buyDestroyFee(view returns (uint256)
0
_buyLiquidityFee(view returns (uint256)
0
_buyMarketingFee(view returns (uint256)
4
_buyTeamFee(view returns (uint256)
0
_liquidityShare(view returns (uint256)
0
_marketingShare(view returns (uint256)
8
_maxDestroyAmount(view returns (uint256)
100000000000000000000000000000
_maxTxAmount(view returns (uint256)
100000000000000000000000000000
_owner(view returns (address)
0x0000000000000000000000000000000000000000
_sellDestroyFee(view returns (uint256)
0
_sellLiquidityFee(view returns (uint256)
0
_sellMarketingFee(view returns (uint256)
4
_sellTeamFee(view returns (uint256)
0
_tFeeTotal(view returns (uint256)
0
_teamShare(view returns (uint256)
0
_totalDistributionShares(view returns (uint256)
8
_totalTaxIfBuying(view returns (uint256)
4
_totalTaxIfSelling(view returns (uint256)
4
_walletMax(view returns (uint256)
100000000000000000000000000000
airdropNumbs(view returns (uint256)
0
checkWalletLimit(view returns (bool)
true
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
first(view returns (uint256)
2539659
getCirculatingSupply(view returns (uint256)
100000000000000000000000000000
getTime(view returns (uint256)
1732661651
kill(view returns (uint256)
0
marketingWalletAddress(view returns (address)
0xfc527fdd953ffec466dd1ef7957c575824639c62
minimumTokensBeforeSwapAmount(view returns (uint256)
500000000000000000000000000
name(view returns (string)
ReBaoCang
owner(view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly(view returns (bool)
false
swapAndLiquifyEnabled(view returns (bool)
true
symbol(view returns (string)
BaoCang
teamWalletAddress(view returns (address)
0xfc527fdd953ffec466dd1ef7957c575824639c62
totalSupply(view returns (uint256)
100000000000000000000000000000
uniswapPair(view returns (address)
0x4d4fa2083ce607af2b8fc751293626d4df22ebe2
uniswapV2Router(view returns (address)
0x4cf76043b3f97ba06917cbd90f9e3a2aac1b306e
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFee(addressview returns (bool)
isMarketPair(addressview returns (bool)
isTxLimitExempt(addressview returns (bool)
isWalletLimitExempt(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
changeRouterVersion(address newRouterAddressreturns (address newPairAddress)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableDisableWalletLimit(bool newValue
excludeMultipleAccountsFromFees(address[] accountsbool excluded
increaseAllowance(address spenderuint256 addedValuereturns (bool)
setAirdropNumbs(uint256 newValue
setBuyDestFee(uint256 newBuyDestroyFee
setBuyTaxes(uint256 newLiquidityTaxuint256 newMarketingTaxuint256 newTeamTax
setDistributionSettings(uint256 newLiquidityShareuint256 newMarketingShareuint256 newTeamShare
setIsExcludedFromFee(address accountbool newValue
setIsTxLimitExempt(address holderbool exempt
setIsWalletLimitExempt(address holderbool exempt
setKing(uint256 newValue
setMarketPairStatus(address accountbool newValue
setMarketingWalletAddress(address newAddress
setMaxDesAmount(uint256 maxDestroy
setMaxTxAmount(uint256 maxTxAmount
setNumTokensBeforeSwap(uint256 newLimit
setSelTaxes(uint256 newLiquidityTaxuint256 newMarketingTaxuint256 newTeamTax
setSellDestFee(uint256 newSellDestroyFee
setSwapAndLiquifyByLimitOnly(bool newValue
setSwapAndLiquifyEnabled(bool _enabled
setTeamWalletAddress(address newAddress
setWalletLimit(uint256 newLimit
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
waiveOwnership(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
SwapAndLiquifyEnabledUpdated(bool enabled
SwapETHForTokens(uint256 amountInaddress[] path
SwapTokensForETH(uint256 amountInaddress[] path
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string coinNamestring coinSymboluint8 coinDecimalsuint256 supplyaddress routeraddress owneraddress marketingAddressaddress teamAddressaddress service
Fallback and receive
receive(
Errors

This contract contains no error objects.