Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANIME | ERC-20 | 120.599956M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20349752 | 4 months ago | | | 0 | 0.00014144652 | |
| 20241559 | 4 months ago | | | 0 | 0.00050477405 | |
| 20185751 | 5 months ago | | | 0 | 0.00029898055 | |
| 19732387 | 7 months ago | | | 0 | 0.00061475202 | |
| 18707811 | a year ago | | | 0 | 0.0010510814 | |
| 18524189 | a year ago | | | 0 | 0.00086007645 | |
| 18516055 | a year ago | | | 0 | 0.0013200747 | |
| 18501491 | a year ago | | | 0 | 0.00030370281 | |
| 18292601 | a year ago | | | 0 | 0.00069933527 | |
| 18263986 | a year ago | | | 0 | 0.00079360324 |
ABI
ABI objects
Getter at block 21228019
TOTAL_SUPPLY() view returns (uint256)
200000000000000000000000000000
UNISWAP_V2_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
buyFee() view returns (uint256)
2
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x17452ec30e799d60fc97cda4695a532a03c3baa8
name() view returns (string)
Anime
owner() view returns (address)
0x17452ec30e799d60fc97cda4695a532a03c3baa8
sellFee() view returns (uint256)
2
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
200000000000000000000000000
symbol() view returns (string)
ANIME
totalSupply() view returns (uint256)
200000000000000000000000000000
uniswapPair() view returns (address)
0x6e418ff1a1b6a0c7d068a945d6ea477f646e834e
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events airdrop(address[] recipients, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
clearStuck()
clearStuckToken()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address addr, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch() payable
renounceOwnership()
setFees(uint256 _buyFee, uint256 _sellFee)
setMarketingWallet(address _w)
setSwapEnabled(bool _enabled)
setSwapThreshold(uint256 _t)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFailed(address indexed recipient, uint256 amount)
constructor()
receive()
AlreadyLaunched()
ERC20FromZero()
ERC20ToZero()
FeeTooHigh()