JUMPER
Unverified contract
Proxy
Active on
Base with 55 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 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "JUMPER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21762380 | 2 days ago | | | 0 | 2.8340613e-7 | |
| 17013407 | 4 months ago | | | 0 | 2.8270134e-7 | |
| 16659888 | 4 months ago | | | 0 | 0.000000401479137675 | |
| 16611711 | 4 months ago | | | 0 | 2.7185617e-7 | |
| 16528121 | 4 months ago | | | 0 | 2.8816764e-7 | |
| 16399272 | 4 months ago | | | 0 | 2.7980826e-7 | |
| 16391552 | 4 months ago | | | 0 | 3.7596424e-7 | |
| 16193600 | 4 months ago | | | 0 | 0.000000094537162125 | |
| 15170103 | 5 months ago | | | 0 | 0.000000067522163835 | |
| 14368387 | 6 months ago | | | 0 | 0.0000038757228 |
ABI
ABI objects
Getter at block 21865995 editionInfo() view returns (struct ISoundEditionV2_1EditionInfo info)
ADMIN_ROLE() view returns (uint256)
1
BPS_DENOMINATOR() view returns (uint16)
10000
GA_TIER() view returns (uint8)
0
MINTER_ROLE() view returns (uint256)
2
V2_1() view returns (bool)
true
baseURI() view returns (string)
ar://_KgTv2zKOp4gZC90P_vSrh6DIWYgyfy1j1ZX9TyNzFE/
contractURI() view returns (string)
ar://CsxNbIdvoNX5h1TskztUnG8l0bWaMV5L4A5rCOzu5wU/
fundingRecipient() view returns (address)
0xfae198041f57fdef505519667335ac6a4ebc0fc3
isCreateTierFrozen() view returns (bool)
false
isMetadataFrozen() view returns (bool)
false
metadataModule() view returns (address)
0x0000000000f5a96dc85959caeb0cfe680f108fb5
name() view returns (string name_)
JUMPER
nextTokenId() view returns (uint256)
508
owner() view returns (address result)
0xf1a9b9a5521f69f4b925202ae0300ea72e63b3f0
royaltyBPS() view returns (uint16)
1000
symbol() view returns (string symbol_)
JUMPER
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
507
totalSupply() view returns (uint256)
507
Read-only
balanceOf(address owner) view returns (uint256)
cutoffTime(uint8 tier) view returns (uint32)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
explicitTokenTier(uint256 tokenId) view returns (uint8)
explicitTokenURI(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
hasAllRoles(address user, uint256 roles) view returns (bool)
hasAnyRole(address user, uint256 roles) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isFrozen(uint8 tier) view returns (bool)
maxMintable(uint8 tier) view returns (uint32)
maxMintableLower(uint8 tier) view returns (uint32)
maxMintableUpper(uint8 tier) view returns (uint32)
mintConcluded(uint8 tier) view returns (bool)
mintRandomness(uint8 tier) view returns (uint256 result)
mintRandomnessEnabled(uint8 tier) view returns (bool)
mintRandomnessOneOfOne(uint8 tier) view returns (uint32)
numberBurned(address owner) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
rolesOf(address user) view returns (uint256 roles)
royaltyInfo(uint256, uint256 salePrice) view returns (address recipient, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierInfo(uint8 tier) view returns (struct ISoundEditionV2_1TierInfo info)
tierMinted(uint8 tier) view returns (uint32)
tierTokenIdIndex(uint256 tokenId) view returns (uint256)
tierTokenIds(uint8 tier) view returns (uint256[] tokenIds)
tierTokenIdsIn(uint8 tier, uint256 start, uint256 stop) view returns (uint256[] tokenIds)
tokenTier(uint256 tokenId) view returns (uint8)
tokenTiers(uint256[] tokenIds) view returns (uint8[] tiers)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(uint8 tier, address[] to, uint256 quantity) payable returns (uint256 fromTokenId)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
createSplit(address splitMain, bytes splitData) returns (address split)
createTier(struct ISoundEditionV2_1TierCreation creation)
emitAllMetadataUpdate()
freezeCreateTier()
freezeMetadata()
freezeTier(uint8 tier)
grantRoles(address user, uint256 roles) payable
initialize(struct ISoundEditionV2_1EditionInitialization init)
mint(uint8 tier, address to, uint256 quantity) payable returns (uint256 fromTokenId)
renounceOwnership() payable
renounceRoles(uint256 roles) payable
requestOwnershipHandover() payable
revokeRoles(address user, uint256 roles) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setCutoffTime(uint8 tier, uint32 cutoff)
setFundingRecipient(address recipient)
setMaxMintableRange(uint8 tier, uint32 lower, uint32 upper)
setMetadataModule(address module)
setMintRandomnessEnabled(uint8 tier, bool enabled)
setRoyalty(uint16 bps)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
withdrawERC20(address[] tokens)
withdrawETH()
Airdropped(uint8 tier, address[] to, uint256 quantity, uint256 fromTokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string baseURI)
BatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURISet(string contractURI)
CreateTierFrozen()
CutoffTimeSet(uint8 tier, uint32 cutoff)
ERC20Withdrawn(address recipient, address[] tokens, uint256[] amounts, address caller)
ETHWithdrawn(address recipient, uint256 amount, address caller)
FundingRecipientSet(address recipient)
MaxMintableRangeSet(uint8 tier, uint32 lower, uint32 upper)
MetadataFrozen(address metadataModule, string baseURI, string contractURI)
MetadataModuleSet(address metadataModule)
MintRandomnessEnabledSet(uint8 tier, bool enabled)
Minted(uint8 tier, address to, uint256 quantity, uint256 fromTokenId)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
RoyaltySet(uint16 bps)
SoundEditionInitialized(struct ISoundEditionV2_1EditionInitialization init)
TierCreated(struct ISoundEditionV2_1TierCreation creation)
TierFrozen(uint8 tier)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotBurnImmediately()
CreateTierIsFrozen()
ExceedsAvailableSupply()
InvalidFundingRecipient()
InvalidMaxMintableRange()
InvalidQueryRange()
InvalidRoyaltyBPS()
InvalidTokenTier()
MetadataIsFrozen()
MintERC2309QuantityExceedsLimit()
MintHasConcluded()
MintNotConcluded()
MintToZeroAddress()
MintZeroQuantity()
MintsAlreadyExist()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TierAlreadyExists()
TierDoesNotExist()
TierIsFrozen()
TierMintsAlreadyExist()
TierQueryForNonexistentToken()
TokenIdsNotStrictlyAscending()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()
ZeroTiersProvided()