Star Cards
Verified contract
Active on
Ethereum with 1,257 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($212.61)
Native
Value
$212.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.055 | $3,865.67 |
$212.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281029 | 17 days ago | | | 0 | 0.00091271452 | |
| 20730664 | 3 months ago | | | 0 | 0.00020329522 | |
| 20730622 | 3 months ago | | | 0 | 0.00021406504 | |
| 20730622 | 3 months ago | | | 0 | 0.00018478701 | |
| 20730622 | 3 months ago | | | 0 | 0.00024722095 | |
| 20655469 | 3 months ago | | | 0 | 0.000047337462 | |
| 20099914 | 6 months ago | | | 0 | 0.00016814680 | |
| 18236204 | a year ago | | | 0 | 0.0019453385 | |
| 17770795 | a year ago | | | 0 | 0.0020813945 | |
| 17658937 | a year ago | | | 0 | 0.00062210766 |
ABI
ABI objects
Getter at block 21400998
contractInitializationTime() view returns (uint256)
1532276959
databaseDownloadUrl() view returns (string)
ftp://starcards.my/starCardsDataset.json
dataset_md5checksum() view returns (string)
696fa8ba0f25d6d6f8391e37251736bc
dataset_sha256checksum() view returns (string)
ba3178b5d13ec7b05cf3ebaae2be797cc0eb6756eac455426f2b1d70f17cefae
editionSize() view returns (uint256)
345
getCurrentEdition() view returns (uint256)
2336
initializationDelay() view returns (uint256)
259200
minimumBid() view returns (uint256)
1000000000000000
name() view returns (string)
Star Cards
owner() view returns (address)
0xba6e1c26be2f8b46d9e7ab7573b99921ee81acf5
symbol() view returns (string)
STAR
timeBetweenEditions() view returns (uint256)
86400
totalSupply() view returns (uint256)
586155
Read-only
balanceOf(address _owner) view returns (uint256)
getAdditionalTime(uint256 id) view returns (uint256)
getAllTokens(address owner) view returns (uint256[])
getApproved(uint256 _tokenId) view returns (address)
getEdition(uint256 id) view returns (uint256)
getEditionReleaseTime(uint256 edition) view returns (uint256)
getHighestBid(uint256 id) view returns (uint256)
getHighestBidder(uint256 id) view returns (address)
getReleaseAuctionEndTime(uint256 id) view returns (uint256)
getRemainingTime(uint256 id) view returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isReleased(uint256 id) view returns (bool)
owned(uint256 _tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
pendingWithdrawals(address) view returns (uint256)
releaseAuctionEnded(uint256 id) view returns (bool)
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 _to, uint256 _tokenId)
completeReleaseAuction(uint256 id) payable
placeBid(uint256 id) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setDatabaseDownloadUrl(string url)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
withdraw() returns (bool)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
NewBid(uint256 id, uint256 value, uint256 timePlaced, address bidder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
fallback()
This contract contains no error objects.