AnimeVerse
Verified contract
Active on
Ethereum with 415 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc364…8c84
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Anime | ERC-20 | 239.062931M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288196 | 6 days ago | | | 0 | 0.00069761903 | |
| 21075380 | a month ago | | | 0 | 0.00056746709 | |
| 21075370 | a month ago | | | 0 | 0.00046306056 | |
| 21075365 | a month ago | | | 0 | 0.00047160242 | |
| 21075358 | a month ago | | | 0 | 0.0012329077 | |
| 21075353 | a month ago | | | 0 | 0.0025853826 | |
| 20984804 | 2 months ago | | | 0 | 0.00074361240 | |
| 19984099 | 6 months ago | | | 0 | 0.00079443850 | |
| 19984068 | 6 months ago | | | 0 | 0.00062798105 | |
| 19948681 | 6 months ago | | | 0 | 0.0011126455 |
ABI
ABI objects
Getter at block 21330137
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 rewards, uint16 liquidity, uint16 marketing, uint16 total)
(rewards=0, liquidity=0, marketing=0, total=0)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=0, sellFee=0, transferFee=0)
_taxWallets() view returns (address marketing)
0xa7e83dba467a88caff9fde901c2a6a6553e92a58
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getMaxTXBuy() view returns (uint256)
15000000000
getMaxTXSell() view returns (uint256)
7500000000
getMaxWallet() view returns (uint256)
15000000000
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
getTotalReflected() view returns (uint256)
1118002669617554809
lpPair() view returns (address)
0xfd362c758a756bac42fce0ea7e83f5bb72730c6e
maxBuyTaxes() view returns (uint256)
2000
maxRoundtripTax() view returns (uint256)
3000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
name() pure returns (string)
AnimeVerse
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
0
processReflect() view returns (bool)
false
swapAmount() view returns (uint256)
962242883417500000
swapThreshold() view returns (uint256)
384897153367000000
symbol() pure returns (string)
Anime
totalSupply() pure returns (uint256)
1000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUserInfo(address user) view returns (string, string, string, string)
getUserRealizedGains(address user) view returns (uint256)
getUserUnpaidEarnings(address user) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
giveMeWelfarePlease()
manualDeposit()
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool swapEnabled, bool processReflectEnabled, bool priceImpactSwapEnabled)
setDividendExcluded(address holder, bool enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializers(address aInitializer, address cInitializer)
setLpPair(address pair, bool enabled)
setMaxTxPercents(uint256 percentBuy, uint256 divisorBuy, uint256 percentSell, uint256 divisorSell)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock, bool _algo)
setRatios(uint16 rewards, uint16 liquidity, uint16 marketing)
setReflectorSettings(uint256 gas)
setRewardsProperties(uint256 _minPeriod, uint256 _minReflection, uint256 minReflectionMultiplier)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountBNB, uint256 amount)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.