HETAODAO1
Verified contract
Active on
Ethereum with 339 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "HETAODAO1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16180903 | 2 years ago | | | 0 | 0.0031699774 | |
| 15871700 | 2 years ago | | | 0 | 0.0031884801 | |
| 15860635 | 2 years ago | | | 0 | 0.0015488412 | |
| 15844644 | 2 years ago | | | 0 | 0.00024751114 | |
| 15844629 | 2 years ago | | | 0 | 0.00023647989 | |
| 15844609 | 2 years ago | | | 0 | 0.00046173803 | |
| 15828220 | 2 years ago | | | 0 | 0.0036998962 | |
| 15811558 | 2 years ago | | | 0 | 0.0025257186 | |
| 15806766 | 2 years ago | | | 0 | 0.0026553934 | |
| 15802148 | 2 years ago | | | 0 | 0.0041817939 |
ABI
ABI objects
Getter at block 21215360
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeiceqot6shlthwhcx52avku36xnu7owxurllkqcsg4co5fts5q2uti/
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
4680
mintTotal() view returns (uint256)
271
name() view returns (string)
HETAODAO1
owner() view returns (address)
0x679b1dac66491a3300da7c9e82e9a52d382d0728
paused() view returns (bool)
false
price() view returns (uint256)
0
symbol() view returns (string)
HTD1
totalSupply() view returns (uint256)
271
Read-only
addressMintedBalance(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWithlistAdress(uint8 cardType, address _user) view returns (bool)
mint_type(address to) view returns (string)
minteCount(uint8 cardType) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address to, uint256 tokenId)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _mintAmount)
pause()
removeWhitelistUser(uint8 cardType, address _user)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistAddress(uint8 cardType, address[] users)
withdraw() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.