ProjectAtmos

Verified contract

Active on Ethereum with 12,911 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.37
0xe75f644e84cd5ddd01f8669d0671a6a0891c9b705de41e3f93db6ed323735fd8
0xf94c34f800bbe44d8721d144db793eae2c5f3da411569945e995f132174460e9
0x4d6b4d66648088bb1ad2d3d1559ffbe873edd57359eea41a1e31a801c1ce0d85
0x6c52c048f3fbd141d25f03b7d25ed8acb74f80b31b410db43a893300ceb87c44
0x2122175fe5b71295634e60baa3c2e53b61b7f47b8c4ce7f05796912012908e2e
0x472c2bbf0d6c02711fec75aed65c2d695366cf298e28b771138d4bfc3e29b799
0x1281bba7000fab35b9237f413482758c2836794975ecf4d25cb3acc989d507a2
0x028b9beec2f0508477204e7fb9b6e11470fa1667493dbffb7ecede87c4cc5197
0x08e0fefef835eb11401bc492fd6c893901137e3e8ffcc250682bc4c1e93e6472
0x94a30a05c361372bb1f09e2836beb846421a42d99690924cdfa3ec2f25c31f1d

Functions
Getter at block 21305411
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(