ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 2,691 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
15 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16482092 | 2 years ago | | | 0 | 0.00052457552 | |
| 15726329 | 2 years ago | | | 0 | 0.0013242822 | |
| 15726315 | 2 years ago | | | 0 | 0.0039583379 | |
| 15726308 | 2 years ago | | | 0 | 0.0013862535 | |
| 15709534 | 2 years ago | | | 0 | 0.0016006242 | |
| 15709521 | 2 years ago | | | 0 | 0.019418727 | |
| 15709513 | 2 years ago | | | 0 | 0.0016604667 | |
| 15709500 | 2 years ago | | | 0 | 0.0011512684 | |
| 15709493 | 2 years ago | | | 0 | 0.0010140299 | |
| 15709486 | 2 years ago | | | 0 | 0.0011955560 |
ABI
ABI objects
Getter at block 21227535 proxiableUUID() view returns (bytes32)
getActivePhase() view returns (uint8)
0
maxPhase1MintLimit() view returns (uint256)
250
maxPhase2MintLimit() view returns (uint256)
10
maxSupply() view returns (uint256)
9750
nftAddres() view returns (address)
0xf845e3d7ae916ca50c7db40808e9cc579b5f6705
owner() view returns (address)
0x1df7c25dd8d28421efe2beeaeb89775376aedca1
paused() view returns (bool)
false
phaseOneDuration() view returns (uint256)
1040
phaseOneMinted() view returns (uint256)
2373
phaseOnePrice() view returns (uint256)
0
phaseOneStartBlock() view returns (uint256)
15509648
phaseThreeDuration() view returns (uint256)
18520
phaseThreeMinted() view returns (uint256)
1197
phaseThreePrice() view returns (uint256)
450000000000000000
phaseThreeStartBlock() view returns (uint256)
15511750
phaseTwoDuration() view returns (uint256)
1040
phaseTwoMinted() view returns (uint256)
381
phaseTwoPrice() view returns (uint256)
400000000000000000
phaseTwoStartBlock() view returns (uint256)
15510670
totalMinted() view returns (uint256)
3951
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)
Upgraded(address indexed implementation)
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(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.