XocietyFrontier

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x47ff9214 at 17652454
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
18 additional variables

No balances found for "XocietyFrontier"

No transactions found for "XocietyFrontier"


Functions
Getter at block 21206356
mintlistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintlistSaleEndTime(view returns (uint256)
0
mintlistSaleMaxBuyAmountPerAccount(view returns (uint256)
0
mintlistSaleStartTime(view returns (uint256)
0
mintlistSaleTokenPrice(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
publicSaleEndTime(view returns (uint256)
0
publicSaleMaxBuyAmountPerAccount(view returns (uint256)
0
publicSaleStartTime(view returns (uint256)
0
publicSaleTokenPrice(view returns (uint256)
0
redlistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
redlistSaleEndTime(view returns (uint256)
0
redlistSaleMaxBuyAmountPerAccount(view returns (uint256)
0
redlistSaleStartTime(view returns (uint256)
0
redlistSaleTokenPrice(view returns (uint256)
0
signer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isExistsMintlist(address walletbytes32[] proofview returns (bool)
isExistsRedlist(address walletbytes32[] proofview returns (bool)
mintlistSaleBuyAmountPerAccount(address buyerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
publicSaleBuyAmountPerAccount(address buyerview returns (uint256)
redlistSaleBuyAmountPerAccount(address buyerview returns (uint256)
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 touint256 tokenIdpayable 
deleteDefaultRoyalty(
devMint(address touint256 amount
initialize(
mintlistSaleMint(bytes32[] proofuint256 amountbytes32 messageHashbytes signaturestring noncepayable 
pause(
publicSaleMint(uint256 amountbytes32 messageHashbytes signaturestring noncepayable 
redlistSaleMint(bytes32[] proofuint256 amountbytes32 messageHashbytes signaturestring noncepayable 
renounceOwnership(
resetTokenRoyalty(uint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCollectionSize(uint256 size
setDefaultRoyalty(address receiveruint96 feeNumerator
setMintlistRoot(bytes32 root_
setMintlistSaleAmount(uint256 amount
setMintlistSaleMaxBuyAmountPerAccount(uint256 maxAmount
setMintlistSalePeriod(uint256 startTimeuint256 endTime
setMintlistSaleTokenPrice(uint256 price
setPublicSaleMaxBuyAmountPerAccount(uint256 maxAmount
setPublicSalePeriod(uint256 startTimeuint256 endTime
setPublicSaleTokenPrice(uint256 price
setRedlistRoot(bytes32 root_
setRedlistSaleAmount(uint256 amount
setRedlistSaleMaxBuyAmountPerAccount(uint256 maxAmount
setRedlistSalePeriod(uint256 startTimeuint256 endTime
setRedlistSaleTokenPrice(uint256 price
setSigner(address signer_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(address vault
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DevMinted(address indexed touint256 indexed amount
Initialized(uint8 version
MintlistSaleMinted(address indexed buyeruint256 indexed amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
ProxyCloned(uint256 indexed tokenIdaddress indexed proxy
PublicSaleMinted(address indexed buyeruint256 indexed amount
RedlistSaleMinted(address indexed buyeruint256 indexed amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
BuyAmountCapped(
ExceedsCollectionSize(
ExceedsSaleAmount(
InsufficientValue(
InvalidMessageHash(
InvalidQueryRange(
InvalidSignature(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NonceAlreadyUsed(
NotContract(
NotListed(
NotSalePeriod(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
ZeroAddress(