Space Capsules
Verified contract
Active on
Ethereum with 3,993 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Space Capsules"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21092395 | 23 days ago | | | 0 | 0.00029532739 | |
| 20742316 | 2 months ago | | | 0 | 0.00041914333 | |
| 20296492 | 4 months ago | | | 0 | 0.000033588298 | |
| 20296492 | 4 months ago | | | 0 | 0.000033588298 | |
| 20296492 | 4 months ago | | | 0 | 0.000033588298 | |
| 19957980 | 6 months ago | | | 0 | 0.00018958434 | |
| 19957978 | 6 months ago | | | 0 | 0.00019099318 | |
| 19935419 | 6 months ago | | | 0 | 0.00098888307 | |
| 19589002 | 8 months ago | | | 0 | 0.00066009079 | |
| 19509729 | 8 months ago | | | 0 | 0.0016088345 |
ABI
ABI objects
Getter at block 21256360
fontAddress() view returns (address)
0xd454e822c9ba075514fedfc580d3dbdec0639790
fontSize() view returns (string)
11px
minter() view returns (address)
0x8510b7b968f6664136f557b079ce79f72d5b4aab
name() view returns (string)
Space Capsules
owner() view returns (address)
0xa236e3a2a486e5937f13a9f421a6564562305538
symbol() view returns (string)
SCAP
tokenDescription() view returns (string)
Space Capsules are beamed down from space and contain space gear for your adventure into space exploration and colonization. They are obtained from contributing to the Message to Martians. https://messagetomartians.com
tokenName() view returns (string)
Space Capsule
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getArms(uint256 tokenId) view returns (string)
getArtifact(uint256 tokenId) view returns (string)
getChest(uint256 tokenId) view returns (string)
getHead(uint256 tokenId) view returns (string)
getLegs(uint256 tokenId) view returns (string)
getRing(uint256 tokenId) view returns (string)
getTokensOfAddress(address address_) view returns (uint256[])
getVehicle(uint256 tokenId) view returns (string)
getWeapon(uint256 tokenId) view returns (string)
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
getMoonBag(address to_, uint256 tokenId_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFontAddress(address address_)
setFontSize(string string_)
setMinter(address address_)
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.