The Orangez

Verified contract

Active on Ethereum with 4,382 txns
Deployed by via 0xa92b4913 at 17388013
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Orangez"

0x22bb9bc1f1dc7326cd90e37814e082ca6d405fe0bde5c9678b0097a9148055db
0x3b2744621de4ee8b3cdf904daa642ae8e46f8cdd48cd5675fcdc81cf701e75a6
0x9db4d47b32eed56435917b6d45baa8013c0c052799ae79e81cc5a87f04fb3df8
0xd7ad91ee27cd2b8fa46b204e44d9356ab38663a401ecefcad8f2bce396f4fc3b
0x74d1d307518dddf047c177df8f99df6d963f5fa5af5408f77d8c71f9fb785967
0xb9ca7ab4a3ece632306723d46a125cbcf2a5096842a5c99e03a8fb5620933fd2
0xf5246c9ee31830a23f5d7b9708beb8582a33b7422defdaddfbfcf55bbac94d98
0x77767dd7989ec688651ed7b6a9c710dfd30b3f13c2729d46036c8f877baf2839
0x1e4571a3035ce7376fd68b4d46629f3926da91d9c9c1c150d47d9023a0a977a6
0x2ff482206907918b14f6cc8a6bf4307b11322eb9a4d2ec10cbad96ce19a17fca

Functions
Getter at block 20791875
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmRjVgr3Vbu1qqk4mrXdmCgmfBj83XYT3Q8VuoJFsG3RVF/
contractURI(view returns (string)
limitTx(view returns (uint256)
5
limitTxFree(view returns (uint256)
2
limitWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
8888
name(view returns (string)
The Orangez
owner(view returns (address)
0x333000dc9c86f485d8cba632e698701fc8b66ac0
price(view returns (uint256)
4000000000000000
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress(view returns (address)
0x0000000000000000000000000000000000000000
royaltyBasisPoints(view returns (uint256)
0
supplyMaxFree(view returns (uint256)
2000
symbol(view returns (string)
ORANGEZ
totalSupply(view returns (uint256)
8888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintStats(address minterview returns (uint256 minterNumMinteduint256 currentTotalSupplyuint256 maxSupply)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
airDrop(address _touint256 quantity
approve(address operatoruint256 tokenId
cancelOwnershipTransfer(
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
mintFree(uint256 quantity
mintPublic(uint256 quantitypayable 
mintSeaDrop(address minteruint256 quantity
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setLimitTx(uint256 _count
setLimitTxFree(uint256 _count
setLimitWallet(uint256 _count
setMaxSupply(uint256 newMaxSupply
setPrice(uint256 _price
setProvenanceHash(bytes32 newProvenanceHash
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo
setSupplyMaxFree(uint256 _count
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newPotentialOwner
updateAllowList(address seaDropImplstruct AllowListData allowListData
updateAllowedFeeRecipient(address seaDropImpladdress feeRecipientbool allowed
updateAllowedSeaDrop(address[] allowedSeaDrop
updateCreatorPayoutAddress(address seaDropImpladdress payoutAddress
updateDropURI(address seaDropImplstring dropURI
updatePayer(address seaDropImpladdress payerbool allowed
updatePublicDrop(address seaDropImplstruct PublicDrop publicDrop
updateSignedMintValidationParams(address seaDropImpladdress signerstruct SignedMintValidationParams signedMintValidationParams
updateTokenGatedDrop(address seaDropImpladdress allowedNftTokenstruct TokenGatedDropStage dropStage
withdraw(
withdrawAmount(uint256 _amount
Events
AllowedSeaDropUpdated(address[] allowedSeaDrop
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string newContractURI
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PotentialOwnerUpdated(address newPotentialAdministrator
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
RoyaltyInfoUpdated(address receiveruint256 bps
SeaDropTokenDeployed(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress[] allowedSeaDrop
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply
InvalidRoyaltyBasisPoints(uint256 basisPoints
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NotNextOwner(
OnlyAllowedSeaDrop(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
RoyaltyAddressCannotBeZeroAddress(
SignersMismatch(
TokenGatedMismatch(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(