Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Heroes"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20496144 | 3 months ago | | | 0 | 0.000031547513 | |
| 20496107 | 3 months ago | | | 0 | 0.000025120649 | |
| 19623862 | 7 months ago | | | 0 | 0.00071788606 | |
| 19490279 | 7 months ago | | | 0 | 0.00052278646 | |
| 19063386 | 9 months ago | | | 0 | 0.00063677274 | |
| 18986154 | 10 months ago | | | 0 | 0.0012652645 | |
| 18369685 | a year ago | | | 0 | 0.00025931353 | |
| 18369606 | a year ago | | | 0 | 0.0012904842 | |
| 18289555 | a year ago | | | 0 | 0.00033852771 | |
| 18289544 | a year ago | | | 0 | 0.00041660407 |
ABI
ABI objects
Getter at block 21120056
name() view returns (string)
Heroes
symbol() view returns (string)
HEROES
Read-only
balanceOf(address owner_) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getFullName(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(address account, uint256 index, bytes32[] merkleProof)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address approver, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address oracle_)
This contract contains no fallback and receive objects.
This contract contains no error objects.