Sale
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
11 additional
variables
Balances ($0.00)
No balances found for "Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Sale"
ABI
ABI objects
Getter at block 21228666
getActivePhase() view returns (uint8)
0
maxPhase1MintLimit() view returns (uint256)
0
maxPhase2MintLimit() view returns (uint256)
0
maxSupply() view returns (uint256)
0
nftAddres() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
phaseOneDuration() view returns (uint256)
0
phaseOneMinted() view returns (uint256)
0
phaseOnePrice() view returns (uint256)
0
phaseOneStartBlock() view returns (uint256)
0
phaseThreeDuration() view returns (uint256)
0
phaseThreeMinted() view returns (uint256)
0
phaseThreePrice() view returns (uint256)
0
phaseThreeStartBlock() view returns (uint256)
0
phaseTwoDuration() view returns (uint256)
0
phaseTwoMinted() view returns (uint256)
0
phaseTwoPrice() view returns (uint256)
0
phaseTwoStartBlock() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
totalMinted() view returns (uint256)
0
Read-only
userMinted(address) view returns (uint256)
userPhase1Minted(address) view returns (uint256)
userPhase2Minted(address) view returns (uint256)
State-modifying
Events initialize(address _nftAddres)
mintPublicSale(uint256 quantity) payable
mintWaitlist(uint256 quantity, bytes32[] proof) payable
mintWhitelisted(uint256 quantity, bytes32[] proof) payable
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateMerkleProofRoot(bytes32 _merkleRootPhaseOne, bytes32 _merkleRootPhaseTwo)
updateSalePrice(uint256 _phaseOnePrice, uint256 _phaseTwoPrice, uint256 _phaseThreePrice)
updateSaleSupply(uint256 _maxPhase1MintLimit, uint256 _maxPhase2MintLimit, uint256 _maxSupply)
updateSaleTime(uint256 _phaseOneStartBlock, uint256 _phaseTwoStartBlock, uint256 _phaseThreeStartBlock, uint256 _phaseOneDuration, uint256 _phaseTwoDuration, uint256 _phaseThreeDuration)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
Minted(address indexed _user, uint256 indexed _phase, uint256 _quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
UpdateMerkleProofRoot(bytes32 _merkleRootPhaseOne, bytes32 _merkleRootPhaseTwo)
UpdateSalePrice(uint256 _phaseOnePrice, uint256 _phaseTwoPrice, uint256 _phaseThreePrice)
UpdateSaleSupply(uint256 _maxPhase1MintLimit, uint256 _maxPhase2MintLimit, uint256 _maxSupply)
UpdateSaleTime(uint256 _phaseOneStartBlock, uint256 _phaseTwoStartBlock, uint256 _phaseThreeStartBlock, uint256 _phaseOneDuration, uint256 _phaseTwoDuration, uint256 _phaseThreeDuration)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.