Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 10 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UWU | ERC-20 | 0.125234 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19697334 | 7 months ago | | | 0 | 0.00023326544 | |
| 19670830 | 7 months ago | | | 0 | 0.00041307571 | |
| 19429323 | 8 months ago | | | 0 | 0.0024469800 | |
| 19396993 | 8 months ago | | | 0 | 0.0020174747 | |
| 19396981 | 8 months ago | | | 0 | 0.0022016769 | |
| 19396973 | 8 months ago | | | 0 | 0.0018399750 | |
| 19323648 | 9 months ago | | | 0 | 0.0017091040 | |
| 19311640 | 9 months ago | | | 0 | 0.0013962344 | |
| 19307875 | 9 months ago | | | 0 | 0.0012529227 | |
| 19290639 | 9 months ago | | | 0 | 0.0018374357 |
ABI
ABI objects
Getter at block 21225032
_uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
baseTokenURI() view returns (string)
https://uwu404.com/json/
buyFee() view returns (uint256)
0
decimals() pure returns (uint8)
18
initialNftSupply() view returns (uint256)
2000
initialTotalSupply() view returns (uint256)
2000000000000000000000
maxTransactionAmount() view returns (uint256)
2000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000
mirrorERC721() view returns (address)
0x321c2d574b852f2dcc8b09604ba347c889834a9f
name() view returns (string)
UwU404
owner() view returns (address result)
0xea80914ee2591da1aae38b2aa15dd9f5ed360524
sellFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
10000000000000000000
symbol() view returns (string)
UWU
totalSupply() view returns (uint256)
2000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xb40fe7bb7cefb6ff5b6b13adb01c1214d8452855
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
manualSwap(uint256 percent)
openTrading()
removeStuckToken(address _address)
renounceOwnership() payable
requestOwnershipHandover() payable
retrieveStuckEth()
setFee(uint256 _buyFee, uint256 _sellFee)
setLimits(uint256 _maxTransactionAmount, uint256 _maxWallet)
setMarketingWallet(address _marketingWallet)
setSkipNFT(bool skipNFT) returns (bool)
setSwapTokensAtAmount(uint256 _amount)
setTokenURI(string _tokenURI)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()
UnitIsZero()