Orbs in Nurnberg Powered By JOSEPHS

Verified contract

Active on Base with 2,765 txns
Deployed by via 0x3e86073b at 3861378
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Orbs in Nurnberg Powered By JOSEPHS"

0x735ab25536f5d95d5a3909d69613232c454919d38b05bfb98b86c2e53d1b921a
0xb0ea458ca57ec97a9a511633947bd33421d785e3e03048a703f39a0b09845803
0x7626d7739beaf42b5e75a1777a5a6fbfbeac330200f3becfc62918374c183c34
0x1771b47aba56a1fad48552445f5ca83e5ed469970304b2b79655104e68d3b959
0xfeddfdc7f92382e19dbed14dc469b2753abb6b975dd76c10349aee82afdeabdd
0x3638658dcbfec5ec2d2ad5b4b833a702ba0d5b3ebcbc50f4e1e21edcec7398d6
0xe196557fc1d17b3f0741db0171b9854a49ca0f76032ec91b07dff82762cfaafc
0x45b55f18b1d20916c5e2b32bfc79b932380b604fe82539cbdfff83bf0d51bd1a
0x9d7e766517b740aedaf13b7f98b0692d234f503186ae1814f88c0998a3394d26
0x9014827352a7b4e0bb43f68ca8ed46be81380dc137f70fe10752849cec25e279

Functions
Getter at block 22946923
MAX_FREE_PER_WALLET(view returns (uint256)
6000
MAX_MINTS_PER_TX(view returns (uint256)
22000
NUM_FREE_MINTS(view returns (uint256)
1000000
PUBLIC_SALE_PRICE(view returns (uint256)
5600000000000000
baseTokenURI(view returns (string)
ipfs:///
freeNFTAlreadyMinted(view returns (uint256)
350093
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
1000000
name(view returns (string)
Orbs in Nurnberg Powered By JOSEPHS
owner(view returns (address)
0x2f194ac59ede97b21e0b9977d7dfd1d77d2a86ac
symbol(view returns (string)
20D
totalSupply(view returns (uint256)
350093
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
MintWithRewards(uint256 numberOfTokenspayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(