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 "Cursed Stars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10618874 | 10 months ago | | | 0 | 0.000026691009 | |
| 10618645 | 10 months ago | | | 0 | 0.000000000076416333 | |
| 10618627 | 10 months ago | | | 0 | 0.000000000441869044 | |
| 9616843 | a year ago | | | 0 | 0.000000024679000000 | |
| 8853126 | a year ago | | | 0 | 0.000046591003 | |
| 8852776 | a year ago | | | 0 | 0.000000000149579419 | |
| 7633511 | a year ago | | | 0 | 0.0000046591026 | |
| 7495739 | a year ago | | | 0 | 0.000000046591000000 | |
| 7495538 | a year ago | | | 0 | 0.000000000023162272 | |
| 5691987 | a year ago | | | 0 | 1.3856417e-7 |
ABI
ABI objects
Getter at block 23577105
cost() view returns (uint256)
555000000000000
isSaleActive() view returns (bool)
true
max_supply() view returns (uint256)
25000
name() view returns (string)
Cursed Stars
owner() view returns (address)
0x140927aa096500a8dfad6935a888776c913dd201
symbol() view returns (string)
CSTRS
totalSupply() view returns (uint256)
560
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _base)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
withdrawTokens(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()