Non-Fungible Aliens
Verified contract
Active on
Ethereum with 5,255 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 "Non-Fungible Aliens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280098 | 4 days ago | | | 0 | 0.0012176424 | |
| 21276200 | 5 days ago | | | 0 | 0.00043113295 | |
| 21202740 | 15 days ago | | | 0 | 0.00052549156 | |
| 21193561 | 16 days ago | | | 0 | 0.0016660167 | |
| 21160136 | 21 days ago | | | 0 | 0.00094271615 | |
| 21107272 | a month ago | | | 0 | 0.00015025013 | |
| 21107268 | a month ago | | | 0 | 0.00015110920 | |
| 21107204 | a month ago | | | 0 | 0.00024704180 | |
| 21107204 | a month ago | | | 0 | 0.00024675890 | |
| 20733908 | 3 months ago | | | 0 | 0.00016780320 |
ABI
ABI objects
Getter at block 21311159
collectionHasBeenRevealed() view returns (bool)
true
name() view returns (string)
Non-Fungible Aliens
owner() view returns (address)
0x58b91c67dad402c2d4f943f0f6462e8996276ba1
publicSaleStarted() view returns (bool)
true
raffleStarted() view returns (bool)
true
symbol() view returns (string)
NFA
totalSupply() view returns (uint256)
4141
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address) view returns (bool)
nbOfNFAsMintedBy(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 quantity, bytes32[] proof, uint8 listType) payable
renounceOwnership()
reveal(string _baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
startPublicSale()
startRaffle(bytes32 root)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 root)
This contract contains no fallback and receive objects.
This contract contains no error objects.