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 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21714936 | 4 days ago | | | 0 | 4.5155219e-7 | |
| 21714665 | 4 days ago | | | 0 | 4.5076536e-7 | |
| 21714161 | 4 days ago | | | 0 | 4.4970043e-7 | |
| 21712704 | 4 days ago | | | 0 | 4.5231981e-7 | |
| 21708321 | 4 days ago | | | 0 | 4.4849429e-7 | |
| 21707400 | 4 days ago | | | 0 | 3.5993305e-7 | |
| 21707394 | 4 days ago | | | 0 | 4.4755729e-7 | |
| 21705715 | 4 days ago | | | 0 | 4.4962446e-7 | |
| 21705691 | 4 days ago | | | 0 | 4.5036401e-7 | |
| 21676521 | 5 days ago | | | 0 | 4.5221636e-7 |
ABI
ABI objects
Getter at block 21877108
COST() view returns (uint256)
777000000000000
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
256
name() view returns (string)
Blocks_256
newId() view returns (uint256)
35
owner() view returns (address)
0x9f3b1b76cc485a413261d758e54194bd7a4b26a0
symbol() view returns (string)
Blocks_256
totalBurned() view returns (uint256)
968
totalMinted() view returns (uint256)
1003
totalSupply() view returns (uint256)
35
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMap(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint256 _COST)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()