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 4 additional slots
5 additional
variables
Balances ($706.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.228057 | $3,097.17 |
$706.33 | |
(#686973) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20936295 | a month ago | | | 0 | 0.0016933430 | |
| 20839828 | 2 months ago | | | 0 | 0.00028381127 | |
| 20319388 | 4 months ago | | | 0 | 0.00022052432 | |
| 19744811 | 7 months ago | | | 0 | 0.00013305239 | |
| 19544103 | 8 months ago | | | 0 | 0.00045245729 | |
| 19530816 | 8 months ago | | | 0 | 0.00046140455 | |
| 19431798 | 8 months ago | | | 0 | 0.0013192949 | |
| 19431789 | 8 months ago | | | 0 | 0.0013929318 | |
| 19431768 | 8 months ago | | | 0 | 0.0012131572 | |
| 19412167 | 8 months ago | | | 0 | 0.0026061049 |
ABI
ABI objects
Getter at block 21230331
DOMAIN_SEPARATOR() view returns (bytes32)
0xfcc33b0f59cbf911785b4bd6249158a8f0fe88134db4590c6d0fe42158e83016
baseURI() view returns (string)
https://who404.wtf/assets/
currentPoolData() view returns (address poolAddress, address quoteToken, uint24 fee, uint256 positionId, uint160 sqrtPriceX96, int24 tickLower, int24 tickUpper, uint128 liquidity)
(poolAddress=0x1acb9b90b5613c7df40f8e02ce84e023d559f469, quoteToken=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, fee=3000, positionId=686973, sqrtPriceX96=1372272028650297984479657984, tickLower=-81180, tickUpper=887220, liquidity=51961524227066319126)
currentTick() view returns (int24)
-887272
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
734595617958917133475
erc721TokensBankedInQueue() view returns (uint256)
1
erc721TotalSupply() view returns (uint256)
993
initialMintRecipient() view returns (address)
0xa6afd4d1226169db19432cf6f26f66a219b9b159
initialized() view returns (bool)
true
mintSupply() view returns (uint256)
1000
mintTimestamp() view returns (uint256)
1709407223
name() view returns (string)
WHO404
owner() view returns (address)
0xcdf74bff7c62c72775a2cdb83dbc0a1d4866703a
positionManagerAddress() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
scriptURI() view returns (string[])
[]
swapRouterAddress() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
symbol() view returns (string)
WHO
taxPercent() view returns (uint24)
80000
tickThreshold() view returns (int24)
-81122
totalSupply() view returns (uint256)
734595617958917133475
totalTax() view returns (uint256)
1003229450860109549969
units() view returns (uint256)
100000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
calculateERC721Transfers(address from_, uint256 value_) view returns (uint256[] tokenIds)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address) view returns (bool)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
operators(address) view returns (bool)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events _transferWithTax(address from_, address to_, uint256 value_) returns (bool)
approve(address spender_, uint256 valueOrId_) returns (bool)
initialize() payable
liquifyAndCollect(uint128 liquidity)
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
register(address operator_, bool value)
registerAll()
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setScriptURI(string[] newScriptURI)
swapAndLiquify(uint256 amount)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseUriUpdate(string uri)
ERC20Burn(uint256 value)
Initialize(struct PoolData poolData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveTax(uint256 value)
RefundETH(address sender, uint256 value)
ScriptUpdate(string[] arg0)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address initialOwner_, address initialMintRecipient_)
receive()
AlreadyExists()
CannotRemoveFromERC721TransferExempt()
DecimalsTooLow()
InsufficientAllowance()
InvalidApproval()
InvalidId()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
NotERC721TransferExempt()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
Unauthorized()
UnsafeRecipient()