ProjectAtmosSYI
Verified contract
Active on
Ethereum with 1,701 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
No balances found for "ProjectAtmosSYI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102724 | 8 days ago | | | 0 | 0.00019460950 | |
| 20573857 | 3 months ago | | | 0 | 0.000061727486 | |
| 20566888 | 3 months ago | | | 0 | 0.00024718438 | |
| 20546525 | 3 months ago | | | 0 | 0.000022912242 | |
| 20279913 | 4 months ago | | | 0 | 0.000075719726 | |
| 20251746 | 4 months ago | | | 0 | 0.00010872868 | |
| 19609411 | 7 months ago | | | 0 | 0.00029016317 | |
| 19469090 | 8 months ago | | | 0 | 0.00090541925 | |
| 19009180 | 10 months ago | | | 0 | 0.00088920921 | |
| 18989032 | 10 months ago | | | 0 | 0.00038351033 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
claimBalance(address addr) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAddressClaimedBalance(address _userAddr) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimQualified(bytes32[] merkleProof, bytes32 leaf, uint256 amount, address addr) view returns (bool)
isClaimed(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
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 approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(bytes32[] merkleProof, bytes32 leaf, uint256 amount) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()