Atmos | Exordium Chapter 01
Verified contract
Active on
Ethereum with 4,179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Atmos | Exordium Chapter 01"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101817 | 22 days ago | | | 0 | 0.00023040350 | |
| 20755182 | 2 months ago | | | 0 | 0.000078439700 | |
| 20581447 | 3 months ago | | | 0 | 0.00010352587 | |
| 20581443 | 3 months ago | | | 0 | 0.000088426645 | |
| 20581437 | 3 months ago | | | 0 | 0.000098392998 | |
| 20214444 | 5 months ago | | | 0 | 0.000075751161 | |
| 20207184 | 5 months ago | | | 0 | 0.00024301907 | |
| 20035821 | 6 months ago | | | 0 | 0.0012754171 | |
| 19908872 | 6 months ago | | | 0 | 0.000086929127 | |
| 19890650 | 6 months ago | | | 0 | 0.00049265837 |
ABI
ABI objects
Getter at block 21258883
anyoneCanMint() view returns (bool)
false
claimMerkleRoot() view returns (bytes32)
0x31b2a5092ed728ba8c81b3e80076a883e58ae54496f72a3255145e783c4a9f13
frozen() view returns (bool)
false
maxSupply() view returns (uint256)
2500
mintActivated() view returns (bool)
true
mintActive() view returns (bool)
true
mintData() view returns (uint256, uint256, uint256)
(0, 1, 2500)
mintLimit() view returns (uint256)
1
mintPrice() view returns (uint256)
0
name() view returns (string)
Atmos | Exordium Chapter 01
owner() view returns (address)
0xaed4319236b5b5b21bdcb26165a48a9bc01a50ea
royalty() view returns (uint256)
750
symbol() view returns (string)
EXORDIUM-01
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAccount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 quantity, address target)
airdrop(address[] targets)
allowlistMint(address account, uint256 quantity, bytes32[] proof)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freezeURI()
mint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistRoot(bytes32 newRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setRoyalty(uint256 newFee)
setTreasury(address newTreasury)
toggleActive()
togglePublicMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AllowlistUpdated(bytes32 oldRoot, bytes32 newRoot)
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)
RoyaltyUpdated(uint256 oldFee, uint256 newFee)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TreasuryUpdated(address oldTreasury, address newTreasury)
constructor(string _uri, uint256 _mintLimit, bytes32 _merkleRoot)
receive()
This contract contains no error objects.