PropsERC721AClaim

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x5460fbca at 18464552
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
18 additional variables

No balances found for "PropsERC721AClaim"

No transactions found for "PropsERC721AClaim"


Functions
Getter at block 20914059
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_RECIPIENT(view returns (address)
0x0000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
0
PROPS_FEE_MANAGER(view returns (address)
0x0000000000000000000000000000000000000000
SANCTIONS_CONTRACT(view returns (address)
0x0000000000000000000000000000000000000000
VERSION_OVERRIDE(view returns (uint256)
0
collector_affiliate_fee_split(view returns (uint256)
0
contractType(pure returns (bytes32)
0x50726f707345524337323141436c61696d000000000000000000000000000000
contractURI(view returns (string)
contractVersion(pure returns (uint8)
19
isSoulbound(view returns (bool)
false
isTradeable(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
project(view returns (address)
0x0000000000000000000000000000000000000000
rWallet(view returns (address)
0x0000000000000000000000000000000000000000
receivingWallet(view returns (address)
0x0000000000000000000000000000000000000000
share_protocol_fee_with_affiliate(view returns (bool)
false
share_tips_with_affiliate(view returns (bool)
false
share_topline_with_affiliate(view returns (bool)
false
signatureVerifier(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
APPROVED_RELAY_ADDRESSES(uint256view returns (address)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getMintedByUid(string _uidaddress _walletview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address _owneraddress operatorview returns (bool)
isSanctioned(address _operatorAddressview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
minted(addressview returns (uint256)
mintedByID(stringaddressview returns (uint256)
onlyAllowedOperatorApproval(address operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(struct IPropsInitInitializeArgs args
mintTo(address _touint256 _quantityaddress _delegated_walletstring _uiduint256 _allocationuint256 _max_supplyuint256 _pricePerUnituint256 _expirationTimebytes _signatureaddress _collector_affiliate_walletpayable 
mintWithSignature(struct ISignatureMintingSignatureClaimAffiliateCart cartpayable 
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCollectorAffiliateSettings(bool _share_topline_with_affiliatebool _share_tips_with_affiliatebool _share_protocol_fee_with_affiliate
setCollectorAffiliateSplit(uint256 _newSplit
setContractURI(string _uri
setCreatorAffiliateAddress(address _addressbytes signature
setFeeManager(address _addressbytes signature
setFeeRecipient(address _addressbytes signature
setMaxSupply(uint256 _maxSupply
setOwner(address _newOwner
setReceivingWallet(address _address
setRelayAddresses(address[] _addresses
setRoyaltyConfig(address _addressuint96 _royalty
setSanctionsContract(address _address
setSignatureVerifier(address _address
setSoulbound(bool _isSoulbound
setTradability(bool _isTradeable
setVersionOverride(uint256 _version
togglePause(bool isPaused
transferFrom(address fromaddress touint256 tokenIdpayable 
Events
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
Initialized(uint8 version
Minted(address indexed accountstring tokens
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistSupplyExhausted(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExpiredSignature(
InsufficientFunds(
InvalidQueryRange(
InvalidSignature(
MaxSupplyExhausted(
MintERC2309QuantityExceedsLimit(
MintQuantityInvalid(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
Sanctioned(
SoulBound(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(