BabyShiroNeko

Verified contract

Active on Ethereum with 139 txns
Deployed by via 0xb86cb299 at 21288025
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BabyShiroNeko"

0xb9db8077b37f7ac0e688e34ffb900e53b8e57d9a42869e0d40f095b2e0281f4f
0xab388f2f5730032d0937fac3e91b5b0a1fbe02784752e8e6b3b7b66d84495891
0x9c69b8b109356a65dabb4293dedc1f6cc07048b38872895189b1b4fc90750b33
0xe68c201782d236ccdf09d80cbf41239788f6deee460e239e8af9e70294b18e30
0x9c5888dfae5c0f2c65b4dd33c68a9bb450ee03c9f541f2f95b1ca82ed13d7c9b
0x73af4d3730b00bfe3fc05aa61394de12ed34d9f3655dd0eeaefd14896139328b
0x7f772634e76105c786fdd3185b2a9605b830fbc437f95d24d11e36b59123b570
0x17d77670325f7c3634c811357c102ef3f1fe0542b8670316ef60c7a34bd79515
0x3ada9f464d05c467c918f70e207980bf613533cafee7918776d9635337f8443b
0x1bb359b150d5d45c620daa44e6b87e646f96876902974c1c6082a2f376695fc7

Functions
Getter at block 21402391
decimals(pure returns (uint8)
18
getAllPending(view returns (uint256)
0
getSwapThresholdAmount(view returns (uint256)
4502409509625183717917389851213
maxBuyAmount(view returns (uint256)
20000000000000000000000000000000
maxWalletAmount(view returns (uint256)
20000000000000000000000000000000
name(view returns (string)
BabyShiroNeko
owner(view returns (address)
0x0000000000000000000000000000000000000000
pairV2(view returns (address)
0x475ad88bab7c82b94b38711b63900212239d0e78
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
routerV2(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio(view returns (uint16)
50
symbol(view returns (string)
BSHIRO
taxwalletAddress(view returns (address)
0x3cd0fa3a11b1c0098ac1ef8c7f84a3c450333012
totalSupply(view returns (uint256)
1000000000000000000000000000000000
Read-only
AMMs(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(addressview returns (bool)
isExcludedFromLimits(addressview returns (bool)
taxwalletFees(uint256view returns (uint16)
totalFees(uint256view returns (uint16)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
excludeFromFees(address accountbool isExcluded
excludeFromLimits(address accountbool isExcluded
recoverForeignERC20(address tokenAddressuint256 amount
recoverToken(uint256 amount
renounceOwnership(
setAMM(address AMMbool isAMM
taxwalletAddressSetup(address _newAddress
taxwalletFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unclogCustomAmount(uint256 amountaddress to
updateMaxBuyAmount(uint256 _maxBuyAmount
updateMaxWalletAmount(uint256 _maxWalletAmount
updateRouterV2(address router
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
MaxBuyAmountUpdated(uint256 maxBuyAmount
MaxWalletAmountUpdated(uint256 maxWalletAmount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
SwapThresholdUpdated(uint16 swapThresholdRatio
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
CannotUnclogNotEnoughTokens(
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