Found on Mars
Verified contract
Active on
Ethereum with 1,593 txns
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 "Found on Mars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20048042 | 5 months ago | | | 0 | 0.00043128818 | |
| 16980938 | 2 years ago | | | 0 | 0.0013523093 | |
| 16979970 | 2 years ago | | | 0 | 0.0010451601 | |
| 16814713 | 2 years ago | | | 0 | 0.00088739593 | |
| 16740811 | 2 years ago | | | 0 | 0.00091076418 | |
| 16669860 | 2 years ago | | | 0 | 0.0013060689 | |
| 16502661 | 2 years ago | | | 0 | 0.00035355979 | |
| 16179985 | 2 years ago | | | 0 | 0.00068855306 | |
| 16173165 | 2 years ago | | | 0 | 0.00064697723 | |
| 16172987 | 2 years ago | | | 0 | 0.00061283099 |
ABI
ABI objects
Getter at block 21169214
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
3333
name() view returns (string)
Found on Mars
owner() view returns (address)
0x0aff155c5246d40a4dea995f16c59147402b434a
paused() view returns (bool)
false
symbol() view returns (string)
FOM
totalSupply() view returns (uint256)
3333
uriPrefix() view returns (string)
ipfs://QmRCSka9AQBCE6xtGx9GaD2UA2VJHuwhBnY7CEA2daTpmG/
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
magicMint(uint256 _mintAmount)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPaused(bool _state)
setURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.