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 "SPACE ART"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20775408 | 2 months ago | | | 0 | 0.00035387648 | |
| 19250795 | 9 months ago | | | 0 | 0.0012059003 | |
| 19202454 | 9 months ago | | | 0 | 0.0011453449 | |
| 19202109 | 9 months ago | | | 0 | 0.00083555112 | |
| 19201389 | 9 months ago | | | 0 | 0.0011567589 | |
| 19201380 | 9 months ago | | | 0 | 0.0017403640 | |
| 19200846 | 9 months ago | | | 0 | 0.0014206524 | |
| 19200828 | 9 months ago | | | 0 | 0.0018122440 | |
| 19173375 | 9 months ago | | | 0 | 0.0014823259 | |
| 19173180 | 9 months ago | | | 0 | 0.0015433034 |
ABI
ABI objects
Getter at block 21166180
getTokenId() view returns (uint256)
31
name() view returns (string)
SPACE ART
owner() view returns (address)
0x871f36d0828de2de4cc8fd343b591c91132036bf
symbol() view returns (string)
SPA
totalSupply() view returns (uint256)
27
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenOfOwnerByIndex(address ownerAddress, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address addr) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
createToken()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()