ProjectAtmos
Verified contract
Active on
Ethereum with 12,911 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.37)
Native
Value
$0.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,703.34 |
$0.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219750 | 12 days ago | | | 0 | 0.00044124510 | |
| 21109594 | a month ago | | | 0 | 0.00020471483 | |
| 21105953 | a month ago | | | 0 | 0.000088474043 | |
| 21102726 | a month ago | | | 0 | 0.00019428892 | |
| 21067130 | a month ago | | | 0 | 0.00032872866 | |
| 21037134 | a month ago | | | 0 | 0.00036796060 | |
| 20918057 | 2 months ago | | | 0 | 0.00065451806 | |
| 20799069 | 2 months ago | | | 0 | 0.00025700446 | |
| 20649191 | 3 months ago | | | 0 | 0.000066483874 | |
| 20546526 | 3 months ago | | | 0 | 0.000021881482 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAddressBalance(address _userAddr) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
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)
setMintPrice(uint256 _newMintPrice)
setNftPerAddressLimit(uint256 _limit)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()