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 "Alien51"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19473916 | 7 months ago | | | 0 | 0.0011598466 | |
| 18779224 | a year ago | | | 0 | 0.0040051477 | |
| 17001512 | 2 years ago | | | 0 | 0.0010924779 | |
| 16948730 | 2 years ago | | | 0 | 0.0019001016 | |
| 16860265 | 2 years ago | | | 0 | 0.00074664283 | |
| 16854895 | 2 years ago | | | 0 | 0.00084652607 | |
| 16837344 | 2 years ago | | | 0 | 0.0022321598 | |
| 16825620 | 2 years ago | | | 0 | 0.0011667704 | |
| 16822800 | 2 years ago | | | 0 | 0.0020288227 | |
| 16809364 | 2 years ago | | | 0 | 0.0010941797 |
ABI
ABI objects
Getter at block 21090990
MAX_PUBLIC_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
1500
MAX_UFOLIST() view returns (uint256)
375
MAX_UFO_MINT() view returns (uint256)
1
MAX_WHITELIST() view returns (uint256)
1075
MAX_WHITELIST_MINT() view returns (uint256)
2
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PUBLIC_SALE_PRICE() view returns (uint256)
26900000000000000
WHITELIST_SALE_PRICE() view returns (uint256)
16900000000000000
getMerkleRoot() view returns (bytes32)
0xda611dae58eb08c49a93cf4da6f7cc9788eb5f4d64ba61e671f7e36fcbc78d7a
getUfoMerkleRoot() view returns (bytes32)
0xb364fe37b29e9e705b133f009870916e7862854c70006087007910d0073849f5
isRevealed() view returns (bool)
true
name() view returns (string)
Alien51
owner() view returns (address)
0x538b816acc6e9303cfa86221fd9df90e680e1785
pause() view returns (bool)
false
placeholderTokenUri() view returns (string)
https://aqua-certain-rodent-199.mypinata.cloud/ipfs/QmPpyRkTLcxoDPDWVqeDXLNNjxC6B93hgFCRiVnG2zXutr/pre-reveal.json
publicSale() view returns (bool)
true
symbol() view returns (string)
A51
teamMinted() view returns (bool)
true
teamSale() view returns (bool)
true
totalSupply() view returns (uint256)
792
ufoSale() view returns (bool)
false
walletOf() view returns (uint256[])
[]
whitelistSale() view returns (bool)
false
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
totalUFOMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setPlaceHolderUri(string _placeholderTokenUri)
setTokenUri(string _baseTokenUri)
setUfoMerkleRoot(bytes32 _ufomerkleRoot)
teamMint(uint256 _quantity)
togglePause()
togglePublicSale()
toggleReveal()
toggleTeamSale()
toggleUfoSale()
toggleWhiteListSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
ufoMint(bytes32[] _ufomerkleProof, uint256 _quantity)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()