Elizabeth II NFT
Verified contract
Active on
Ethereum with 582 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.63)
Native
Value
$7.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,817.10 |
$7.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063473 | a month ago | | | 0 | 0.00041192971 | |
| 20452698 | 4 months ago | | | 0 | 0.000059972773 | |
| 20452698 | 4 months ago | | | 0 | 0.000030160000 | |
| 16986019 | 2 years ago | | | 0 | 0.0012657106 | |
| 16941578 | 2 years ago | | | 0 | 0.0015908836 | |
| 16922000 | 2 years ago | | | 0 | 0.0015933738 | |
| 16920176 | 2 years ago | | | 0 | 0.0020062221 | |
| 16901026 | 2 years ago | | | 0 | 0.0014076256 | |
| 16888913 | 2 years ago | | | 0 | 0.00051167173 | |
| 16871249 | 2 years ago | | | 0 | 0.0015077940 |
ABI
ABI objects
Getter at block 21330826
FREE_MINTS_PER_TX() view returns (uint256)
100
MAX_MINTS_PER_TX() view returns (uint256)
5
PUBLIC_SALE_PRICE() view returns (uint256)
0
TOTAL_FREE_MINTS() view returns (uint256)
0
baseTokenURI() view returns (string)
ipfs://QmaeEV1MJ4JhN2894jCdYjefMakLSZAc4usiHcDeBYmSYK/
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
9600
name() view returns (string)
Elizabeth II NFT
owner() view returns (address)
0x5943106a8452e9c66f40e517b20b6908a6832d70
symbol() view returns (string)
QUEEN
totalSupply() view returns (uint256)
9600
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity, address user)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()