THEM Hatters
Verified contract
Active on
Ethereum with 589 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 "THEM Hatters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19153486 | 10 months ago | | | 0 | 0.00065366135 | |
| 19059572 | 10 months ago | | | 0 | 0.00032256087 | |
| 18900844 | a year ago | | | 0 | 0.00078823771 | |
| 17609735 | a year ago | | | 0 | 0.00064366810 | |
| 17577710 | a year ago | | | 0 | 0.00099551278 | |
| 17577619 | a year ago | | | 0 | 0.0016270872 | |
| 17534459 | a year ago | | | 0 | 0.00064744379 | |
| 16782792 | 2 years ago | | | 0 | 0.00081347827 | |
| 16644720 | 2 years ago | | | 0 | 0.0020264939 | |
| 16600987 | 2 years ago | | | 0 | 0.0022505700 |
ABI
ABI objects
Getter at block 21320440
ERC712_VERSION() view returns (string)
1
MAX_HATTERS() view returns (uint256)
11111
baseTokenURI() view returns (string)
https://api.them.af/api/hatters/
baseUri() view returns (string)
https://api.them.af/api/hatters/
contractURI() view returns (string)
https://api.them.af/api/hatters/contract
daoReserve() view returns (uint256)
1111
frozen() view returns (bool)
true
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xbd44ec395a47973d8fa503b206893cfc92132721a59549516de07a95c5d49d57
hatContract() view returns (address)
0x23c9e48f7e9fca487bd0c4f41ee1445812d871fd
locked() view returns (bool)
false
name() view returns (string)
THEM Hatters
owner() view returns (address)
0x80319b22fc81d700485b915fee3d2d9c69dc3839
price() view returns (uint256)
66600000000000000
symbol() view returns (string)
HATTER
totalSupply() view returns (uint256)
2073
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
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 airdropToHatHolders(uint256 offset, uint256 size)
approve(address to, uint256 tokenId)
buyMany(uint256 _amount) payable
buyOne() payable
changeBaseUri(string _baseUri)
changeDaoWallet(address _daoWallet)
changeGenesisWallet(address _genesisWallet)
changePrice(uint256 _price)
changeTeamWallet(address _teamWallet)
daoMintReserve(uint256 _amount)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
freezeMinting()
mintManyTo(address _to, uint256 _amount)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHatContract(address _hatContract)
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _teamWallet, address _genesisWallet, string _baseUri, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.