Gnars HD
Verified contract
Active on
Ethereum with 91,945 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x558b…e95c
Balances ($0.00)
No balances found for "Gnars HD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159696 | 39 minutes ago | | | 0 | 0.00084797910 | |
| 21136815 | 3 days ago | | | 0 | 0.00095075699 | |
| 21121356 | 5 days ago | | | 0 | 0.00018164252 | |
| 21118728 | 6 days ago | | | 0 | 0.00013340206 | |
| 21118678 | 6 days ago | | | 0 | 0.00014889640 | |
| 21118655 | 6 days ago | | | 0 | 0.00013109354 | |
| 21118560 | 6 days ago | | | 0 | 0.00015050030 | |
| 21118179 | 6 days ago | | | 0 | 0.00013012093 | |
| 21118055 | 6 days ago | | | 0 | 0.00012747639 | |
| 21118028 | 6 days ago | | | 0 | 0.00013342970 |
ABI
ABI objects
Getter at block 21159885
artwork() view returns (string ipfsFolder, uint48 amountBackgrounds, uint48 amountBodies, uint48 amountAccessories, uint48 amountHeads, uint48 amountNoggles)
(ipfsFolder=ipfs://bafybeicfeexc57jpdoczqj4uyfxhjohnhlrjl5o5nq7izmnf6kjjzhalji, amountBackgrounds=12, amountBodies=30, amountAccessories=153, amountHeads=235, amountNoggles=68)
contractURI() view returns (string)
ipfs://bafkreiel3mappuzldb6rofkdwxt5ewpt43nrhl3yx4ulppny753s6banna
gnarsV2() view returns (address)
0x558bfff0d583416f7c4e380625c7865821b8e95c
name() view returns (string)
Gnars HD
owner() view returns (address)
0xe43ffd378684568236d63728c60b492bc53700d5
rendererBaseUri() view returns (string)
https://api.zora.co/renderer/stack-images
symbol() view returns (string)
GNARSHD
totalSupply() view returns (uint256)
4236
Read-only
approve(address, uint256) pure
balanceOf(address owner) view returns (uint256)
getAttributes(uint256 _tokenId) view returns (string resultAttributes, string queryString)
getBackgroundQueryParam(uint48 backgroundIndex) view returns (string)
getPartQueryParam(string folder, uint48 partIndex, uint48 amountOfPart) view returns (string)
getPartTrait(string traitType, uint48 partIndex, function getPartDescription) view returns (string)
isTransferable(uint256, address, address) pure returns (bool)
ownerOf(uint256 id) view returns (address owner)
safeTransferFrom(address, address, uint256) pure
safeTransferFrom(address, address, uint256, bytes) pure
setApprovalForAll(address, bool) pure
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)
transferFrom(address, address, uint256) pure
State-modifying
Events assertOwnership(uint256[] tokenIds)
setArtwork(struct GnarsHDArtwork _artwork)
setContractUri(string _contractURI)
setRendererBaseUri(string _rendererBaseUri)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(address _gnarsV2Address, string _rendererBaseUri, struct GnarsHDArtwork _artwork, string _contractURI, address _owner)
This contract contains no fallback and receive objects.
TokenDoesNotExist(uint256 tokenId)
Untransferable()