ProjectAtmosSYI

Verified contract

Active on Ethereum with 1,701 txns
Deployed by via 0xa5e393fe at 15015830
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional variables

No balances found for "ProjectAtmosSYI"

0x8a062edea48a92bf6953abfe1260b68395c81f00479c0e6e0b8ae9aeb0cf69a1
0x2aa1bb163d4ade589925e5f58743010815b8c165d33cebe37913b8e0339137ce
0x99f45954c2627aad5b5a8d868a0e342a9d6f3f9404d16b43cca12b605f152925
0x7d7ccbd10af484344ea63a89ec93c7359ff1cbf6abcbb7e6adbcc08f8009ac38
0x599f7583d51482d7d3d11c0a74284c8630669c57615975d9beea66392948aabd
0x8112731e108dc3ad782298b37e297db6aa8d9a5a54716474c38a65173718308a
0x77da0aa2d6b63613f40c9eb24d58d582af545806c80983c2d035969780f0d710
0x8e6d23d3ab9e85bfa7aee5dcae0094d99d89740d9c945a19466f20b54fc0b6ff
0x655c7e61e74ba3a7c5a3cbfefb0695c4c5e303d04f157e48f316ef81d7848ff2
0xe11a19175c105019a772235c0c41ae30446c9d4d99e68431118772dc7f5b063c

Functions
Getter at block 21161038
MAX_MINT_PER_TRANSAC(view returns (uint256)
69
MAX_SUPPLY(view returns (uint256)
10000
MINT_PRICE(view returns (uint256)
30000000000000000
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmPbUc7SMjfobiwdVnVDGDHoQWKwGwaSxNzvRMwRPGK7of/
claimActive(view returns (bool)
false
isPublicMint(view returns (bool)
true
merkleRoot(view returns (bytes32)
0xf89d0c57607a35321ac65de1c925e62cdd25c69fb97f183b1372801d07ed516f
name(view returns (string)
ProjectAtmosSYI
owner(view returns (address)
0x32ebdb4679d6acd5cf1cc1b130a8b0918148b53d
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
AtmosSYI
totalSupply(view returns (uint256)
4676
Read-only
addressClaimedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
claimBalance(address addrview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getAddressClaimedBalance(address _userAddrview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isClaimQualified(bytes32[] merkleProofbytes32 leafuint256 amountaddress addrview returns (bool)
isClaimed(address addrview returns (bool)
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[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
claim(bytes32[] merkleProofbytes32 leafuint256 amountpayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setClaimActive(bool _bool
setIsPublicMint(bool _bool
setMaxMintPerTransac(uint256 limit
setMerkleRoot(bytes32 _merkleRoot
setMintPrice(uint256 _newMintPrice
setNotRevealedURI(string _notRevealedURI
setPaused(bool _bool
setRevealed(bool _bool
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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(string _initBaseURIstring _initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(