Atmos Juggernaut 2024
Unverified contract
Proxy
Active on
Base with 6 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 7 additional slots
20 additional
variables
Balances ($0.00)
No balances found for "Atmos Juggernaut 2024"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22722903 | 11 hours ago | | | 0 | 0.000018343369 | |
| 22720832 | 12 hours ago | | | 0 | 0.00012607431 | |
| 22720775 | 12 hours ago | | | 0.001 | 0.000017911740 | |
| 22720752 | 12 hours ago | | | 0 | 0.00046390115 | |
| 22720748 | 12 hours ago | | | 0 | 0.000053727019 | |
| 22720745 | 12 hours ago | | | 0 | 0.00015639883 |
ABI
ABI objects
Getter at block 22742144
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition() view returns (uint256 startTimestamp, uint256 maxClaimableSupply, uint256 supplyClaimed, uint256 quantityLimitPerWallet, bytes32 merkleRoot, uint256 pricePerToken, address currency, string metadata)
(startTimestamp=0, maxClaimableSupply=0, supplyClaimed=0, quantityLimitPerWallet=0, merkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, pricePerToken=0, currency=0x0000000000000000000000000000000000000000, metadata=)
contractType() pure returns (bytes32)
0x5369676e617475726544726f7000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://Qmchu34SzHAesy53u5TAxXHGBypTdZXTzQeLJNEcgKkNhL
contractVersion() pure returns (uint8)
5
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=SignatureMintERC721, version=1, chainId=8453, verifyingContract=0x7b8f13e346246a882b770da1359ff74cb6d96cc2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getBaseURICount() view returns (uint256)
1
getDefaultRoyaltyInfo() view returns (address, uint16)
(0x251184cf3d5c89429a8fee4fcacde85b8755e032, 500)
getFlatPlatformFeeInfo() view returns (address, uint256)
(0x0000000000000000000000000000000000000000, 0)
getPlatformFeeInfo() view returns (address, uint16)
(0x0000000000000000000000000000000000000000, 0)
getPlatformFeeType() view returns (uint8)
0
name() view returns (string)
Atmos Juggernaut 2024
nextTokenIdToMint() view returns (uint256)
381
owner() view returns (address)
0x9a037337a7109ee675bffd3d9470aed0106b6756
primarySaleRecipient() view returns (address)
0x251184cf3d5c89429a8fee4fcacde85b8755e032
symbol() view returns (string)
CAJ
totalMinted() view returns (uint256)
2
totalSupply() view returns (uint256)
2
Read-only
balanceOf(address owner) view returns (uint256)
batchFrozen(uint256) view returns (bool)
encryptDecrypt(bytes data, bytes key) pure returns (bytes result)
encryptedData(uint256) view returns (bytes)
getApproved(uint256 tokenId) view returns (address)
getBatchIdAtIndex(uint256 _index) view returns (uint256)
getRevealURI(uint256 _batchId, bytes _key) view returns (string revealedURI)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
getSupplyClaimedByWallet(address _claimer) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isEncryptedBatch(uint256 _batchId) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verify(struct ISignatureMintERC721MintRequest _req, bytes _signature) view returns (bool success, address signer)
verifyClaim(address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropSinglePhaseAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropSinglePhaseAllowlistProof _allowlistProof, bytes _data) payable
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _saleRecipient, address _royaltyRecipient, uint128 _royaltyBps, uint128 _platformFeeBps, address _platformFeeRecipient)
lazyMint(uint256 _amount, string _baseURIForTokens, bytes _data) returns (uint256 batchId)
mintWithSignature(struct ISignatureMintERC721MintRequest _req, bytes _signature) payable returns (address signer)
renounceRole(bytes32 role, address account)
reveal(uint256 _index, bytes _key) returns (string revealedURI)
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)
setClaimConditions(struct IClaimConditionClaimCondition _condition, bool _resetClaimEligibility)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setFlatPlatformFeeInfo(address _platformFeeRecipient, uint256 _flatFee)
setOwner(address _newOwner)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPlatformFeeType(uint8 _feeType)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ClaimConditionUpdated(struct IClaimConditionClaimCondition condition, bool resetEligibility)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
EIP712DomainChanged()
FlatPlatformFeeUpdated(address platformFeeRecipient, uint256 flatFee)
Initialized(uint8 version)
MetadataFrozen()
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
PlatformFeeTypeUpdated(uint8 feeType)
PrimarySaleRecipientUpdated(address indexed recipient)
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)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokenURIRevealed(uint256 indexed index, string revealedURI)
TokensClaimed(address indexed claimer, address indexed receiver, uint256 indexed startTokenId, uint256 quantityClaimed)
TokensLazyMinted(uint256 indexed startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI)
TokensMintedWithSignature(address indexed signer, address indexed mintedTo, uint256 indexed tokenIdMinted, struct ISignatureMintERC721MintRequest mintRequest)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()