NFT

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xe4eed388 at 14897940
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "NFT"

No transactions found for "NFT"


Functions
Getter at block 23055313
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
autoApproveTransfersFromValidator(view returns (bool)
false
baseTokenURI(view returns (string)
getNextTokenId(view returns (uint256)
0
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator(view returns (address validator)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
maxSupply(view returns (uint256)
0
maxSupplyInitialized(view returns (bool)
false
 
mintedSupply(view returns (uint256)
name(view returns (string)
owner(view returns (address)
0x4e59b44847b379578588920ca78fbf26c0b4956c
remainingAirdropSupply(view returns (uint256)
0
remainingOwnerMints(view returns (uint256)
0
suffixURI(view returns (string)
symbol(view returns (string)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool isApproved)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdropMint(address[] to
approve(address touint256 tokenId
initializeERC721(string name_string symbol_
initializeMaxAirdropSupply(uint256 maxAirdropMints_
initializeMaxSupply(uint256 maxSupply_uint256 maxOwnerMints_
initializeOwner(address owner_
initializeURI(string baseURI_string suffixURI_
ownerMint(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAutomaticApprovalOfTransfersFromValidator(bool autoApprove
setBaseURI(string baseTokenURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setSuffixURI(string suffixURI_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTransferValidator(address transferValidator_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AutomaticApprovalOfTransferValidatorSet(bool autoApproved
BaseURISet(string baseTokenURI
DefaultRoyaltySet(address indexed receiveruint96 feeNumerator
MaxSupplyInitialized(uint256 maxSupplyuint256 maxOwnerMints
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SuffixURISet(string suffixURI
TokenRoyaltySet(uint256 indexed tokenIdaddress indexed receiveruint96 feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdventureFreeNFT__NonexistentToken(
AirdropMintInitializable__MaxAirdropSupplyAlreadyInitialized(
AirdropMint__AirdropBatchSizeMustBeGreaterThanZero(
AirdropMint__CannotMintToZeroAddress(
AirdropMint__MaxAirdropSupplyCannotBeSetToMaxUint256(
AirdropMint__MaxAirdropSupplyCannotBeSetToZero(
AirdropMint__MaxAirdropSupplyExceeded(
CreatorTokenBase__InvalidTransferValidatorContract(
ERC721OpenZeppelinInitializable__AlreadyInitializedERC721(
InitializableMaxSupplyBase__MaxSupplyAlreadyInitialized(
InitializableOwnable__OwnerAlreadyInitialized(
MaxSupplyBase__CannotClaimMoreThanMaximumAmountOfOwnerMints(
MaxSupplyBase__CannotMintToAddressZero(
MaxSupplyBase__MaxSupplyCannotBeSetToMaxUint256(
MaxSupplyBase__MaxSupplyExceeded(
MaxSupplyBase__MintedQuantityMustBeGreaterThanZero(
MetadataURIInitializable__URIAlreadyInitialized(
ShouldNotMintToBurnAddress(