HypeAliensGenesis
Verified contract
Active on
Ethereum with 294 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- | |
HS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20792974 | 2 months ago | | | 0 | 0.0016428289 | |
| 20625073 | 3 months ago | | | 0 | 0.000050256765 | |
| 20582538 | 3 months ago | | | 0 | 0.000048403376 | |
| 20283990 | 4 months ago | | | 0 | 0.00054193129 | |
| 20048465 | 5 months ago | | | 0 | 0.00043771091 | |
| 20048463 | 5 months ago | | | 0 | 0.00045523162 | |
| 19872811 | 6 months ago | | | 0 | 0.00031266424 | |
| 19710680 | 7 months ago | | | 0 | 0.00056668457 | |
| 19704271 | 7 months ago | | | 0 | 0.00077642868 | |
| 19704174 | 7 months ago | | | 0 | 0.00084402122 |
ABI
ABI objects
Getter at block 21177991 getGoldHS() view returns (uint256[])
COIN_ID() view returns (uint256)
0
DEFORMABLE_ALIEN() view returns (uint256)
3333
GOLD2GALAXY() view returns (uint256)
2
GOLD_COIN() view returns (uint256)
10
NORMAL2GOLD() view returns (uint256)
10
NORMAL_COIN() view returns (uint256)
100
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
getGalaxyHS() view returns (uint256[])
[447, 832, 3103, 56]
name() view returns (string)
HypeAliensGenesis
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xd51dbc55d776ce51babc3d9079c025169763a9e6
requestConfig() view returns (bytes32 keyHash, uint64 subId, uint32 callbackGasLimit, uint16 requestConfirmations)
(keyHash=0x9fe0eebf5e446e3c998ec9bb19951541aee00bb90ea201ae456421a2ded86805, subId=593, callbackGasLimit=1000000, requestConfirmations=3)
symbol() view returns (string)
HAG
totalSupply() view returns (uint256)
155
transformActive() view returns (bool)
true
Read-only
RAMDOM(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBaseURIMap(uint256 id) view returns (string)
getCoinMap(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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 operator, uint256 tokenId)
onERC721Received(address, address from, uint256 tokenId, bytes data) returns (bytes4)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
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)
setBaseURIMap(string uri, uint256 id)
setCallbackGasLimit(uint32 _callbackGasLimit)
setChainLinkConfig(uint64 _subId, bytes32 _keyHash, uint32 _callbackGasLimit, uint16 _requestConfirmations)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setGalaxyHS(uint256[] _galaxyHS)
setGoldHS(uint256[] _goldHS)
setKeyHash(bytes32 _keyHash)
setOperatorFilteringEnabled(bool value)
setRequestConfirmations(uint16 _requestConfirmations)
setSubId(uint64 _subId)
setTransformActive(bool _transformActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transformAlien(uint256 hypeSaintId, bool useCoin, uint256 gearId)
transformSaints(uint256 _alienId, uint256 gearId)
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(address _Saints, address _coin, address _gear, address _VRFCoordinator, address _LINKToken)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)
OperatorNotAllowed(address operator)