Space
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 999 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional
variables
Balances ($0.00)
No balances found for "Space"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Space"
ABI
ABI objects
Getter at block 21177546
isOwner() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
isSigner(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 addMinter(address account)
addPauser(address account)
addSigner(address account)
approve(address to, uint256 tokenId)
initialize()
initialize(address owner)
initialize(string name, string symbol)
mint(address to, uint256 tokenId) returns (bool)
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
pause()
removeMinter(address account)
removePauser(address account)
removeSigner(address account)
renounceMinter()
renounceOwnership()
renouncePauser()
renounceSigner()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 tokenId, uint256 expires, uint8 v, bytes32 r, bytes32 s) returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.