THEM Hats
Verified contract
Active on
Ethereum with 715 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7800…ad24
Balances ($0.00)
No balances found for "THEM Hats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240286 | 10 days ago | | | 0 | 0.00052294240 | |
| 20992297 | a month ago | | | 0 | 0.0036233797 | |
| 19732401 | 7 months ago | | | 0 | 0.00050621595 | |
| 19485686 | 8 months ago | | | 0 | 0.0012867468 | |
| 19369873 | 9 months ago | | | 0 | 0.0066279178 | |
| 18490902 | a year ago | | | 0 | 0.00097533077 | |
| 18330728 | a year ago | | | 0 | 0.00025385451 | |
| 17860691 | a year ago | | | 0 | 0.00057251890 | |
| 17765280 | a year ago | | | 0 | 0.0011829010 | |
| 17484985 | a year ago | | | 0 | 0.00075915883 |
ABI
ABI objects
Getter at block 21309356
baseTokenURI() pure returns (string)
https://api.them.af/api/hats/
baseURI() view returns (string)
contractURI() pure returns (string)
https://api.them.af/api/contracts/hats
hardCap() view returns (uint256)
666
ipfsIndex() view returns (string)
isOwner() view returns (bool)
false
locked() view returns (bool)
false
name() view returns (string)
THEM Hats
owner() view returns (address)
0x80319b22fc81d700485b915fee3d2d9c69dc3839
softCap() view returns (uint256)
518
symbol() view returns (string)
HAT
totalSupply() view returns (uint256)
503
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getInitialPrice(uint256 _tokenId) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 _tokenId) payable
changeIpfsIndex(string _newIpfsIndex)
changeSoftCap(uint256 _newCap)
changeWallet(address _newWallet)
mintTo(uint256 _tokenId, address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setInitialPrice(uint256 _tokenId, uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock()
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(address _wallet, string _ipfsIndex, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.