Hero Galaxy: Heroes
Verified contract
Active on
Ethereum with 22,158 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 "Hero Galaxy: Heroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20815780 | 2 months ago | | | 0 | 0.0010489833 | |
| 20811184 | 2 months ago | | | 0 | 0.00056798968 | |
| 20799050 | 2 months ago | | | 0 | 0.00024978205 | |
| 20779955 | 2 months ago | | | 0 | 0.0037349868 | |
| 20751532 | 2 months ago | | | 0 | 0.000090459490 | |
| 20733304 | 2 months ago | | | 0 | 0.000074247000 | |
| 20726167 | 2 months ago | | | 0 | 0.000060548271 | |
| 20699697 | 2 months ago | | | 0 | 0.000089975068 | |
| 20699667 | 2 months ago | | | 0 | 0.00013766331 | |
| 20686258 | 2 months ago | | | 0 | 0.00016470373 |
ABI
ABI objects
Getter at block 21157954
HERO_GALAXY_PRICE() view returns (uint256)
69000000000000000
MAX_HERO_GALAXY_HEROES() view returns (uint256)
5555
MAX_HERO_GALAXY_HEROES_PER_PURCHASE() view returns (uint256)
5
MAX_HERO_GALAXY_HEROES_WHITELIST_CAP() view returns (uint256)
2
RESERVED_HERO_GALAXY() view returns (uint256)
2222
mintActive() view returns (bool)
true
name() view returns (string)
Hero Galaxy: Heroes
owner() view returns (address)
0x01cfd327d29d9c6a07b7613494797a67e89570a0
presaleActive() view returns (bool)
false
reservesMinted() view returns (bool)
false
symbol() view returns (string)
HERO
tokenBaseURI() view returns (string)
https://api.herogalaxy.io/hero/
tokenSupply() view returns (uint256 _value)
5555
unrevealedURI() view returns (string)
ipfs://QmbDWgQ2gWZBX7ZcbCnVeNFTCJ4UNsQV4A34ZL7AQjyxsr
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintReservedHeroes()
presaleMint(uint256 _quantity, bytes _whitelistSignature) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintActive(bool _active)
setPresaleActive(bool _active)
setTokenBaseURI(string _baseURI)
setUnrevealedURI(string _unrevealedUri)
setWhitelistCap(uint256 _whitelist_cap)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.