TAOCat by Virtuals
Unverified contract
Proxy
Active on
Base with 7,463 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($3.07)
Native
Value
$3.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000917 | $3,344.13 |
$3.07 | |
TAOCAT | ERC-20 | 31.910496K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23946589 | a few seconds ago | | | 0 | 9.3313830e-7 | |
| 23946583 | a few seconds ago | | | 0 | 7.4828951e-7 | |
| 23946580 | a minute ago | | | 0 | 0.0000011014623 | |
| 23946571 | a minute ago | | | 0 | 7.4339171e-7 | |
| 23946569 | a minute ago | | | 0 | 0.0000015113914 | |
| 23946567 | a minute ago | | | 0 | 0.0000015035658 | |
| 23946562 | a minute ago | | | 0 | 7.4828951e-7 | |
| 23946550 | 2 minutes ago | | | 0 | 0.0000015206707 | |
| 23946548 | 2 minutes ago | | | 0 | 7.4412026e-7 | |
| 23946547 | 2 minutes ago | | | 0 | 0.0000025216472 |
ABI
ABI objects
Getter at block 23946600
botProtectionDurationInSeconds() view returns (uint256)
0
decimals() view returns (uint8)
18
fundedDate() view returns (uint32)
1734583587
liquidityPools() view returns (address[] liquidityPools_)
[0x4FC190E4DC19c8fcA5e05534d664C0aC3Fa1AaC5]
name() view returns (string)
TAOCat by Virtuals
owner() view returns (address)
0xe220329659d41b2a9f26e83816b424bdacf62567
pairToken() view returns (address)
0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
projectBuyTaxBasisPoints() view returns (uint16)
100
projectSellTaxBasisPoints() view returns (uint16)
100
projectTaxPendingSwap() view returns (uint128)
31910495568164575896961
projectTaxRecipient() view returns (address)
0x86cbac9d9ac726f729eef6627dc4817bcbb03a9c
swapThresholdBasisPoints() view returns (uint16)
1
symbol() view returns (string)
TAOCAT
totalBuyTaxBasisPoints() view returns (uint256)
100
totalSellTaxBasisPoints() view returns (uint256)
100
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x4fc190e4dc19c8fca5e05534d664c0ac3fa1aac5
validCallers() view returns (bytes32[] validCallerHashes_)
[]
vault() view returns (address)
0x9267141ea50eebec42c1b09a5d797c6a047be72f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isLiquidityPool(address queryAddress_) view returns (bool)
isValidCaller(bytes32 queryHash_) view returns (bool)
State-modifying
Events acceptOwnership()
addInitialLiquidity(address lpOwner)
addLiquidityPool(address newLiquidityPool_)
addValidCaller(bytes32 newValidCallerHash_)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeTaxTokens()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address[3] integrationAddresses_, bytes baseParams_, bytes supplyParams_, bytes taxParams_)
removeLiquidityPool(address removedLiquidityPool_)
removeValidCaller(bytes32 removedValidCallerHash_)
renounceOwnership()
setProjectTaxRates(uint16 newProjectBuyTaxBasisPoints_, uint16 newProjectSellTaxBasisPoints_)
setProjectTaxRecipient(address projectTaxRecipient_)
setSwapThresholdBasisPoints(uint16 swapThresholdBasisPoints_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawERC20(address token_, uint256 amount_)
withdrawETH(uint256 amount_)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoSwapThresholdUpdated(uint256 oldThreshold, uint256 newThreshold)
ExternalCallError(uint256 identifier)
InitialLiquidityAdded(uint256 tokenA, uint256 tokenB, uint256 lpToken)
Initialized(uint64 version)
LimitsUpdated(uint256 oldMaxTokensPerTransaction, uint256 newMaxTokensPerTransaction, uint256 oldMaxTokensPerWallet, uint256 newMaxTokensPerWallet)
LiquidityPoolAdded(address addedPool)
LiquidityPoolCreated(address addedPool)
LiquidityPoolRemoved(address removedPool)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProjectTaxBasisPointsChanged(uint256 oldBuyBasisPoints, uint256 newBuyBasisPoints, uint256 oldSellBasisPoints, uint256 newSellBasisPoints)
ProjectTaxRecipientUpdated(address treasury)
RevenueAutoSwap()
Transfer(address indexed from, address indexed to, uint256 value)
ValidCallerAdded(bytes32 addedValidCaller)
ValidCallerRemoved(bytes32 removedValidCaller)
This contract contains no constructor objects.
receive()
AdapterParamsMustBeEmpty()
AdditionToPoolIsBelowPerTransactionMinimum()
AdditionToPoolWouldExceedPerAddressCap()
AdditionToPoolWouldExceedPoolCap()
AddressAlreadySet()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AllowanceDecreasedBelowZero()
AlreadyInitialised()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveFromTheZeroAddress()
ApproveToTheZeroAddress()
AuctionStatusIsNotEnded()
AuctionStatusIsNotOpen()
AuxCallFailed(address[] modules, uint256 value, bytes data, uint256 txGas)
BalanceMismatch()
BalanceQueryForZeroAddress()
BidMustBeBelowTheFloorForRefundDuringAuction()
BidMustBeBelowTheFloorWhenReducingQuantity()
BondingCurveError(uint8 error)
BurnExceedsBalance()
BurnFromTheZeroAddress()
CallerIsNotAdminNorFactory()
CallerIsNotDepositBoxOwner()
CallerIsNotFactory()
CallerIsNotFactoryOrProjectOwner()
CallerIsNotFactoryProjectOwnerOrPool()
CallerIsNotPlatformAdmin(address caller)
CallerIsNotSuperAdmin(address caller)
CallerIsNotTheManager()
CallerIsNotTheOwner()
CallerMustBeLzApp()
CanOnlyReduce()
CannotAddLiquidityOnCreateAndUseDRIPool()
CannotSetNewManagerToTheZeroAddress()
CannotSetNewOwnerToTheZeroAddress()
CannotSetToZeroAddress()
CannotWithdrawThisToken()
CollectionAlreadyRevealed()
ContractIsDecommissioned()
ContractIsNotPaused()
ContractIsPaused()
DecreasedAllowanceBelowZero()
DeployerOnly()
DeploymentError()
DepositBoxIsNotOpen()
DestinationIsNotTrustedSource()
DriPoolAddressCannotBeAddressZero()
FailedInnerCall()
GasLimitIsTooLow()
IncorrectConfirmationValue()
IncorrectPayment()
InitialLiquidityAlreadyAdded()
InitialLiquidityNotYetAdded()
InsufficientAllowance()
InvalidAdapterParams()
InvalidAddress()
InvalidEndpointCaller()
InvalidInitialization()
InvalidMinGas()
InvalidOracleSignature()
InvalidPayload()
InvalidReceiver()
InvalidSourceSendingContract()
InvalidTotalShares()
LPLockUpMustFitUint88()
LimitsCanOnlyBeRaised()
LiquidityPoolCannotBeAddressZero()
LiquidityPoolMustBeAContractAddress()
ListLengthMismatch()
MachineAddressCannotBeAddressZero()
ManagerUnauthorizedAccount()
MaxBidQuantityIs255()
MaxPublicMintAllowanceExceeded(uint256 requested, uint256 alreadyMinted, uint256 maxAllowance)
MaxSupplyTooHigh()
MaxTokensPerTxnExceeded()
MaxTokensPerWalletExceeded()
MetadataIsLocked()
MinGasLimitNotSet()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingIsClosedForever()
NewBuyTaxBasisPointsExceedsMaximum()
NewSellTaxBasisPointsExceedsMaximum()
NoETHForLiquidityPair()
NoPaymentDue()
NoRefundForCaller()
NoStoredMessage()
NoTokenForLiquidityPair()
NoTrustedPathRecord()
NotInitializing()
NothingToClaim()
OperationDidNotSucceed()
OracleSignatureHasExpired()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ParamTooLargeEndDate()
ParamTooLargeMinETH()
ParamTooLargePerAddressMax()
ParamTooLargePoolPerTxnMinETH()
ParamTooLargePoolSupply()
ParamTooLargeStartDate()
ParamTooLargeVestingDays()
ParametersDoNotMatchSignedMessage()
PassedConfigDoesNotMatchApproved()
PauseCutOffHasPassed()
PaymentMustCoverPerMintFee()
PermitDidNotSucceed()
PlatformAdminCannotBeAddressZero()
PlatformTreasuryCannotBeAddressZero()
PoolIsAboveMinimum()
PoolIsBelowMinimum()
PoolPhaseIsClosed()
PoolPhaseIsNotAfter()
PoolVestingNotYetComplete()
ProjectOwnerCannotBeAddressZero()
ProofInvalid()
QuantityExceedsMaxPossibleCollectionSupply()
QuantityExceedsRemainingCollectionSupply()
QuantityExceedsRemainingPhaseSupply()
ReferralIdAlreadyUsed()
RequestingMoreThanAvailableBalance()
RequestingMoreThanRemainingAllocation(uint256 previouslyMinted, uint256 requested, uint256 remainingAllocation)
RoyaltyFeeWillExceedSalePrice()
SafeERC20FailedOperation(address token)
ShareTotalCannotBeZero()
SliceOutOfBounds()
SliceOverflow()
SuperAdminCannotBeAddressZero()
SupplyTotalMismatch()
SupportWindowIsNotOpen()
TaxFreeAddressCannotBeAddressZero()
TaxPeriodStillInForce()
TemplateCannotBeAddressZero()
TemplateNotFound()
ThisMintIsClosed()
TotalSharesMustMatchDenominator()
TransferAmountExceedsBalance()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferFromZeroAddress()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnrecognisedVRFMode()
VRFCoordinatorCannotBeAddressZero()
ValueExceedsMaximum()