Hexo Codes
Verified contract
Active on
Ethereum with 2,684 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 "Hexo Codes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142483 | 16 days ago | | | 0 | 0.00072597682 | |
| 21047592 | a month ago | | | 0 | 0.00017703086 | |
| 20113744 | 5 months ago | | | 0 | 0.00053798500 | |
| 20046453 | 6 months ago | | | 0 | 0.00054218061 | |
| 19962301 | 6 months ago | | | 0 | 0.0013232698 | |
| 19432717 | 8 months ago | | | 0 | 0.0021813450 | |
| 19019247 | 10 months ago | | | 0 | 0.00074417959 | |
| 18904436 | a year ago | | | 0 | 0.00056455660 | |
| 18904426 | a year ago | | | 0 | 0.00057020957 | |
| 18904379 | a year ago | | | 0 | 0.00064992642 |
ABI
ABI objects
Getter at block 21254282 contractURI() view returns (string metadata)
baseImageURI() view returns (string)
ipfs://bafybeif7xi3sy23t2bacxxeeq2quzbzbfhr6lx7urot2noavftpiyopsiq/
ensPublicResolver() view returns (address)
0x4976fb03c32e5b8cfe2b6ccb31c09ba78ebaba41
ensRegistry() view returns (address)
0x00000000000c2e074ec69a0dfb2997ba6c7d2e1e
generation() view returns (uint8)
0
name() view returns (string)
Hexo Codes
owner() view returns (address)
0x9bf09d9a82f7343222712105893183617051b976
price() view returns (uint256)
10000000000000000
rootNode() view returns (bytes32)
0xf55a38be8aab2a9e033746f5d0c4af6122e4dc9e896858445fa8e2e46abce36c
symbol() view returns (string)
HEXO
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
colors(bytes32) view returns (bool)
customImageURIs(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
imageURI(uint256 _tokenId) view returns (string uri)
isApprovedForAll(address owner, address operator) view returns (bool)
objects(bytes32) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenInfos(uint256) view returns (string color, string object, uint8 generation)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string metadata)
State-modifying
Events addColors(bytes32[] _colorHashes)
addObjects(bytes32[] _objectHashes)
approve(address to, uint256 tokenId)
changeBaseImageURI(string baseImageURI_)
changePrice(uint256 price_)
claimSubdomains(uint256[] _tokenIds)
incrementGeneration()
mintItems(string[] _colors, string[] _objects) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCustomImageURI(uint256 _tokenId, string _customImageURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseImageURIChanged(string baseImageURI)
ColorsAdded(bytes32[] colorHashes)
CustomImageURISet(uint256 indexed tokenId, string customImageURI)
GenerationIncremented(uint256 generation)
ItemMinted(uint256 indexed tokenId, string color, string object, uint8 generation, address indexed buyer)
ObjectsAdded(bytes32[] objectHashes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 price)
SubdomainClaimed(uint256 indexed tokenId, address indexed claimer)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price_, string baseImageURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.