Atmos | Exordium Chapter 02
Verified contract
Active on
Ethereum with 1,441 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 02"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20581403 | 4 months ago | | | 0 | 0.00011070831 | |
| 20581398 | 4 months ago | | | 0 | 0.00012815415 | |
| 20581394 | 4 months ago | | | 0 | 0.00011538527 | |
| 20253371 | 5 months ago | | | 0 | 0.000079492385 | |
| 20214812 | 5 months ago | | | 0 | 0.000061115028 | |
| 20179688 | 6 months ago | | | 0 | 0.00019702715 | |
| 20093418 | 6 months ago | | | 0 | 0.00019246613 | |
| 19890648 | 7 months ago | | | 0 | 0.00053554801 | |
| 19890505 | 7 months ago | | | 0 | 0.00051522639 | |
| 19855974 | 7 months ago | | | 0 | 0.00033345188 |
ABI
ABI objects
Getter at block 21405973
anyoneCanMint() view returns (bool)
true
claimMerkleRoot() view returns (bytes32)
0xfcd9dd38a5c8a71bcb1764b8bc6bb21f955bf82f008dd92903938f59aa93ab2a
frozen() view returns (bool)
false
maxSupply() view returns (uint256)
3000
mintActivated() view returns (bool)
true
mintActive() view returns (bool)
true
mintData() view returns (uint256, uint256, uint256)
(0, 3, 3000)
mintLimit() view returns (uint256)
3
mintPrice() view returns (uint256)
0
name() view returns (string)
Atmos | Exordium Chapter 02
owner() view returns (address)
0xaed4319236b5b5b21bdcb26165a48a9bc01a50ea
royalty() view returns (uint256)
750
symbol() view returns (string)
EXORDIUM-02
totalSupply() view returns (uint256)
3000
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)
setAllowlistAndMintLimit(bytes32 newRoot, uint256 newLimit)
setAllowlistRoot(bytes32 newRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMintLimit(uint256 newLimit)
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)
MintLimitUpdated(uint256 oldLimit, uint256 newLimit)
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.