Demi Human NFT
Verified contract
Active on
Ethereum with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x97ef…cbc6
Balances ($11,175.14)
Native
Value
$11,175.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.85 | $3,921.10 |
$11,175.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18538588 | a year ago | | | 0 | 0.0016351075 | |
| 17471123 | 2 years ago | | | 0 | 0.00070657179 | |
| 17468845 | 2 years ago | | | 0 | 0.00078749487 | |
| 17245309 | 2 years ago | | | 0 | 0.0034275584 | |
| 17064962 | 2 years ago | | | 0 | 0.0012286309 | |
| 17022508 | 2 years ago | | | 0 | 0.0010697117 | |
| 17005354 | 2 years ago | | | 0 | 0.0027875697 | |
| 16953146 | 2 years ago | | | 0 | 0.0011058751 | |
| 16595773 | 2 years ago | | | 0 | 0.0010352145 | |
| 16420271 | 2 years ago | | | 0.1 | 0.013803759 |
ABI
ABI objects
Getter at block 21395658
CRYPTO_HODLERS_NFT() view returns (address)
0xe12a2a0fb3fb5089a498386a734df7060c1693b8
DEMI_HUMAN_NFT() view returns (address)
0xa6916545a56f75acd43fb6a1527a73a41d2b4081
MAX_TOTAL_TOKEN_MINT() view returns (uint256)
250
MINT_TIME() view returns (uint32)
1664715600
PRICE() view returns (uint256)
100000000000000000
WHITELIST_MINT_LIMIT() view returns (uint256)
10
WHITELIST_MINT_TIME() view returns (uint32)
1664704800
_8SIAN_NFT() view returns (address)
0x198478f870d97d62d640368d111b979d7ca3c38f
contractURI() view returns (string)
https://investnft.mypinata.cloud/ipfs/QmY7ee1TgggzkL1etN1cBEhnUWRpQML8e5SY9Zb3Y1szo4
gateway() view returns (address)
0x97effc871edb06c6a23e5e8810c5f50edf63cbc6
latestMintedId() view returns (uint256)
95
name() view returns (string)
Demi Human NFT
owner() view returns (address)
0x8b243dc87fb34bd1bc5491fd08b730fadac88756
symbol() view returns (string)
DEM
totalSupply() view returns (uint256)
95
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)
whitelist(address) view returns (bool isWhitelistAddress, uint256 amount)
State-modifying
Events addWhitelist(address[] _addresses)
approve(address to, uint256 tokenId)
initialize(address _gateway)
metadataFrozen()
mint(uint256 _numberTokens, bytes32[] proof) payable
removeWhitelist(address[] _addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractDataURI(string _contractDataURI)
setURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _address, uint256 _amount)
AddWhitelist(address[] _addresses)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialize(address _gateway)
MetadataFrozen()
Mint(address _address, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveWhitelist(address[] _addresses)
SetContractDataURI(string _contractDataURI)
SetURI(string _uri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address _address, uint256 balance)
constructor(string _contractDataURI, string _uri, bytes32 _whitelist)
This contract contains no fallback and receive objects.
This contract contains no error objects.