The latest block we've processed for this chain is 20897858, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

Spaceman

Verified contract

Active on Ethereum with 6 txns
Deployed by via 0x475fae4d at 19174925
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Spaceman"

0xd3eb4e39cf99cc5405d83eda4eaf6d757afb04b53e48061bca66c8cb9b5cac52
0x3741ea6e09cab0ad57d96a17b11ae4a803156d32376b18e641707299d5d73668
0xcd05d646364ea930f8d7aab895be163234933a2ac01ca27d2fe2c56be3419df2
0xb31932aff6d5169dd207af6378515d96359835d7292e491e4d4d1cdc24f08cd3
0x413751e4d294a5eac1270ce2104b3adc6862d8c40b750fc9813f8365e5a2030a
0x49494fb6674434931effb0ff26eb53728d69cdb571f59a35195ef5b98993591d

Functions
Getter at block 20897857
baseTokenURI(view returns (string)
ipfs://bafybeidvmkofz4qhlgsa3uzaqdqcahhpaeapqg3scdgpsnmqcvci2gt5eq/
decimals(view returns (uint8)
18
minted(view returns (uint256)
0
name(view returns (string)
Spaceman
owner(view returns (address)
0xc36310d15e7cb05f6f1b51d0b87928fc9d5b6280
symbol(view returns (string)
SPACE
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
_random(uint256 numberview returns (uint256)
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(