Meka Rhinos

Verified contract

Active on Ethereum with 16,253 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"

0x074264b9f8dccc971dc398e39950ac16525df7bd4fadf6593512a1986ff35173
0x020a2b51156f1b42b2be8d2768976995f8f11d0e80d821aef729d6e8ae3b1159
0xad3de2c7b3213dbd2f78aea36e7cc9b24dc3087807491a8eb62660d5d9286ffa
0xca9fc4e647ffbc2a2cb655cd65e4ddd89013e50301dfd2847b062172c1657197
0x7d1c8a35647905e523cd35a70ea9eaa4ec3e11701515de7b9f1bafb1ff0e7944
From
0x3afc1c96c7b98a3b39c33c4a6acc4fe78e746419b54181b3f086e307a59a44a9
0x2eb4b99476d88375bdc534530e1fb1ec3fdfdb1ecf5d86b19abd184f20812579
0x80844ef27777c65eeee267664562d0fd68390271e547a45489d5b1b7041cfb6a
0x9e2935452a2cedbefb682287c2d4c93988e2a79198bcf76d28d1e82df2412df4
From
0x5f12c8d9267a9ee3d835a0bed3ca1ceb359d1b0a24a0128a04a4e09075440d0f

Functions
Getter at block 21272778
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(