Moongang
Verified contract
Active on
Ethereum with 2,649 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 "Moongang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161103 | 20 days ago | | | 0 | 0.00063583014 | |
| 21005164 | a month ago | | | 0 | 0.00043417660 | |
| 20952005 | 2 months ago | | | 0 | 0.00035023526 | |
| 20861176 | 2 months ago | | | 0 | 0.00025100522 | |
| 19552010 | 8 months ago | | | 0 | 0.00091986342 | |
| 19549789 | 8 months ago | | | 0 | 0.0017919810 | |
| 19349707 | 9 months ago | | | 0 | 0.0025503461 | |
| 19264932 | 9 months ago | | | 0 | 0.0014857321 | |
| 19169801 | 10 months ago | | | 0 | 0.0012362665 | |
| 19095488 | 10 months ago | | | 0 | 0.00057938425 |
ABI
ABI objects
Getter at block 21302628
MAX_NFT_PURCHASEABLE() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
https://moonwalk.mypinata.cloud/ipfs/QmZ2pCsN3yqt3t53EGfCn1C9X1J2549fkVFPFFss21QXvK/
getMintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
Moongang
owner() view returns (address)
0x393a4b43690c4b5c4bdef55bb8eee2f143e76b22
paused() view returns (bool)
true
symbol() view returns (string)
MOONGANG
totalSupply() view returns (uint256)
4525
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
giveAwayNft(address to, uint256 numberOfTokens)
mintNft(uint256 numberOfTokens) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setMintPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
receive()
ExceededMaxPurchaseable(uint256 maxPurchaseable)
ExceededMaxSupply(uint256 maxSupply)
NotEnoughEther(uint256 requiredEtherAmount)