Meka Rhinos

Verified contract

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

No balances found for "Meka Rhinos"

0x7d1c8a35647905e523cd35a70ea9eaa4ec3e11701515de7b9f1bafb1ff0e7944
0x3afc1c96c7b98a3b39c33c4a6acc4fe78e746419b54181b3f086e307a59a44a9
0x2eb4b99476d88375bdc534530e1fb1ec3fdfdb1ecf5d86b19abd184f20812579
0x80844ef27777c65eeee267664562d0fd68390271e547a45489d5b1b7041cfb6a
0x9e2935452a2cedbefb682287c2d4c93988e2a79198bcf76d28d1e82df2412df4
From
0x5f12c8d9267a9ee3d835a0bed3ca1ceb359d1b0a24a0128a04a4e09075440d0f
0xb1a0dbbf732044897291c2f5790d8431f9740aea397eb29e90913e43d238e09b
0xfc19d8a5f0452dcd9539512930e0ac98b8279760cc8ff019c3015965ffef4c1f
0x62ce98c5506178ee4b4bb8c303d979c08423e93c5219298af422c15ad2274b63
0x4dd42db16395845e896fa7a17dce45eef62ae0df45be158bc1bb97a9d5860e6e

Functions
Getter at block 20861611
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://bafybeidr47rw7ez5sd5joiocl7d7je6korfvriju5rql7pqll6chatuzva/
maxMintAmount(view returns (uint256)
2
maxSupply(view returns (uint256)
3333
name(view returns (string)
Meka Rhinos
notRevealedUri(view returns (string)
owner(view returns (address)
0x8fa6c48d446b1cdf60cbba9f881a320168e408b4
publicsale(view returns (bool)
true
symbol(view returns (string)
RHNO
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedBalance(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmount
ownerMint(uint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setMaxMintAmount(uint256 _newMaxMintAmount
setPublicsale(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(