PropsERC721AUStakingV5

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9ae8761b at 19128169
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
-
variable spans 41 additional slots
21 additional variables

No balances found for "PropsERC721AUStakingV5"

No transactions found for "PropsERC721AUStakingV5"


Functions
Getter at block 21305614
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SANCTIONS_CONTRACT(view returns (address)
0x0000000000000000000000000000000000000000
allowlists(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=0)
config(view returns (struct IConfigMint mintConfigstruct IConfigToken tokenConfig)
(mintConfig=(false, 0, 0, 0, 0, 0, 0), tokenConfig=())
contractType(pure returns (bytes32)
0x50726f707345524337323141555374616b696e67000000000000000000000000
contractURI(view returns (string)
contractVersion(pure returns (uint8)
1
isSelfClaimActive(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
project(view returns (address)
0x0000000000000000000000000000000000000000
receivingWallet(view returns (address)
0x0000000000000000000000000000000000000000
stakingERC20Address(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
aggregateTotalERC20TokenBalance(address holderview returns (uint256 erc20tokens)
aggregateUnclaimedERC20TokenBalance(address holderview returns (uint256 erc20tokens)
balanceOf(address ownerview returns (uint256)
claimTimer(addressuint256view returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getAllowlistById(uint256 _allowlistIdview returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenIdview returns (address)
getMintedByAllowlist(uint256 _allowlistIdview returns (uint256 mintedBy)
getMintedByUid(string _uidaddress _walletview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasMinRole(bytes32 _roleview returns (bool)
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)
mintedByAllowlist(addressuint256view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
unclaimedERC20BalanceByToken(uint256 tokenIdaddress holderview returns (uint256 unclaimedERC20Tokens)
State-modifying
addAllowlist(struct IAllowlistAllowlist _allowlist
airdrop(address[] __touint256[] __quantities
approve(address touint256 tokenId
burn(uint256 tokenId
claimERC20Tokens(
forceClaimERC20Tokens(address fromuint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _baseURIaddress[] _trustedForwardersaddress _receivingWalletaddress _accessRegistry
mint(uint256[] _quantitiesbytes32[][] _proofsuint256[] _allocationsuint256[] _allowlistIdspayable 
mintWithSignature(struct ISignatureMintingSignatureMintCart cartpayable 
multicall(bytes[] datareturns (bytes[] results)
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setConfig(struct IConfigConfig _config
setContractURI(string _uri
setOwner(address _newOwner
setReceivingWallet(address _address
setSanctionsContract(address _address
setStakingERC20Address(address _address
transferFrom(address fromaddress touint256 tokenId
unpause(
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlistuint256 i
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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
AllowlistInactive(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InsufficientFunds(
InvalidQueryRange(
InvalidSignature(
MerkleProofInvalid(
MintClosed(
MintQuantityInvalid(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
Sanctioned(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(