NonFungibleHeroes
Verified contract
Active on
Ethereum with 1,962 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) |
---|---|---|---|---|---|---|---|
| 21264451 | 9 days ago | | | 0 | 0.00076612839 | |
| 21156968 | 24 days ago | | | 0 | 0.00060693193 | |
| 20982310 | 2 months ago | | | 0 | 0.00042007554 | |
| 20923396 | 2 months ago | | | 0 | 0.0010993672 | |
| 20923387 | 2 months ago | | | 0 | 0.0022680314 | |
| 20922452 | 2 months ago | | | 0 | 0.0032109741 | |
| 20922405 | 2 months ago | | | 0 | 0.0031585222 | |
| 20814650 | 2 months ago | | | 0 | 0.0021037632 | |
| 20814574 | 2 months ago | | | 0 | 0.0023953578 | |
| 20814556 | 2 months ago | | | 0 | 0.0029696806 |
ABI
ABI objects
Getter at block 21326978
baseTokenURI() view returns (string)
ipfs://QmRt1s7F1fA2TCiH6dcvh9fL6YbzPR9RXUku39RugfuvGb/
isMinterLocked() view returns (bool)
false
minter() view returns (address)
0x0bdcae0d52ec292ebfe9875ecd649d98b4e8adac
name() view returns (string)
NonFungibleHeroes
owner() view returns (address)
0x0930e5a976d65be5d0a934f088ed9d99fd46d22d
provenanceHash() view returns (string)
symbol() view returns (string)
NFH
totalSupply() view returns (uint256)
4444
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.