PropsERC721AUltraPass
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
23 additional
variables
Balances ($0.00)
No balances found for "PropsERC721AUltraPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PropsERC721AUltraPass"
ABI
ABI objects
Getter at block 21201384
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=0)
config() view returns (struct IConfigMint mintConfig, struct IConfigToken tokenConfig)
(mintConfig=(false, 0, 0, 0, 0, 0, 0), tokenConfig=())
contractType() pure returns (bytes32)
0x50726f707345524337323141556c747261506173730000000000000000000000
contractURI() view returns (string)
contractVersion() pure returns (uint8)
1
name() view returns (string)
numStakingTiers() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
project() view returns (address)
0x0000000000000000000000000000000000000000
receivingWallet() view returns (address)
0x0000000000000000000000000000000000000000
reveal() view returns (bool)
false
stakingERC20Address() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalStaked() view returns (uint256)
0
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address owner) view returns (uint256)
calcTier(uint256 _tokenId, uint256 _timeDelta) view returns (uint256)
calcTimeDelta(uint256 _tokenId) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getAllowlistById(uint256 _allowlistId) view returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenId) view returns (address)
getMintedByAllowlist(uint256 _allowlistId) view returns (uint256 mintedBy)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getStakedToken(uint256 id) view returns (struct PropsERC721AUltraPassStakedToken)
getStakingLevel(uint256 _tokenId) view returns (uint256)
hasMinRole(bytes32 _role) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minted(address) view returns (uint256)
mintedByAllowlist(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
stakingTiers(uint256) view returns (uint256 tierLevel, uint256 periodToAchieve)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokens(uint256) view returns (string name, string description, string image, string imageExt, string url)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addAllowlist(struct IAllowlistAllowlist _allowlist)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _baseURI, address[] _trustedForwarders, address _receivingWallet, address _accessRegistry)
mint(uint256[] _quantities, bytes32[][] _proofs, uint256[] _allotments, uint256[] _allowlistIds, uint256[] _traits, bool _autostake) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAccessRegistry(address _accessRegistry)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setConfig(struct IConfigConfig _config)
setContractURI(string _uri)
setOwner(address _newOwner)
setProject(address _project)
setReceivingWallet(address _address)
stake(uint256[] id)
togglePause(bool isPaused)
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
unstake(uint256[] id)
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlist, uint256 i)
updateIndividualToken(uint256 id, uint256 tokenType, bool isUltimate)
updateTokenMetadata(uint256 tokenId, string name, string description, string image, string imageExt, string url)
upsertStakingTier(uint256 _i, uint256 _tierLevel, uint256 _periodToAchieve)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
Minted(address indexed account, string tokens)
OwnerUpdated(address prevOwner, address newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Staked(address indexed account, uint256[] id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Unstaked(address indexed account, uint256[] id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowlistInactive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientFunds()
InvalidQueryRange()
MerkleProofInvalid()
MintClosed()
MintQuantityInvalid()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()