Entering The Unknown
Verified contract
Active on
Base with 2,210 txns
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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22680968 | a day ago | | | 0 | 5.1431559e-7 | |
| 22650302 | 2 days ago | | | 0 | 2.9762024e-7 | |
| 20905058 | a month ago | | | 0 | 2.6383328e-7 | |
| 20022042 | 2 months ago | | | 0 | 1.5391738e-7 | |
| 19001425 | 3 months ago | | | 0 | 1.4695525e-7 | |
| 18648708 | 3 months ago | | | 0 | 0.000000304116655048 | |
| 17398788 | 4 months ago | | | 0 | 3.5122931e-7 | |
| 17238157 | 4 months ago | | | 0 | 3.9013322e-7 | |
| 16583154 | 5 months ago | | | 0 | 2.3138685e-7 | |
| 16190784 | 5 months ago | | | 0 | 1.3584408e-7 |
ABI
ABI objects
Getter at block 22743701
currentTokenId() view returns (uint256)
2000
defaultURI() view returns (string)
ipfs://QmXp7oc4hNcBhATVj1ZDY5mjPjZSaXxABp7XeMxdaxBuw2
maxMintPerAddress() view returns (uint256)
1
maxSupply() view returns (uint256)
2000
name() view returns (string)
Entering The Unknown
owner() view returns (address)
0x267b3d36f6927928bdeae220aa525e21e1acf0e7
symbol() view returns (string)
ETU
Read-only
authorizedMinters(address authorizedMinter) view returns (bool authorized)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockedTokenURIs(uint256 tokenId) view returns (bool locked)
mintCount(address minted) view returns (uint256 count)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256 tokenId) view returns (string tokenURI)
State-modifying
Events approve(address to, uint256 tokenId)
lockTokenURI(uint256 tokenId)
mint(address to)
mint(address to, string _tokenURI)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorizedMinter(address minter, bool authorized)
setDefaultTokenURI(string _tokenURI)
setMaxMintPerAddress(uint256 _maxMintPerAddress)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorizedMinterSet(address indexed minter, bool authorized)
DefaultTokenURISet(string tokenURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenURILocked(uint256 indexed tokenId)
TokenURISet(uint256 indexed tokenId, string tokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)