Moon Face
Verified contract
Active on
Ethereum with 1,881 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 "Moon Face"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20138634 | 5 months ago | | | 0 | 0.000076397132 | |
| 19735028 | 7 months ago | | | 0 | 0.00041097379 | |
| 19587627 | 8 months ago | | | 0 | 0.00039507721 | |
| 19587619 | 8 months ago | | | 0 | 0.00028866565 | |
| 19094160 | 10 months ago | | | 0 | 0.00027999187 | |
| 19073944 | 10 months ago | | | 0 | 0.00024808869 | |
| 19073942 | 10 months ago | | | 0 | 0.00024467671 | |
| 19071608 | 10 months ago | | | 0 | 0.00038501902 | |
| 19071580 | 10 months ago | | | 0 | 0.00040909903 | |
| 18876412 | a year ago | | | 0 | 0.0015965867 |
ABI
ABI objects
Getter at block 21264540
anOfferYouCantResist() view returns (uint256)
1
basePrice() view returns (uint256)
5000000000000000
baseURI() view returns (string)
ipfs://bafybeia5w3h67cafheetoy3qdktrmwoubyuezp2ybrlc4odlg6ldfy7lty/
dontBeGreedy() view returns (uint256)
10
eventHorizon() view returns (bool)
true
name() view returns (string)
Moon Face
notRevealedUri() view returns (string)
ipfs://bafkreigt5xbzr7jxuqsonpveea2qqcpiayvvcchlfmwodtxf6vkia7lyue
owner() view returns (address)
0xe04414549f6534cf9956b2006d1093bbca135617
sentinentLife() view returns (uint256)
5555
startSequence() view returns (bool)
true
symbol() view returns (string)
MOON
teamAmount() view returns (uint256)
240
totalSupply() view returns (uint256)
2232
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(address who, uint256 amount) view returns (uint256)
numberMinted(address owner) view returns (uint256)
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)
enterEventHorizon(bool _status)
initiateStartSequence(bool _status)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBasePrice(uint256 _newPrice)
setBaseURI(string _newBaseURI)
setGreediness(uint256 _newSupply)
setNotRevealedURI(string _notRevealedURI)
setSentinentLife(uint256 _newSupply)
setTeamAmount(uint256 _newSupply)
setUriSuffix(string _newSuffix)
teamMint(address to, uint256 amount)
terraform(uint256 amount) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()