Hypercastle Explorers
Verified contract
Proxy
Active on
Ethereum with 738 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Hypercastle Explorers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194117 | a day ago | | | 0 | 0.0013433469 | |
| 20873707 | a month ago | | | 0 | 0.00037024979 | |
| 20873096 | a month ago | | | 0 | 0.0011552828 | |
| 20493463 | 3 months ago | | | 0 | 0.00016897880 | |
| 20235155 | 4 months ago | | | 0 | 0.00034785942 | |
| 20147769 | 5 months ago | | | 0 | 0.00016931584 | |
| 19640420 | 7 months ago | | | 0 | 0.0015164433 | |
| 19509362 | 8 months ago | | | 0 | 0.00035142870 | |
| 19509361 | 8 months ago | | | 0 | 0.00036460121 | |
| 19369995 | 8 months ago | | | 0 | 0.0057821839 |
ABI
ABI objects
Getter at block 21202413
URI() view returns (string)
config() view returns (string placeholder, string base, uint64 supply, bool permanent)
(placeholder=ipfs://bafkreibvupxogxomhvaauczf3ps6wrr7qh3koy6jzliesq4rsaisftwh4e, base=ipfs://bafybeicur22yev2a7logjqetkvc27xnpjry3ufn5nfpiroddcpmref4dzm/, supply=1024, permanent=false)
name() view returns (string)
Hypercastle Explorers
nextId() view returns (uint256)
1025
owner() view returns (address)
0x2fd0d6f66c0500bbd053bbfc04620790650ae8ec
royalty() view returns (address)
0xf0ec83a355eca8539d6b4ad1066c3bc6ea9ef6c3
symbol() view returns (string)
HC-EXP
withdrawer() view returns (address account, bool permanent)
(account=0x0000000000000000000000000000000000000000, permanent=false)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
invite(bytes32) view returns (uint128 price, uint64 start, uint64 limit)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
gift(address _receiver, uint256 _count)
initialize(string name, string symbol, struct F0Config _config)
mint(struct F0Auth auth, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(struct F0Config _config)
setInvite(bytes32 _key, bytes32 _cid, struct F0Invite _invite)
setInvites(struct F0Invitelist[] invitelist)
setNS(string name_, string symbol_)
setRoyalty(address _address)
setURI(string _uri)
setWithdrawer(struct F0Withdrawer _withdrawer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Configured(struct F0Config config)
Invited(bytes32 indexed key, bytes32 indexed cid)
NSUpdated(string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawerUpdated(struct F0Withdrawer withdrawer)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.