Headhuntersclub
Verified contract
Active on
Ethereum with 1,494 txns
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 "Headhuntersclub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20617461 | 3 months ago | | | 0 | 0.000048592478 | |
| 19708669 | 7 months ago | | | 0 | 0.00028565617 | |
| 19455018 | 8 months ago | | | 0 | 0.00072470287 | |
| 19455016 | 8 months ago | | | 0 | 0.00071392085 | |
| 18824748 | a year ago | | | 0 | 0.00089530775 | |
| 18675043 | a year ago | | | 0 | 0.0014685770 | |
| 17673562 | a year ago | | | 0 | 0.00062162993 | |
| 17673381 | a year ago | | | 0 | 0.00072791096 | |
| 17618389 | a year ago | | | 0 | 0.00062208505 | |
| 17618383 | a year ago | | | 0 | 0.00070641656 |
ABI
ABI objects
Getter at block 21305549
baseURI() view returns (string)
ipfs://QmRaGqujnk6R26bWFudYXDSEJb77izArASmVFtSEMwDnbb
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
Headhuntersclub
owner() view returns (address)
0x983c2d9302a31041bf3e342ddd420ddac122ccb6
paused() view returns (bool)
true
symbol() view returns (string)
Headhuntersclub
tokenCount() view returns (uint256)
5590
Read-only
addressMintedBalance(address) view returns (uint256)
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 approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCost(uint256 _newCost)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.