StagedMintV1
Verified contract
Active on
Ethereum with 7,622 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "StagedMintV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15957057 | 2 years ago | | | 0 | 0.00038127890 | |
| 15956401 | 2 years ago | | | 0 | 0.00037459620 | |
| 15955580 | 2 years ago | | | 0 | 0.0064551982 | |
| 15952801 | 2 years ago | | | 0 | 0.0065050412 | |
| 15944791 | 2 years ago | | | 0 | 0.0066204769 | |
| 15941686 | 2 years ago | | | 0 | 0.0084534431 | |
| 15941686 | 2 years ago | | | 0 | 0.0084534431 | |
| 15941458 | 2 years ago | | | 0 | 0.0070252225 | |
| 15941421 | 2 years ago | | | 0 | 0.0072513121 | |
| 15941421 | 2 years ago | | | 0 | 0.0072421075 |
ABI
ABI objects
Getter at block 21395938
AVAILABLE_SUPPLY() view returns (uint256)
9000
MAX_PER_ADDRESS() view returns (uint256)
5
MINT_COST() view returns (uint256)
0
NFT_CONTRACT() view returns (address)
0x31fe9d95dde43cf9893b76160f63521a9e3d26b0
PREMINT_COST() view returns (uint256)
0
currentTokenId() view returns (uint256 _value)
9000
merkleRootHash() view returns (bytes32)
0x0e4537d7d933c065e5af2f8d485cd433c0eb8494d41a66dd92faa42a3e74bbd3
mintStage() view returns (uint8)
0
owner() view returns (address)
0x3e555ba0878a3400a9828a378d07024f04bc2ea2
paused() view returns (bool)
false
Read-only
allowlistCounts(address) view returns (uint256)
isOnPremintList(address account, bytes32[] merkleProof) view returns (bool)
mintCounts(address) view returns (uint256)
premintCounts(address) view returns (uint256)
State-modifying
Events enterPremint(uint256 amount, bytes32[] merkleProof) payable
mint(uint256 amount) payable
renounceOwnership()
setMintStage(uint8 _stage)
setPaused(bool _paused)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 rootHash)
withdrawProceeds()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StageChanged(address indexed owner, uint8 stage)
Unpaused(address account)
WithdrewProceeds(address indexed owner, uint256 amount)
constructor(uint256 _PREMINT_COST, uint256 _MINT_COST, uint256 _AVAILABLE_SUPPLY, uint256 _MAX_PER_ADDRESS, address _NFT_CONTRACT_ADDRESS)
This contract contains no fallback and receive objects.
This contract contains no error objects.