NonFungibleHeroes
Verified contract
Active on
Ethereum with 9,107 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 "NonFungibleHeroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257949 | 3 days ago | | | 0 | 0.00048921190 | |
| 21156974 | 17 days ago | | | 0 | 0.00067608736 | |
| 20944662 | 2 months ago | | | 0 | 0.00054313143 | |
| 20923399 | 2 months ago | | | 0 | 0.0028538238 | |
| 20922496 | 2 months ago | | | 0 | 0.0024239008 | |
| 20840081 | 2 months ago | | | 0 | 0.0010574803 | |
| 20814645 | 2 months ago | | | 0 | 0.0026941129 | |
| 20746247 | 2 months ago | | | 0 | 0.000059340838 | |
| 20739708 | 2 months ago | | | 0 | 0.00037765222 | |
| 20618511 | 3 months ago | | | 0 | 0.000046947457 |
ABI
ABI objects
Getter at block 21279146
baseTokenURI() view returns (string)
ipfs://QmNrAMm1HJFAjwhadPnGyscv5Y9HowwyAYv4LYkExBvRYm/
isMinterLocked() view returns (bool)
false
minter() view returns (address)
0x0cc894a8753095e8f1b774c5a2cce8f5715dddff
name() view returns (string)
NonFungibleHeroes
owner() view returns (address)
0x0930e5a976d65be5d0a934f088ed9d99fd46d22d
provenanceHash() view returns (string)
873cfd5c31fc6fa432cab1cc635bb61a008005f24449adef084f3aa60fe534d3
symbol() view returns (string)
NFH
totalSupply() view returns (uint256)
8888
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)
lockMinter()
mint(uint256 _count, address _recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string _provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMinter(address _minter)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.