JRNY Metaverse Box

Verified contract

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

0x584d7ccc35e88a0e7239fd05063e2df3f0e687b88f5fc845e1409c571c7452b2
0x96b67e6fc4424c7a9008868af8acb1071728cdd18d9fa38d4b0c9546cb02da7f
0x66a7aba7584069fa0a47a56b84249d1c5f507b983fdceff5bb01fe2cade68ff6
0x2446c054bb58e9b30594fd3a28c836461474943a66cf3b867ca031b232117e1d
0xf8f4c1a575883b8ed3b5a5158c25b047cddbe09fe968b3546e6826d7a96e3ad1
0x7b47fec46d2529ffd01925efe129140239ec66ff543d28f4087ae904182fb624
0xa42baf183c6f316d0365741d015674047bc25384a472ac5e4436ed313c5428a8
0x4550c3585e28e9d5eab555b29f819e1c1a45eca368ced6d31a31cf0a0a1e4cb0
0xf428b150b4b4848062e6e50544eeae8b14e5bdb274e19bd3bff93f392b5fa266
0x8022c2fac488bdf5a582325d38497b316b09e228231081f6ba79accf472d48fa

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