This contract is being backfilled. You may encounter incomplete storage history.

Inscribed Orcs

Verified contract

Active on Ethereum with 98 txns
Deployed by via 0x723c1bbe at 16773890
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Inscribed Orcs"

0xd7fa2d77b1de71c0536e8074bfac8724884fd4953093500c0b2cbbcac4557b77
0x03f7955bc1e7dd67323e2b0c4c4f59c3143b855ae7bc81a5ceff2569db0ee6de
0xb292431ef56dec797aff3186dbacf090d0757a2bef84feebce2a095816d3eebe
0x5764d0413142a1e5fba806a6814e17cf3295ebca40cce4b7d322091acde783bd
0x197f0b9e831b3408fc6c6d5897d73b114d93d3ad87c2cd998cf6dca70e2f7f49
0x526d3aa37ee1c968af7561837a0cadf545c3145f705142e95d001e138aa8cbc2
0xb078c989b570da4c9fd91a8254b32ee6806553bfefdeba2b65408a62f819878d
0x88eb96018ee033ed1df44dbdd70d09530108e4b5af10e33fc2e0d27e4318b4c2
0xd1915cc2d3c0c540bc5138879f78630a68a27eeafbbea6a8699524854f7a82de
0x444bed61766b883cb4356b3cd51bcf55af448bc6614f95cbe350da8b13b7731d

Functions
Getter at block 20796167
baseURI(view returns (string)
https://nftstorage.link/ipfs/bafybeidv2yoff2pwtsvrehfiwjqb4sabhtjb65ynl4kfvp4fwvgtpsk2gu/
cost(view returns (uint256)
6900000000000000
maxFreePerWallet(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
5
maxPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
400
name(view returns (string)
Inscribed Orcs
owner(view returns (address)
0x4b08404475bb0b3798dc2b3177fad3bee7af0ba2
paused(view returns (bool)
false
symbol(view returns (string)
ORCS
totalSupply(view returns (uint256)
400
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
ownerMint(uint256 quantitypayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreePerWallet(uint256 _amount
setMaxSupply(uint256 _maxSupply
setPaused(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(