This contract is being backfilled. You may encounter incomplete storage history.

EnigmaMiningFactionsTwo

Verified contract

Active on Ethereum with 343 txns
Deployed by via 0xb6f0765d at 17532542
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "EnigmaMiningFactionsTwo"

0xed4bc68032be18ddbb520cea63dff96af4cdf3b68f29e7d39a30803dcb59d598
0xbc0b848d62b6d03173dc7ccc2fe434c443e69916f9b152074573d9564568ce7e
0x2d650c448d770c20dd121eb508b704feeb8cef52dd133bbef12baf671c92124e
0x1d220a282307237896347b6cfc994f9731d37390c0adf813cf0bdda48a4d83a9
0x4694c2544baf5330969c24c4471a7df9f3ef005a1a080da632233b45d60ea2b2
0xaad5b13780517df12e7a2c327a888006660f95d84b507239040fe86454ebae2e
0x602aba73b5c477baad87453053e23c057ca41e7c68f2c1eb934d0ddf29298e41
0xb1f6b179641f6b9223d28a6369e2f1da13117e6c3cce3bfdf42416451f488113
0x9988d483d031cc2e92250e442b6b6f033025ec333e6fcf3112c8e537fef9fb14
0x30d2644e85a16b726a4e16e60843ea15c0f412ec0ff363a88abbc1610512d943

Functions
Getter at block 21214119
MAX_MINT(view returns (uint256)
25
MAX_NFTS(view returns (uint256)
4000
USDC(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
acceptedChangePercentage(view returns (uint256)
2
mintPrice(view returns (uint256)
250
name(view returns (string)
EnigmaMiningFactionsTwo
owner(view returns (address)
0x226bed1013cc33445b6c19a50855ae23f20ee116
presaleMintActive(view returns (bool)
true
presaleMintPrice(view returns (uint256)
0
presaleMintedCounter(view returns (uint256)
1139
presaleReservedCounter(view returns (uint256)
100
publicMintActive(view returns (bool)
true
publicMintedCounter(view returns (uint256)
755
startTime(view returns (uint256)
1687405696
symbol(view returns (string)
EMF2
totalSupply(view returns (uint256)
1894
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPriceRate(uint256 _amountview returns (uint256)
getReservationCount(address _reservationAddressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
presaleReservations(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
presaleMint(uint256 _mintspayable 
publicMint(uint256 _mintsuint8 _tokenTypepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAcceptedChangePercentage(uint256 _newPercentage
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMints(uint256 maxMints
setMaxNfts(uint256 maxNfts
setPresaleMintStatus(bool _newStatus
setPresaleMintedCounter(uint256 _presaleMintedCounter
setPresalePrice(uint256 _newMintPrice
setPresaleReservedCounter(uint256 _presaleReservedCounter
setPublicMintStatus(bool _newStatus
setPublicMintedCounter(uint256 _publicMintedCounter
setReservedCountForAddress(address _addressuint256 _count
setSalePrice(uint256 _newMintPrice
setStartTime(uint256 _startTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 _quantityaddress _address
whitelistForPresale(struct EnigmaMiningFactionsTwoWhitelist[] users
withdrawAll(address _wallet
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(