AceMiners P2

Verified contract

Active on Ethereum with 1,752 txns
Deployed by via 0xbacabbe7 at 15303660
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "AceMiners P2"

0x1261923dbf42bf7d6b82265e6f2e8ad3dabe7695e62dec4a315ff5409a3d5142
0x4ae1b7be388231ab0712218363c3759cc46fc1243ffd23e199d61ffde3266e2e
0x161c06c49c8391026af80dc312137ae719a12a568b69746dcd15b50b70803195
0x8107081a3decebffa0352b3a3d0059c1224f1f228aa8ded91f1f399279a3b6d7
0x0ca56b0d8667eae2dc24524b8bb49c3f35c04e4d3270f6dda04efa7c280429bf
0x9b0a85c91deff8eaac65fcea1177e51e71ebda7d26c59df3134db921c990e327
0x799d36ce2557cede12330c45dfb08216e003b59ce3d85ed70da58d553c639598
0x7145e8dcd900a03c0bb6870199b507dc112af23f35d077134e887a7a6862a4ec
0x3aef46333d12a29353e4fdea62cf938ea5ff76a89ef87db72cf83e802d68c03a
0xe7b3af4f244115ac1f833a9816d653a1c6e8d3fd26af3b26aadce3a8b5a8ddc9

Functions
Getter at block 20885301
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmWrt8AcvJqnMpnN72EHqQ4aynX6G2UeGqv8bgVfXwfhEN/
cost(view returns (uint256)
275000000000000000
costWL(view returns (uint256)
275000000000000000
currentState(view returns (uint256)
0
maxMintAmountEarlyAccess(view returns (uint256)
2
maxMintAmountPublic(view returns (uint256)
300
maxMintAmountWL(view returns (uint256)
3
maxSupply(view returns (uint256)
1500
merkleRootWhitelist(view returns (bytes32)
0x97cebfe396f4294f4e11c0c58dc47fa96c3e1b518a54805f6aa5566b232914b8
name(view returns (string)
AceMiners P2
nftPerAddressLimitWL(view returns (uint256)
7
notRevealedUri(view returns (string)
ipfs://QmXmsanbe2LN33gfYEBsMk5KCnRKXu5BpRY5HQP1NrKepj/
owner(view returns (address)
0x48d50d1707be392f7bf07c36c692346d67c56371
revealed(view returns (bool)
true
symbol(view returns (string)
ACE2
totalSupply(view returns (uint256)
1500
Read-only
addressMintedBalance(addressview returns (uint256)
addressMintedBalanceWL(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _userbytes32[] _merkleProofview returns (bool)
mintableAmountForUser(address _userview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistedAddresses(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountbytes32[] _merkleProofpayable 
pause(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setNftPerAddressLimitWL(uint256 _limit
setNotRevealedURI(string _notRevealedURI
setOnlyWhitelisted(
setPublic(
setPublicCost(uint256 _price
setWLCost(uint256 _price
setWhitelistMerkleRoot(bytes32 _merkleRoot
setmaxMintAmountPublic(uint256 _newmaxMintAmount
setmaxMintAmountWL(uint256 _newmaxMintAmount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(