JRNY NFT Club
Verified contract
Active on
Ethereum with 14,456 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 103.737905B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268506 | 8 hours ago | | | 0 | 0.00046355809 | |
| 21268487 | 8 hours ago | | | 0 | 0.00040295549 | |
| 21268410 | 8 hours ago | | | 0 | 0.00043624777 | |
| 21268396 | 8 hours ago | | | 0 | 0.00041194127 | |
| 21265627 | 18 hours ago | | | 0 | 0.0015175464 | |
| 21263919 | a day ago | | | 0 | 0.00067036547 | |
| 21261270 | a day ago | | | 0 | 0.00041537035 | |
| 21261212 | a day ago | | | 0 | 0.00042869706 | |
| 21255168 | 2 days ago | | | 0 | 0.00048684016 | |
| 21255129 | 2 days ago | | | 0 | 0.00087516128 |
ABI
ABI objects
Getter at block 21270928
MAX_SUPPLY() view returns (uint256)
10000
baseTokenURI() pure returns (string)
https://storage.googleapis.com/mintpass/voyager
name() view returns (string)
JRNY NFT Club
owner() view returns (address)
0xad271a18324e98a38531c13537d15066edbf13c5
symbol() view returns (string)
JNC
totalSupply() view returns (uint256)
4982
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
factoryMint(address _to)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFactoryAddress(address _factoryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.