Message to Martians
Verified contract
Active on
Ethereum with 3,036 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Message to Martians"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20499117 | 3 months ago | | | 0 | 0.00013838700 | |
| 19886705 | 6 months ago | | | 0 | 0.00028084756 | |
| 19134056 | 10 months ago | | | 0 | 0.0014662414 | |
| 18805589 | a year ago | | | 0 | 0.0016179919 | |
| 18382326 | a year ago | | | 0 | 0.00025043548 | |
| 18294317 | a year ago | | | 0 | 0.00032108401 | |
| 17854785 | a year ago | | | 0 | 0.00067184921 | |
| 17666028 | a year ago | | | 0 | 0.00099177916 | |
| 17483678 | a year ago | | | 0 | 0.00056138776 | |
| 17483678 | a year ago | | | 0 | 0.00098731389 |
ABI
ABI objects
Getter at block 21255805 messageToMartians() view returns (string) readMessage() view returns (string)
allowSpaces() view returns (bool)
false
fontAddress() view returns (address)
0xd454e822c9ba075514fedfc580d3dbdec0639790
maxMintsPerTx() view returns (uint256)
20
maxStringLength() view returns (uint256)
20
maxSupplies() view returns (uint256)
8888
maxTokens() view returns (uint256)
8888
mintingCost() view returns (uint256)
44440000000000000
mintingEnabled() view returns (bool)
true
moonBagsAddress() view returns (address)
0xeafa25e962ee875f75fdc97e152d39bb4c8978ae
name() view returns (string)
Message to Martians
owner() view returns (address)
0xa236e3a2a486e5937f13a9f421a6564562305538
suppliesMinted() view returns (uint256)
8888
symbol() view returns (string)
MARTIAN
tokenDescription() view returns (string)
Message to Martians is a message stored in the ethereum blockchain, awaiting the future Martians to read one day. As a token of appreciation, writers of our message receive an NFT of their written word as well as a Space Capsule containing their Martian gear. https://messagetomartians.com
tokenExternalUrl() view returns (string)
https://messagetomartians.com
tokenName() view returns (string)
Message to Martians
totalSupply() view returns (uint256)
590
transpondersAddress() view returns (address)
0x9d00d9b009ab80a18013675011c93796d89de6b4
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensOfAddress(address address_) view returns (uint256[])
getTransponderStatus(uint256 tokenId_) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
onlyAllowedCharacters(string string_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
readWord(uint256 tokenId_) view returns (string)
stringLength(string string_) pure returns (uint256)
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)
mintSupplies(uint256 amount_) payable
ownerMintSupplies(uint256 amount_)
ownerWithdrawEther()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowSpaces(bool bool_)
setApprovalForAll(address operator, bool approved)
setFontAddress(address address_)
setMaxMintsPerTx(uint256 uint_)
setMaxStringLength(uint256 maxLength_)
setMintingCost(uint256 mintingCost_)
setMintingStatus(bool bool_)
setMoonBagsAddress(address address_)
setTokenDescription(string tokenDescription_)
setTokenExternalUrl(string tokenExternalUrl_)
setTokenName(string tokenName_)
setTranspondersAddress(address address_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
writeMessage(uint256 transponderId_, string word_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address to, uint256 tokenId)
MintSupplies(address to, uint256 tokenId)
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.