EnigmaMiningFactionsTwo
Verified contract
Active on
Ethereum with 343 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
No balances found for "EnigmaMiningFactionsTwo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204046 | a day ago | | | 0 | 0.00028602690 | |
| 21204036 | a day ago | | | 0 | 0.00024196278 | |
| 20889942 | a month ago | | | 0 | 0.00018714397 | |
| 20848439 | 2 months ago | | | 0 | 0.00038108291 | |
| 20677237 | 2 months ago | | | 0 | 0.000050414861 | |
| 20677225 | 2 months ago | | | 0 | 0.000093083186 | |
| 20553891 | 3 months ago | | | 0 | 0.000050571267 | |
| 20286277 | 4 months ago | | | 0 | 0.00016630944 | |
| 20254920 | 4 months ago | | | 0 | 0.00017475602 | |
| 20210818 | 5 months ago | | | 0 | 0.00019541563 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPriceRate(uint256 _amount) view returns (uint256)
getReservationCount(address _reservationAddress) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleReservations(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
presaleMint(uint256 _mints) payable
publicMint(uint256 _mints, uint8 _tokenType) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAcceptedChangePercentage(uint256 _newPercentage)
setApprovalForAll(address operator, bool 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 _address, uint256 _count)
setSalePrice(uint256 _newMintPrice)
setStartTime(uint256 _startTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 _quantity, address _address)
whitelistForPresale(struct EnigmaMiningFactionsTwoWhitelist[] users)
withdrawAll(address _wallet)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()