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 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21807152 | 2 days ago | | | 0 | 3.4329493e-7 | |
| 21744561 | 3 days ago | | | 0 | 6.5855734e-7 | |
| 21645516 | 6 days ago | | | 0 | 5.2630246e-7 | |
| 21623920 | 6 days ago | | | 0 | 3.6700186e-7 | |
| 21622470 | 6 days ago | | | 0 | 5.7848095e-7 | |
| 21622459 | 6 days ago | | | 0 | 3.9412013e-7 | |
| 21622403 | 6 days ago | | | 0 | 3.8978212e-7 | |
| 21622395 | 6 days ago | | | 0 | 3.9047234e-7 | |
| 21612055 | 6 days ago | | | 0 | 3.4269030e-7 | |
| 21611207 | 6 days ago | | | 0 | 3.6135874e-7 |
ABI
ABI objects
Getter at block 21884336
FreeSupply() view returns (uint256)
10000
MaxperWallet() view returns (uint256)
100
MaxperWalletFree() view returns (uint256)
0
baseExtension() view returns (string)
baseURI() view returns (string)
cost() view returns (uint256)
0
maxSupply() view returns (uint256)
24999
name() view returns (string)
CONFUSING
notRevealedUri() view returns (string)
ipfs://QmVd55hyyCBKPjggQXs4mTQj8DBSkZqx3QkVuUBhu2RT4Y
owner() view returns (address)
0x4f58658bddf6ee1857b3b9f27db8f1c7d1a5aa3b
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
CONFUSING
totalSupply() view returns (uint256)
25448
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId) payable
destroyAndSend(address _recipient)
freemint(uint256 tokens)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeMaxPerWallet(uint256 _limit)
setFreesupply(uint256 _newsupply)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _notRevealedUri, string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()