JRNY Metaverse Box

Verified contract

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

No balances found for "JRNY Metaverse Box"

0xc73d07ab54ee1a9d449b52f9a4cea2080b090de544c7a7ab3466dd596dec2fca
0xed10b3a4b800ad8481c5478f00a82c013dd21b960036bc30ed6568c10c423a91
0x682e73c10f4f07d53f8d7911778b8ecf0ffd726ac660e1cee1c7fbda164705e4
0xc3e7eae7ad75f03f99b8bc68760e158d12b2bdde5bd6a0ba1b8c028427281c17
0x40310ea2ee95a59309f60482ca5612253159991be4d66f00c7b3cddac7865327
0x661cef84bedcbe46c86b4b6074a8e2431e4ef578c7e1df787786e85f734762c7
0x6015b7ab48e5fd4db59f26b9e3a44a427e96fed197cb2b85654dbd537e9a2dbd
0xd8b07a1002a3105b9ee72d7360a322f9bc02f27c0862b1fadcf873693385a708
0x34f536125d25295371f1eecea069354066699091df22db04cb8cadc26437d884
0x5cf65277ffc920be23e0cbcabaff64d0e48b5ea04d8887d9c670eac15086cec7

Functions
Getter at block 21173673
TOTAL_SUPPLY(view returns (uint256)
10000
baseTokenURI(view returns (string)
https://metaversebox.jrny.club/api/metadata/
baseUriLocked(view returns (bool)
false
 
getWhitelist(view returns (struct JRNYMetaverseBoxWLContract[])
indexNum(view returns (uint256)
5
isMintActive(view returns (bool)
true
name(view returns (string)
JRNY Metaverse Box
owner(view returns (address)
0xad271a18324e98a38531c13537d15066edbf13c5
symbol(view returns (string)
JMB
totalSupply(view returns (uint256)
10000
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)
isContractWhitelisted(address contractAddressview returns (bool)
isTokenUsed(addressuint256view returns (bool)
mintPriceForContract(address contractAddressview 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[])
usedTokensIn(address contractAddressuint256 startIduint256 endIdview returns (uint256[])
whitelist(uint256view returns (address contractAddressuint256 priceuint256 startuint256 endbool isWhitelisted)
State-modifying
approve(address touint256 tokenId
editTokenNameAndTicker(string _tokenNamestring _ticker
lockBaseTokenUri(
mint(address nftContractuint256[] tokenIdspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setMintStatus(bool newStatus
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistContracts(address[] contractAddresesbool[] statusesuint256[] pricesuint256[] startDatesuint256[] endDates
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(address newOwner
Fallback and receive

This contract contains no fallback and receive objects.

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