CreateXSaleImpl

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x748211e2 at 5389876
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 9 additional slots
2 additional variables

No balances found for "CreateXSaleImpl"

No transactions found for "CreateXSaleImpl"


Functions
Getter at block 21997870
CREATEX_MINT_FEE(view returns (uint256)
0
FREE_MINT_FEE_TIMESTAMP(view returns (uint256)
0
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=CreateXSaleImpl, version=4, chainId=8453, verifyingContract=0xe1f32f730166be0766e6023a13fcb155ac495567, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getBaseURI(view returns (string)
https://alienswap.xyz/alien-api/api/v1/public/nft/AlienInfinity/
getCollectionURI(view returns (string)
https://alienswap.xyz/alien-api/api/v1/public/nft/AlienInfinity/
getCrateXMintFee(view returns (uint256)
0
getMaxSupply(view returns (uint256)
0
name(view returns (string)
CreateXSaleImpl
owner(view returns (address)
0xccebe44d6cba1f790f36be099eb4ba5899650005
percentBase(view returns (uint256)
10000
saleDetails(view returns (struct CreateXSaleImplSalesConfiguration)
(0, 0, 0, 0, 0, 0, 0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000)
salesConfig(view returns (uint256 publicSalePriceuint256 maxSalePurchasePerAddressuint256 publicSaleStartuint256 publicSaleEnduint256 presaleStartuint256 preSalePriceuint256 presaleMaxMintsPerAddressuint256 presaleEndbytes32 presaleMerkleRootaddress fundsRecipient)
(publicSalePrice=0, maxSalePurchasePerAddress=0, publicSaleStart=0, publicSaleEnd=0, presaleStart=0, preSalePrice=0, presaleMaxMintsPerAddress=0, presaleEnd=0, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, fundsRecipient=0x0000000000000000000000000000000000000000)
symbol(view returns (string)
CreateXSaleImpl
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
createXFeeForAmount(uint256 quantityview returns (address recipientuint256 fee)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
presaleMintsByAddress(addressview returns (uint256)
publicSaleMintsByAddress(addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 valueview returns (address recipientuint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
initCreator(string name_string symbol_uint256 maxSupply_string baseUri_string collectionURI_address recipientuint256 royaltyAmountuint256 create_mint_feeuint256 free_mint_fee_timestamp
purchase(uint256 quantitypayable 
purchasePresale(uint256 quantitybytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseUri
setCollectionURI(string newCollectionURI
setSaleConfiguration(uint256 publicSalePriceuint256 maxSalePurchasePerAddressuint256 publicSaleStartuint256 publicSaleEnduint256 presaleStartuint256 presaleEnduint256 preSalePriceuint256 presaleMaxMintsPerAddressaddress fundsRecipientbytes32 presaleMerkleRoot
setTokenRoyalty(address recipientuint256 royaltyAmount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
EIP712DomainChanged(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Sale(address indexed touint256 indexed quantityuint256 indexed pricePerTokenuint256 salePhase
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_uint256 maxSupply_string baseUri_string collectionURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidShortString(
Presale_Inactive(
Presale_MerkleNotApproved(
Presale_TooManyForAddress(
Purchase_TooManyForAddress(
Purchase_WrongPrice(uint256 correctPrice
Sale_Inactive(
StringTooLong(string str