Raoni by Virtuals
Unverified contract
Proxy
Active on
Base with 165 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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAONI | ERC-20 | 15.348356K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21842963 | 5 hours ago | | | 0 | 0.0000050821893 | |
| 21836799 | 8 hours ago | | | 0 | 1.9592778e-7 | |
| 21836269 | 9 hours ago | | | 0 | 1.8979987e-7 | |
| 21829613 | 12 hours ago | | | 0 | 1.9766723e-7 | |
| 21822292 | 16 hours ago | | | 0 | 1.6186500e-7 | |
| 21820025 | 18 hours ago | | | 0 | 1.9893471e-7 | |
| 21819972 | 18 hours ago | | | 0 | 1.9883733e-7 | |
| 21809903 | a day ago | | | 0 | 0.000000205034741046 | |
| 21797895 | a day ago | | | 0 | 1.9908079e-7 | |
| 21796109 | a day ago | | | 0 | 1.9665713e-7 |
ABI
ABI objects
Getter at block 21851774
botProtectionDurationInSeconds() view returns (uint256)
3600
decimals() view returns (uint8)
18
fundedDate() view returns (uint32)
1730088757
liquidityPools() view returns (address[] liquidityPools_)
[0x91Ae5bC07b0A8b75B0A34B47486184eD4DF2B3db]
name() view returns (string)
Raoni by Virtuals
owner() view returns (address)
0xe220329659d41b2a9f26e83816b424bdacf62567
pairToken() view returns (address)
0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
projectBuyTaxBasisPoints() view returns (uint16)
300
projectSellTaxBasisPoints() view returns (uint16)
300
projectTaxPendingSwap() view returns (uint128)
15348356224087849196832
projectTaxRecipient() view returns (address)
0x86cbac9d9ac726f729eef6627dc4817bcbb03a9c
swapThresholdBasisPoints() view returns (uint16)
1
symbol() view returns (string)
RAONI
totalBuyTaxBasisPoints() view returns (uint256)
300
totalSellTaxBasisPoints() view returns (uint256)
300
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x91ae5bc07b0a8b75b0a34b47486184ed4df2b3db
validCallers() view returns (bytes32[] validCallerHashes_)
[]
vault() view returns (address)
0x86cbac9d9ac726f729eef6627dc4817bcbb03a9c
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()