Moongang

Verified contract

Active on Ethereum with 2,649 txns
Deployed by via 0x50cf8ed1 at 13180388
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Moongang"

0x87844c7574e732a2c4cc150fbd077672793e1057007d7c8254504b1e1856e001
0x3cec3ab1810928afd818a99cf02b8a4a3766e2a7e536c920e232138edeccd4b0
0x8676072ff5a6d17ddea7979659b97c9aea850b7e4b392c2d452b4a88c7126401
0x3bb32725d6f409746895440c437009cb5a965b8399764b90ab1d80985d310648
0x107db852b08ded0493da6c00a64c3d13cbd05bc39367a625e9603284a36423e0
0xfdb99684cc28daf79e16f6a6161968cdec47feaccc72e4dde5abbde612bbad9a
0xeebda9bf07607e40e927969e0534683bc1520187ecb9ad93a4ed2966a9d7b322
0x63a840c7d93a94396d0f5bfd2e8f53624122057dcb52c0b2759f7387f8bdde77
0x88f1fe49da031a63debb3901c4b79d90655787fa66311f59331fbff03bf1d6a1
0xadea2332d377a4797105f80c77c355b3c30e9636a3c0b17bf374e28fc9706c3d

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
giveAwayNft(address touint256 numberOfTokens
mintNft(uint256 numberOfTokenspayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setMintPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive
receive(
Errors
ExceededMaxPurchaseable(uint256 maxPurchaseable
ExceededMaxSupply(uint256 maxSupply
NotEnoughEther(uint256 requiredEtherAmount