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 "Hero"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21057140 | 14 days ago | | | 0 | 0.00016477802 | |
| 20916212 | a month ago | | | 0 | 0.00052937192 | |
| 20773385 | 2 months ago | | | 0 | 0.00039265191 | |
| 20773384 | 2 months ago | | | 0 | 0.00038764057 | |
| 20773383 | 2 months ago | | | 0 | 0.00037304196 | |
| 20771932 | 2 months ago | | | 0 | 0.00079742852 | |
| 20698236 | 2 months ago | | | 0 | 0.000084651122 | |
| 20696766 | 2 months ago | | | 0 | 0.000080003609 | |
| 20696719 | 2 months ago | | | 0 | 0.000089275908 | |
| 20554030 | 3 months ago | | | 0 | 0.000024838849 |
ABI
ABI objects
Getter at block 21157998
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
getHandler() view returns (address)
0x8271ca0dea5d7c5b3b63a54903383edabcb58ae8
getSeeder() view returns (address)
0x2ed251752da7f24f33cfbd38438748bb8eeb44e1
name() view returns (string)
Hero
symbol() view returns (string)
HERO
totalSupply() view returns (uint256)
5292
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnBatch(uint256[] tokenIds)
grantRole(bytes32 role, address account)
mint(address to, uint256 count)
mintBatch(address[] to, uint256[] counts)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHandler(address handler)
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)
HandlerUpdated(address indexed caller, address indexed handler)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.