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 "ART HAUS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16435219 | 2 years ago | | | 0 | 0.0023967528 | |
| 16355048 | 2 years ago | | | 0 | 0.00038597876 | |
| 15848099 | 2 years ago | | | 0 | 0.0015329134 | |
| 15809072 | 2 years ago | | | 0 | 0.00057178645 | |
| 15390009 | 2 years ago | | | 0 | 0.00054060930 | |
| 15253573 | 2 years ago | | | 0 | 0.00037145319 | |
| 14603025 | 3 years ago | | | 0 | 0.00068044040 | |
| 14311482 | 3 years ago | | | 0 | 0.0022654245 | |
| 14235773 | 3 years ago | | | 0 | 0.0015018114 | |
| 14229479 | 3 years ago | | | 0 | 0.0050038241 |
ABI
ABI objects
Getter at block 21314997
ARTHAUS_PROVENANCE() view returns (string)
02e9a1bc0ce42d406ed59dbdcf82421c
ARTWORK_CREATOR() view returns (string)
Nicholas Keays
maxSupply() view returns (uint256)
1000
name() view returns (string)
ART HAUS
owner() view returns (address)
0x79fd2f15e0ea8c27b5192259f9da63f4e562f021
symbol() view returns (string)
ARTHAUS
totalSupply() view returns (uint256)
1000
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)
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)
burn(uint256 tokenId)
renounceOwnership()
safeMint(uint256 numberOfKeys, address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.