AlphaQueen
Verified contract
Active on
Ethereum with 5,768 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AlphaQueen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277173 | 5 days ago | | | 0 | 0.00019568647 | |
| 21277167 | 5 days ago | | | 0 | 0.00014462764 | |
| 21249342 | 9 days ago | | | 0 | 0.00051637358 | |
| 20394624 | 4 months ago | | | 0 | 0.000026306426 | |
| 20381698 | 4 months ago | | | 0 | 0.00017813557 | |
| 19908876 | 6 months ago | | | 0 | 0.000080885741 | |
| 19908876 | 6 months ago | | | 0 | 0.000080964242 | |
| 19858589 | 7 months ago | | | 0 | 0.00019234639 | |
| 19798852 | 7 months ago | | | 0 | 0.00011729886 | |
| 19759385 | 7 months ago | | | 0 | 0.00018869857 |
ABI
ABI objects
Getter at block 21314630
allowPreMint() view returns (bool)
false
allowPublicMint() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmcgVJmZqymyCtS8z4AHPYatS5kEDouofE8hCCNUQLwuuF/
maxSupply() view returns (uint256)
3000
merkleRoot() view returns (bytes32)
0x44ee8cacea417ca7bb1b0e5e9699f6fb5adbe76551abdaf8556fb713d27578cb
name() view returns (string)
AlphaQueen
owner() view returns (address)
0x05ee335c4e2c083ec3faf0a137b6c52f7fe3f124
price() view returns (uint256)
19000000000000000
symbol() view returns (string)
AQ
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalBuy(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 quantity)
approve(address to, uint256 tokenId)
beTheDevQueen(uint256 quantity)
beTheFirstQueen(uint256 quantity, bytes32[] proof) payable
beTheQueen(uint256 quantity) payable
flipAllowPreMint()
flipAllowPublicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 newMerkleRoot)
setPrice(uint256 newPrice)
setTokenURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 wallet1_, address wallet2_, address wallet3_, address wallet4_, address wallet5_, bytes32 merkleRoot_, string baseURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()