AirWild2Sale
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($0.00)
No balances found for "AirWild2Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AirWild2Sale"
ABI
ABI objects
Getter at block 21223179
baseFolderHash() view returns (string)
currentMerkleRootIndex() view returns (uint256)
0
domainsSold() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
parentDomainId() view returns (uint256)
0
paused() view returns (bool)
false
salePrice() view returns (uint256)
0
saleStartBlock() view returns (uint256)
0
saleStarted() view returns (bool)
false
sellerWallet() view returns (address)
0x0000000000000000000000000000000000000000
startingMetadataIndex() view returns (uint256)
0
totalForSale() view returns (uint256)
0
zNSRegistrar() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
domainsPurchasedByAccount(address) view returns (uint256)
getNftByIndex(uint256 index) view returns (string)
mintlistDurations(uint256) view returns (uint256)
mintlistMerkleRoots(uint256) view returns (bytes32)
State-modifying
Events __AirWild2Sale_init(uint256 parentDomainId_, uint256 price_, address zNSRegistrar_, address sellerWallet_, uint256[] mintlistDurations_, bytes32[] merkleRoots_, uint256 startingMetadataIndex_, string baseFolderHash_, uint256 numForSale_)
purchaseDomains(uint8 count, uint256 index, uint256 purchaseLimit, bytes32[] merkleProof) payable
releaseDomain()
renounceOwnership()
setAmountOfDomainsForSale(uint256 forSale)
setBaseFolderHash(string folderHash)
setMerkleRootIndex(uint8 newIndex_)
setMerkleRules(bytes32[] mintlistMerkleRoots_, uint256[] mintlistDurations_)
setMintlistDuration(uint256 index, uint256 durationInBlocks)
setParentDomainId(uint256 parentId)
setPauseStatus(bool pauseStatus)
setRegistrar(address zNSRegistrar_)
setSalePrice(uint256 price)
setSellerWallet(address wallet)
setStartIndex(uint256 index)
startSale()
stopSale()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundedEther(address buyer, uint256 amount)
SaleStarted(uint256 block)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.