ProjectAtmos

Verified contract

Active on Ethereum with 12,904 txns
Deployed by via 0x55431012 at 14855801
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables
Native
Value $0.24
0x028b9beec2f0508477204e7fb9b6e11470fa1667493dbffb7ecede87c4cc5197
0x08e0fefef835eb11401bc492fd6c893901137e3e8ffcc250682bc4c1e93e6472
0x94a30a05c361372bb1f09e2836beb846421a42d99690924cdfa3ec2f25c31f1d
0x472d09ddcb9b484c7dc782a85442df1ff1dde045a8132f40464450534dbda083
0x931b61cdaac9015e6dfbd8822d7a1d84874b46b335167763e2648eaf37b17849
0x373cda85d17d3213d206fdf5ef48cf9cb1d1d24085d4fe0be9bb672dd250719e
0xaf76aa664a7c028ff234d2e4af6b80c66b3eb2b7d0a271964bd78a7249e2fc6c
0x88fc7f76471d002d13222592d47e8afedd9c19cccaf991cc80f06424f7efcf4e
0xd1853245582ff612785c2f203e1f55eb58feeee89b8b15faad4bb8eb64237da3
0xfbe4534447d1e63e0f32d1385e53b14b155985a348af4a719d3786e6bc75adca

Functions
Getter at block 20898993
MAX_MINT_PER_TRANSAC(view returns (uint256)
2
MAX_SUPPLY(view returns (uint256)
6942
MINT_PRICE(view returns (uint256)
0
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmQa3pMP5coq4ruEmt5rKHM9ug6QKR6j5ZqRkkYB2uqRvx/
name(view returns (string)
ProjectAtmos
nftPerAddressLimit(view returns (uint256)
2
owner(view returns (address)
0xa3ec1ef3ed24a1ad737cc905c3b69a3afc4a8720
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
Atmos
totalSupply(view returns (uint256)
6942
Read-only
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getAddressBalance(address _userAddrview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
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
setMintPrice(uint256 _newMintPrice
setNftPerAddressLimit(uint256 _limit
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(