AllegiancePass

Verified contract

Implementation

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

No balances found for "AllegiancePass"

No transactions found for "AllegiancePass"


Functions
Getter at block 20912446
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LAB(view returns (uint8)
0
MAX_SUPPLY_PER_TYPE(view returns (uint256)
2500
OPERATOR_ROLE(view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
PATH(view returns (uint8)
1
amountsMinted(view returns (uint256uint256)
(0, 0)
baseURI(view returns (string)
delegateCash(view returns (address)
0x0000000000000000000000000000000000000000
isAllowlistActive(view returns (bool)
false
isKeycardMintActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
false
keycardsContractAddress(view returns (address)
0x0000000000000000000000000000000000000000
labAnimation(view returns (string)
labImage(view returns (string)
maxPublicSale(view returns (uint256)
0
mintStatus(view returns (boolboolbool)
(false, false, false)
name(view returns (string)
 
owner(view returns (address)
pathAnimation(view returns (string)
pathImage(view returns (string)
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
publicMintPrice(view returns (uint256)
0
signer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
warmWallet(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowlistMinted(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
balanceOf(address owneruint256 typeIdview returns (uint256)
balanceOfLab(address ownerview returns (uint256)
balanceOfPath(address ownerview returns (uint256)
checkKeycardMinted(uint256 keycardIdview returns (bool)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
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)
keycardsMinted(uint256[] keycardIdsview returns (bool[])
ownerOf(uint256 tokenIdview returns (address)
passTypes(uint256view returns (uint8)
publicMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
totalMinted(uint8view returns (uint256)
validateSignature(bytes signatureaddress tobytes dataview returns (bool)
State-modifying
__FragmentERC721_init(string name_string symbol_address owner_
__FragmentSignedRedeemer_init(address signer_
addOperator(address operator
allowlistMint(uint8 typeIdbytes signature
approve(address operatoruint256 tokenId
batchKeycardMint(uint16 labAmountuint16 pathAmountuint16[] keycardIds
grantRole(bytes32 roleaddress account
initialize(string name_string symbol_address owner_address signer_address keycards_address delegateCash_address warmWallet_
operatorMint(address touint8 typeIduint256 quantity
partnerMint(uint8 typeIdbytes signature
publicMint(uint8 typeIduint256 quantitypayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
sentinelBurn(uint256 tokenIdreturns (bool)
setAllowlistActive(bool isAllowlistActive_
setApprovalForAll(address operatorbool approved
setKeycardMintActive(bool isKeycardMintActive_
setLabAnimation(string labAnimation_
setLabImage(string labImage_
setMaxPublicSale(uint256 maxPublicSale_
setPathAnimation(string pathAnimation_
setPathImage(string pathImage_
setPublicMintPrice(uint256 publicMintPrice_
setPublicSaleActive(bool isPublicSaleActive_
setRoyaltyInfo(address receiver_uint96 value_
transferFrom(address fromaddress touint256 tokenId
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
AllowlistActive(bool indexed isAllowlistActive
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
KeycardMintActive(bool indexed isKeycardMintActive
PassMinted(uint256 indexed tokenIDuint8 indexed typeIdaddress minter
PublicSaleActive(bool indexed isPublicSaleActive
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyInfoUpdated(address newReceiveruint96 newValue
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistMinted(
InvalidKeycard(
InvalidKeycardOwnership(
InvalidPassType(
InvalidPayment(
InvalidQuantity(
InvalidSignature(
KeycardMinted(
MintInactive(
OnlyEOA(
OperatorNotAllowed(address operator