WhitelistSimpleSale
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "WhitelistSimpleSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WhitelistSimpleSale"
ABI
ABI objects
Getter at block 21185202
controller() view returns (address)
0x0000000000000000000000000000000000000000
currentMaxPurchaseCount() view returns (uint256)
0
domainsSold() view returns (uint256)
0
maxPurchasesPerAccount() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
parentDomainId() view returns (uint256)
0
paused() view returns (bool)
false
postWhitelistMaxPurchases() view returns (uint256)
0
salePrice() view returns (uint256)
0
saleStartBlock() view returns (uint256)
0
saleStarted() view returns (bool)
false
sellerWallet() view returns (address)
0x0000000000000000000000000000000000000000
totalForSale() view returns (uint256)
0
whitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
whitelistSaleDuration() view returns (uint256)
0
zNSRegistrar() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
domainsForSale(uint256) view returns (string metadataUri)
domainsPurchasedByAccount(address) view returns (uint256)
State-modifying
Events __SimpleSale_init(address controller_, uint256 parentDomainId_, uint256 price, uint256 maxPurchasesPerAccount_, address zNSRegistrar_, address sellerWallet_)
__WhitelistSimpleSale_init(address controller_, uint256 parentDomainId_, uint256 price, uint256 maxPurchasesPerAccount_, uint256 postWhitelistMaxPurchases_, address zNSRegistrar_, address sellerWallet_, uint256 whitelistSaleDuration_, bytes32 merkleRoot)
addDomainsToSell(string[] metadataUris)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
purchaseDomains(uint8 count) payable
purchaseDomainsWhitelisted(uint8 count, uint256 index, bytes32[] merkleProof) payable
releaseDomain()
renounceOwnership()
setParendDomainId(uint256 parentId)
setPauseStatus(bool pauseStatus)
setSaleDuration(uint256 durationInBlocks)
setSellerWallet(address wallet)
startSale()
stopSale()
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
DomainPurchased(address buyer, uint256 domainId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundedEther(address buyer, uint256 amount)
SaleStarted()
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.