HumanAlien
Verified contract
Active on
Ethereum with 3,860 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($20.19)
Native
Value
$20.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0053 | $3,808.53 |
$20.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19504680 | 9 months ago | | | 0 | 0.00086835710 | |
| 18899487 | a year ago | | | 0 | 0.0029711406 | |
| 17012056 | 2 years ago | | | 0 | 0.00055069624 | |
| 16950685 | 2 years ago | | | 0 | 0.0010267974 | |
| 16026717 | 2 years ago | | | 0 | 0.0014284533 | |
| 16005195 | 2 years ago | | | 0 | 0.0013578791 | |
| 15844111 | 2 years ago | | | 0 | 0.00085278751 | |
| 15844105 | 2 years ago | | | 0 | 0.00094639363 | |
| 15780232 | 2 years ago | | | 0 | 0.00080569681 | |
| 15660458 | 2 years ago | | | 0 | 0.00025557575 |
ABI
ABI objects
Getter at block 21380199
MAX_TOKENS() view returns (uint256)
5555
PRESALE_LIMIT_1() view returns (uint256)
1555
PRESALE_LIMIT_2() view returns (uint256)
2000
PRICE() view returns (uint256)
0
baseURI() view returns (string)
https://www.humanaliensnft.com/collection/reveal/reveal_json/
merkleRoot() view returns (bytes32)
0x8ff1e931e98b52f618481e3580079329d3010624ebae75143acf92f147284ac4
merkleRoot2() view returns (bytes32)
0xf4ebf15b5c6ffa6e09ea1e880fab74f392ca1b9f1d6ca446895c6b0433b44036
name() view returns (string)
HumanAlien
owner() view returns (address)
0xdb544208e357cbfde815b4517340b40de70dee88
preSaleIsActive_1() view returns (bool)
false
preSaleIsActive_2() view returns (bool)
false
presaleTokensSold_1() view returns (uint256)
10
presaleTokensSold_2() view returns (uint256)
0
publicIsActive() view returns (bool)
false
reservedTokensMinted() view returns (uint256)
1
symbol() view returns (string)
HALIEN
totalSupply() view returns (uint256)
3660
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof) view returns (bool)
isValid2(bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimed(address) view returns (bool)
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)
whitelist2Claimed(address) view returns (bool)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState_1()
flipPreSaleState_2()
flipSaleState()
mint() payable
mintReservedTokens(uint256 amount)
mintWhitelist(bytes32[] _proof) payable
mintWhitelist2(bytes32[] _proof) 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 newBaseURI)
setPrice(uint256 newPrice)
setRoot(bytes32 _root)
setRoot2(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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.