HeadDAO
Verified contract
Active on
Ethereum with 12,632 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEAD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291495 | 4 days ago | | | 0 | 0.00032723423 | |
| 21127654 | a month ago | | | 0 | 0.00083122708 | |
| 21126456 | a month ago | | | 0 | 0.00075297222 | |
| 20606683 | 3 months ago | | | 0 | 0.000019620385 | |
| 20590411 | 3 months ago | | | 0 | 0.000024827688 | |
| 20543689 | 4 months ago | | | 0 | 0.000022205227 | |
| 20472933 | 4 months ago | | | 0 | 0.000044442965 | |
| 20412982 | 4 months ago | | | 0 | 0.00019768000 | |
| 20412928 | 4 months ago | | | 0 | 0.00015784422 | |
| 20381169 | 4 months ago | | | 0 | 0.000085759936 |
ABI
ABI objects
Getter at block 21318849 get_all() view returns (uint256[])
ERC712_VERSION() view returns (string)
1
baseURI() view returns (string)
https://whispering-fortress-75639.herokuapp.com/fetch/metadata/
contractURI() view returns (string)
https://zedstudio.ca/api/contract
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x676406f5afbfef318070ed7411d3c941aad8b4a348bc054bc207120d8417b5fc
maxPurchase() view returns (uint256)
10
name() view returns (string)
HeadDAO
owner() view returns (address)
0xf2018871debce291588b4034dbf6b08dfb0ee0dc
price() view returns (uint256)
55000000000000000
sale_active() view returns (bool)
true
symbol() view returns (string)
HEAD
totalCount() view returns (uint256)
10000
totalHead() view returns (uint256)
0
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedIds(uint256) view returns (uint256)
mintedNFTs(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)
changeBatchSize(uint256 _newBatch)
changePrice(uint256 _newPrice)
devMint(uint256 _count)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintHead(uint256 _count) 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)
setContractURI(string _cURI)
setSaleStatus(bool _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdraw_emerg() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
MintHead(address indexed sender, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress, string _cURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.