PropsERC721AUStakingPools

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x00ab6d5f at 16580979
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 43 additional slots
23 additional variables

No balances found for "PropsERC721AUStakingPools"

No transactions found for "PropsERC721AUStakingPools"


Functions
Getter at block 21065343
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)
0x50726f707345524337323141555374616b696e67506f6f6c7300000000000000
contractURI(view returns (string)
contractVersion(pure returns (uint8)
4
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
stakingERC20Address(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getAllowlistById(uint256 _allowlistIdview returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenIdview returns (address)
getMintedByAllowlist(uint256 _allowlistIdview returns (uint256 minted_)
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)
onlyAllowedOperatorApproval(address operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenPools(uint256view returns (uint256 startIndexuint256 endIndexuint256 currentIndex)
tokenURI(uint256 _tokenIdview returns (string)
totalMintedByAllowlist(uint256view returns (uint256)
State-modifying
addAllowlist(struct IAllowlistAllowlist _allowlist
approve(address operatoruint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _baseURIaddress[] _trustedForwardersaddress _receivingWallet
mint(uint256[] _quantitiesbytes32[][] _proofsuint256[] _allotmentsuint256[] _allowlistIdspayable 
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowlists(struct IAllowlistAllowlist[] _allowlists
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setConfig(struct IConfigConfig _config
setContractURI(string _uri
setInternals(address _receivingWalletaddress _rWalletaddress _stakingERC20Address
setOwner(address _newOwner
setProject(address _project
setReceivingWallet(address _address
setRoyalty(uint96 _royalty
setRoyaltyWallet(address _address
setSactionsContract(address _address
setStakingERC20Contract(address _address
togglePause(bool _isPaused
transferFrom(address fromaddress touint256 tokenId
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlistuint256 i
upsertTokenPool(uint256 _tokenPoolIndexuint256 _startIndexuint256 _endIndexuint256 _currentIndex
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 prevOwneraddress 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(
AllowlistSupplyExhausted(
InsufficientFunds(
MerkleProofInvalid(
MintClosed(
MintQuantityInvalid(
MintZeroQuantity(
OperatorNotAllowed(address operator