Alpha Collective Entry

Verified contract

Active on Ethereum with 1,285 txns
Deployed by via 0xe5ae0fe1 at 15571230
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Alpha Collective Entry"

0x5c9a9845fcb1225c1e129f937615517c43f86b60fe20f4ab64c7f4af3671cc98
0x09d44f9c226a045d6e245d50dfa1472c098e45fff16639c4a3de473719a32247
0xb3240c14c1e99e1be6711192d5dadc0ad3516feda21e40fbf23cb93167873b37
0x65b5567a7d877bf0d0192b371ff1307893ad3d61af344f313b418275f2053bf0
0xcf3d18624eb0a722e4d4c865cb94c8fc4564358e9c48ffb1726a9cd945ed7ad1
0x96c90a80a43ad25061462b8910d03ac4a1d2a5436cf6e9536247d6aee480c81a
0x0b663317cfc953bc1e3d363f1b72d7ba57abc9f0ce902898ebea1ae4725907f2
0x4a84ea6806bef98d4098cc0a4b44fa7378b6fece05f352a2e26e0688f4a72686
0xed2bbbb28502e4dcf8deee8e8951d261b4d1ec3044961b805f7b557a7548956f
0x51f5cd9f9919c417d7c8afb6f971e714713735ff7edb1d73b101330670f2e993

Functions
Getter at block 20892400
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
maxMintAmountPerTx(view returns (uint256)
10
maxMintsPerWallet(view returns (uint256)
1
maxSupply(view returns (uint256)
2000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Alpha Collective Entry
owner(view returns (address)
0xb054f9dd4303a26c519f102b5a007d98dce15aab
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
ACE
totalSupply(view returns (uint256)
2000
uriPrefix(view returns (string)
ipfs://QmRmrdsb5ddeEeJRQYsF3WqkfTT9Fb1PrTeFao1GqpDrmh/
uriSuffix(view returns (string)
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintsPerWallet(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintsPerWallet(uint256 _maxMintsPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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