moongorillas

Verified contract

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

No balances found for "moongorillas"

0x69336a7d377f07940f5d420f6f2f603b37d05fc4a22c9f37ff6f2dad7eb98296
0x1b1beae802303a73f9b2d6a075e76cab719b5ba363a9b65cefd39ca72a30a4bb
0x5e58b264678c472c92167e1adeeae05e7d8977bb4d4c546021dd402c9a4275be
0x42179c009358edc614dc125e2bafb33549663fd18f8e0f3f833c8744e6e69497
0xdfd62191feaa667f3f58504f6561ec90a3a3879f0881fb89445971dd164f01a7
0x6640faef20258cb6bb7df81a54df92b4b72489083e55792bde95c7f2a5f6df0d
0x0fc7159988594cf5791f0bb374b4ba45466caedb438f99365d77519097030394
0x2697ab7edad3112745ea17190154b598457cdc61c2060b18616669e432882b65
0x420ec86ee8cdf9ec5f004ad738926ddd819631007eb629ef2acf21d4b7e1d38f
0x7224bbaa21fa2c83c4d13810d784661bc6e97ffb21f58b0cc9f122f689dfa77f

Functions
Getter at block 20921582
MAX_NFT_PER_TRAN(view returns (uint256)
20
MINT_PRICE(view returns (uint256)
5000000000000000
contractURI(pure returns (string)
isMetadataFinal(view returns (bool)
false
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
5555
name(view returns (string)
moongorillas
owner(view returns (address)
0xec95960e7113b908462a19fed6c2b6d4f93f7951
prerevealURL(view returns (string)
symbol(view returns (string)
MG
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenId
finalizeMetadata(
mint(uint256 countpayable 
reduceSupply(uint256 newMaxSupply
renounceOwnership(
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPause(bool value
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address splitterAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(