ANIME FOR CRYPTO
Verified contract
Active on
Ethereum with 202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ANIME FOR CRYPTO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866575 | 2 months ago | | | 0 | 0.00020807590 | |
| 17313524 | 2 years ago | | | 0 | 0.0013649129 | |
| 17279600 | 2 years ago | | | 0 | 0.0024534839 | |
| 17274057 | 2 years ago | | | 0 | 0.0028213598 | |
| 17272750 | 2 years ago | | | 0 | 0.0030593640 | |
| 17268734 | 2 years ago | | | 0 | 0.0022765602 | |
| 17268300 | 2 years ago | | | 0 | 0.0031086849 | |
| 17267768 | 2 years ago | | | 0 | 0.0039000159 | |
| 17267639 | 2 years ago | | | 0 | 0.0041902652 | |
| 17267526 | 2 years ago | | | 0 | 0.0037919991 |
ABI
ABI objects
Getter at block 21320052
decimals() pure returns (uint8)
9
marketingAddress() view returns (address)
0x183d769fe0fca1e6daee92f77b39928ab0ac2459
maxTxAmount() view returns (uint256)
200000000000000000000
maxWalletAmount() view returns (uint256)
200000000000000000000
name() view returns (string)
ANIME FOR CRYPTO
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xa3aedb37f5d6dab88769adebfa6de38ec78e8bee
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
5000000000000000000
symbol() view returns (string)
ANIME
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxTxAmount(uint256 _maxTxAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxTxAmountUpdated(uint256 maxTxAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.