AlphaBeast

Verified contract

Active on Ethereum with 1,192 txns
Deployed by via 0xbf2a8b73 at 16582028
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "AlphaBeast"

0x02942e60a0b4f502b7d7ac96aad06e83360897930c485f4667e396479a1c7819
From
0x60ba57816f64c9d1686f365be1992d180add397f91bab63d8adbd383c4b5adc7
0x5090077bf4df220cd313afc8dcf5a0d29f03e48229719fc1aa4fa86d70c91b0b
0x0a0c75f3d9ff771254ea4c5aa71b61cca8ad51201513be5b0241d3ccf62f7b25
0xc7aec806b3f9ceadfba2bdd74c8ba3b338e8aa84ef4c15d93fa0d8c3def1363b
0x21d685e08e16d4c7b42fccbe427c0149325cbc2c0446296c5e1827e51ed83fee
0xed6e7b6dcc47d47c9b103de3e89b6e5e27ab83dcab7e2e3339fabedcc3bb9caa
0x5d951e16b43918be1b62f0f87722317e17a701bb184a64b88df258602beda319
0xd9df57b8c5a4af1e66aa97651d31b1f106a069674a309db70129902283c62cd7
0x37cd4ecee6c0cc6cf95e7c58589cfacc90fc80e8b41d8c5b789d15fb6b4c1d6e

Functions
Getter at block 21202810
DEAD_ADDRESS(view returns (address)
0x000000000000000000000000000000000000dead
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
expiresAt(view returns (uint256)
1707584400
isLive(view returns (bool)
false
isMintPassOpen(view returns (bool)
true
isPublicOpen(view returns (bool)
true
isRevealed(view returns (bool)
true
isWhitelistOpen(view returns (bool)
false
liveAt(view returns (uint256)
1676048400
maxPerTransaction(view returns (uint256)
10
maxPerWallet(view returns (uint256)
1001
maxSupply(view returns (uint256)
10001
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintPassContract(view returns (address)
0x4c2bdfb3501f57702e6ac7227972a27232c1eeb5
name(view returns (string)
AlphaBeast
owner(view returns (address)
0x15e39a1c0f5f85b519cfe08efa58d155e231d4bb
price(view returns (uint256)
100000000000000000
symbol(view returns (string)
BEAST
totalSupply(view returns (uint256)
1061
treasury(view returns (address)
0x15e39a1c0f5f85b519cfe08efa58d155e231d4bb
Read-only
addressToMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getMintState(address _addressview returns (struct AlphaBeastMintState)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address _touint256 _amount
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
claim(uint256[] _tokenIds
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setHiddenURI(string _hiddenURI
setIsRevealed(bool _isRevealed
setMaxPerTransaction(uint256 _maxPerTransaction
setMaxPerWallet(uint256 _maxPerWallet
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setMintStates(bool _isMintPassOpenbool _isWhitelistOpenbool _isPublicMintOpen
setMintWindow(uint256 _liveAtuint256 _expiresAt
setPassesContracts(address _mintPassContract
setPrice(uint256 _price
setTreasury(address _treasury
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _amountbytes32[] _proofpayable 
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(address _mintPassContract
Fallback and receive

This contract contains no fallback and receive objects.

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