WENMOON
Verified contract
Active on
Ethereum with 1,690 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Native
Value
$0.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000006 | $3,713.28 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19585397 | 8 months ago | | | 0 | 0.00045602994 | |
| 19585396 | 8 months ago | | | 0 | 0.00079732631 | |
| 15906893 | 2 years ago | | | 0 | 0.00055254535 | |
| 15812352 | 2 years ago | | | 0 | 0.00059893232 | |
| 15687620 | 2 years ago | | | 0 | 0.00074634582 | |
| 15662573 | 2 years ago | | | 0 | 0.00032457358 | |
| 15654837 | 2 years ago | | | 0 | 0.00049801957 | |
| 15638147 | 2 years ago | | | 0 | 0.00035606807 | |
| 15638145 | 2 years ago | | | 0 | 0.00034179068 | |
| 15609579 | 2 years ago | | | 0 | 0.00081047078 |
ABI
ABI objects
Getter at block 21311232
giftSupply() view returns (uint256)
200
giftedAmount() view returns (uint256)
71
maxSupply() view returns (uint256)
10000
name() view returns (string)
WEN MOON?
owner() view returns (address)
0xf8bba0073e2064d22aeb7d68bedf029ad9172739
provenance() view returns (string)
purchaseLimit() view returns (uint256)
2
saleLive() view returns (bool)
true
symbol() view returns (string)
MOON
totalSupply() view returns (uint256)
2535
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)
gift(address _to, uint256 _reserveAmount)
mint(uint256 tokenQuantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setProvenanceHash(string hash)
toggleSaleStatus()
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 baseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.