TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 573 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x930e…c443
0xc2e9…987d
8 additional
variables
Balances ($852.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WILD | ERC-20 | 2.808K | $0.303714 |
$852.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13424502 | 3 years ago | | | 0 | 0.022098237 | |
| 13421440 | 3 years ago | | | 0.369 | 0.0035569122 | |
| 13421440 | 3 years ago | | | 0.369 | 0.0035569122 | |
| 13340900 | 3 years ago | | | 1.107 | 0.0035091500 | |
| 13335986 | 3 years ago | | | 0.369 | 0.0029986584 | |
| 13335985 | 3 years ago | | | 0.369 | 0.0026933854 | |
| 13335982 | 3 years ago | | | 1.107 | 0.077111283 | |
| 13335976 | 3 years ago | | | 0.369 | 0.044521352 | |
| 13335975 | 3 years ago | | | 0.369 | 0.045397744 | |
| 13335973 | 3 years ago | | | 0.738 | 0.086555371 |
ABI
ABI objects
Getter at block 21163610
controller() view returns (address)
0x930e6b2aad267a7fa7e6c6dfcf0c70885b03c443
currentMaxPurchaseCount() view returns (uint256)
5
domainsSold() view returns (uint256)
1000
maxPurchasesPerAccount() view returns (uint256)
2
owner() view returns (address)
0x37358aa5d051b434c23bad744e56e6a484107272
parentDomainId() view returns (uint256)
47307977782190128695533121116592501975080170008609092687668603279222239999283
paused() view returns (bool)
false
postWhitelistMaxPurchases() view returns (uint256)
5
salePrice() view returns (uint256)
369000000000000000
saleStartBlock() view returns (uint256)
13331961
saleStarted() view returns (bool)
true
sellerWallet() view returns (address)
0x37358aa5d051b434c23bad744e56e6a484107272
totalForSale() view returns (uint256)
1000
whitelistMerkleRoot() view returns (bytes32)
0x7e2813c8b726b1a37347d76c02dc810a5b288c61addac545f5beb163387ec20b
whitelistSaleDuration() view returns (uint256)
3323
zNSRegistrar() view returns (address)
0xc2e9678a71e50e5aed036e00e9c5caeb1ac5987d
Read-only
domainsForSale(uint256) view returns (string metadataUri)
domainsPurchasedByAccount(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__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)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.