AlphaBeast
Verified contract
Active on
Ethereum with 1,192 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c2b…eeb5
4 additional
variables
Balances ($0.00)
No balances found for "AlphaBeast"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20909244 | a month ago | | | 0 | 0.00044904328 | |
| 20745425 | 2 months ago | | | 0 | 0.00014497684 | |
| 20650319 | 3 months ago | | | 0 | 0.000051756235 | |
| 20456973 | 3 months ago | | | 0 | 0.0011596839 | |
| 20021586 | 5 months ago | | | 0 | 0.00044809371 | |
| 19610413 | 7 months ago | | | 0 | 0.0011196362 | |
| 19428233 | 8 months ago | | | 0 | 0.0039497418 | |
| 19396853 | 8 months ago | | | 0 | 0.0031085791 | |
| 19332167 | 9 months ago | | | 0 | 0.0022542049 | |
| 19322140 | 9 months ago | | | 0 | 0.0022865775 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getMintState(address _address) view returns (struct AlphaBeastMintState)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _amount)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
claim(uint256[] _tokenIds)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setHiddenURI(string _hiddenURI)
setIsRevealed(bool _isRevealed)
setMaxPerTransaction(uint256 _maxPerTransaction)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintStates(bool _isMintPassOpen, bool _isWhitelistOpen, bool _isPublicMintOpen)
setMintWindow(uint256 _liveAt, uint256 _expiresAt)
setPassesContracts(address _mintPassContract)
setPrice(uint256 _price)
setTreasury(address _treasury)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] _proof) payable
withdraw()
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(address _mintPassContract)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()