Jumper Loyalty Pass PFPs
Unverified contract
Proxy
Active on
Base with 649 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001096 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21964424 | 17 hours ago | | | 0 | 1.9957470e-7 | |
| 21959974 | 19 hours ago | | | 0 | 1.3323700e-7 | |
| 21803288 | 4 days ago | | | 0 | 1.7653191e-7 | |
| 21803243 | 4 days ago | | | 0 | 1.7823273e-7 | |
| 21797598 | 5 days ago | | | 0 | 1.7643251e-7 | |
| 21797462 | 5 days ago | | | 0 | 0.0000012778172 | |
| 21790928 | 5 days ago | | | 0 | 1.4373170e-7 | |
| 21761900 | 5 days ago | | | 0 | 0.000000303863018185 | |
| 21761677 | 5 days ago | | | 0 | 0.000000301861185801 | |
| 21759832 | 5 days ago | | | 0 | 0.000000303934173541 |
ABI
ABI objects
Getter at block 21994749 proxiableUUID() view returns (bytes32)
CLAIM_ISSUER_ROLE() view returns (bytes32)
0xdf6bc58af35302f8541fb5d0da6c4472be7fc3a416bf34042d13743ac0a50915
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
communityId() view returns (bytes12)
0x66238a8162c60c053ac436e6
creator() view returns (address)
0xc28de126e148361cad06a235eb39651652360ba0
description() view returns (string)
Jumper Loyalty Pass PFPs are dynamic NFTs made with Mercle's infrastructure to provide Loyalty Pass holders a true reflection of their Jumper profile. With hundreds of assets to unlock, these PFPs evolve as you keep interacting with Jumper Exchange.
isOpenMint() view returns (bool)
false
isTradable() view returns (bool)
false
name() view returns (string)
Jumper Loyalty Pass PFPs
symbol() view returns (string)
JMPFP
Read-only
balanceOf(address owner) view returns (uint256)
campaignExist(bytes12 id) view returns (bool)
campaigns(bytes12) view returns (bytes32 merkleRoot, uint64 expireAt)
getActiveTokenId(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenDetailsBulk(uint256 _fromTokenId, uint256 _toTokenId) view returns (struct MembershipNFTV3_4TokenData[])
getTokenIdsForOwner(address owner) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isCampaignActive(bytes12 id) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events __DefaultOperatorFilterer_init()
__OperatorFilterer_init(address subscriptionOrRegistrantToCopy, bool subscribe)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
createCampaign(bytes12 campaignId, bytes32 merkleRoot, uint64 expireAt)
disableCampaign(bytes12 campaignId)
grantRole(bytes32 role, address account)
initialize(address claimIssuer, address _creator, bytes12 _communityId, string _name, string _symbol, string _description, bytes12 campaignId, bytes32 merkleRoot, uint64 expireAt, bool _isOpenMint, bool _isTradable)
mintNFT(address recipient, string tokenUri) returns (uint256)
mintNFTCampaign(bytes12 campaignId, bytes32[] proof, bytes sign, address recipient, string tokenUri) returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setIsOpenMint(bool _isOpenMint)
setIsTradable(bool _isTradable)
transferFrom(address from, address to, uint256 tokenId)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)