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 "HAYC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20309568 | 5 months ago | | | 0 | 0.00020874609 | |
| 17971228 | a year ago | | | 0 | 0.0022896413 | |
| 16573156 | 2 years ago | | | 0 | 0.0012935098 | |
| 16540142 | 2 years ago | | | 0 | 0.00093187368 | |
| 16503714 | 2 years ago | | | 0 | 0.00067528762 | |
| 16373055 | 2 years ago | | | 0 | 0.00046628932 | |
| 16309603 | 2 years ago | | | 0 | 0.00074211889 | |
| 16164262 | 2 years ago | | | 0 | 0.00064234993 | |
| 16088330 | 2 years ago | | | 0 | 0.00056432024 | |
| 15998426 | 2 years ago | | | 0 | 0.00040641264 |
ABI
ABI objects
Getter at block 21316811
baseURI() view returns (string)
ipfs://QmYmd2Wfa79abC3rLfdtV9mN8ynG2qWDCnNEZn8qQLDu61/
getPrice() view returns (uint256)
0
maxBatch() view returns (uint256)
15
name() view returns (string)
HAYC
owner() view returns (address)
0x06a767721b9e56baf86d17b5d3b4fe16aade3ff9
price() view returns (uint256)
0
started() view returns (bool)
true
symbol() view returns (string)
HAYC
totalCount() view returns (uint256)
1500
totalFreeHAYC() view returns (uint256)
1500
totalFreeSupply() view returns (uint256)
1500
totalPaidHAYC() view returns (uint256)
1500
totalPaidSupply() view returns (uint256)
1500
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 _times)
adminMintToAddress(address _addr)
approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
mintFreeHAYC(uint256 _times)
mintHAYC(uint256 _times) 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 _newURI)
setNormalStart(bool _start)
setTokenURI(uint256 _tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintHAYC(address indexed minter, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.