EstateX Skyscraper Collection
Verified contract
Active on
Ethereum with 2,324 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($37,899.75)
Native
Value
$18,198.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.823712 | $3,124.92 |
$18,198.63 | |
USDC | ERC-20 | 14.008K | $0.999683 |
$14,003.56 | |
USDT | ERC-20 | 5.70099K | $0.999397 |
$5,697.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193595 | 2 days ago | | | 0 | 0.0023986946 | |
| 21193584 | 2 days ago | | | 0 | 0.0022395953 | |
| 21193151 | 2 days ago | | | 0.24212891 | 0.0083474902 | |
| 21193121 | 2 days ago | | | 0.48425783 | 0.0035421567 | |
| 21192833 | 2 days ago | | | 0 | 0.0034559644 | |
| 21191719 | 2 days ago | | | 0.48942036 | 0.0034176098 | |
| 21191068 | 2 days ago | | | 0 | 0.0036598361 | |
| 21189974 | 2 days ago | | | 0 | 0.0015004765 | |
| 21189901 | 2 days ago | | | 0 | 0.0038097450 | |
| 21189181 | 2 days ago | | | 0.081194622 | 0.0064991153 |
ABI
ABI objects
Getter at block 21205876
baseURI() view returns (string)
https://storage.googleapis.com/estatex-skyscraper-collection-nft/metadata/
contractState() view returns (uint8)
2
getTokentoUSD() view returns (int256)
313076751029
isRevealed() view returns (bool)
true
name() view returns (string)
EstateX Skyscraper Collection
nextBuildingId() view returns (uint256)
103
owner() view returns (address)
0xdfef8591521c7d3806cb7f397808a8749e79ef0d
preRevealBaseURI() view returns (string)
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
symbol() view returns (string)
ESXSC
totalSupply() view returns (uint256)
1824
Read-only
approvedTokens(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
buildings(uint256) view returns (uint32 firstTokenId, uint32 totalTokenAmount, uint32 claimTokenAmount, uint32 publicMinted, uint32 claimMinted, uint48 tokenPrice, uint48 points)
getApproved(uint256 tokenId) view returns (address)
getPoints(address account) view returns (uint256)
getPriceEth(uint256 buildingId) view returns (uint256)
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)
tokenIdToBuildingId(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addBuilding(uint32 totalTokenAmount, uint32 claimTokenAmount, uint48 tokenPrice, uint48 points)
addManyBuildings(uint32[] totalTokenAmount, uint32[] claimTokenAmount, uint48[] tokenPrice, uint48[] points)
approve(address to, uint256 tokenId)
burn(uint256[] ids)
mintClaim(struct EstateXSkyscraperCollectionSignedClaimMint signedMint)
mintEthPublic(struct EstateXSkyscraperCollectionSignedPublicMint signedMint, uint256 buildingId, uint32 quantity) payable
mintReservedClaim(address receiver, uint256 buildingId, uint256 tokenId)
mintReservedPublic(address receiver, uint256 buildingId, uint32 quantity)
mintTokenPublic(struct EstateXSkyscraperCollectionSignedPublicMint signedMint, uint256 buildingId, uint32 quantity, address tokenAddress)
ownerWithdraw(address account, uint256 amount)
ownerWithdraw(address account, uint256 amount, address tokenAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovedToken(address token, bool approved)
setBaseURI(string newBaseURI)
setClaimTokenAmount(uint256 buildingId, uint32 newClaimTokenAmount)
setClaimVerificationAddress(address addr)
setContractState(uint256 contractState_)
setPreRevealBaseURI(string newBaseURI)
setPriceFeed(address newFeed)
setPublicVerificationAddress(address addr)
setRevealed(bool state)
setTokenPrice(uint256 buildingId, uint48 newTokenPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.