AyaStellar
Verified contract
Active on
Ethereum with 1,485 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 "AyaStellar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21295726 | 4 days ago | | | 0 | 0.00047728269 | |
| 21295716 | 4 days ago | | | 0 | 0.00046895029 | |
| 21295704 | 4 days ago | | | 0 | 0.00048946045 | |
| 21295695 | 4 days ago | | | 0 | 0.00050606430 | |
| 21295684 | 4 days ago | | | 0 | 0.00050084514 | |
| 21295670 | 4 days ago | | | 0 | 0.00052392373 | |
| 21295656 | 4 days ago | | | 0 | 0.00050082993 | |
| 21162904 | 23 days ago | | | 0 | 0.00077936574 | |
| 20863718 | 2 months ago | | | 0 | 0.00078926241 | |
| 20863669 | 2 months ago | | | 0 | 0.0010763799 |
ABI
ABI objects
Getter at block 21326583
MAX_SUPPLY() view returns (uint256)
2222
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
allowlistMintCost() view returns (uint256)
50000000000000000
isAllowList() view returns (bool)
false
isPublic() view returns (bool)
true
maxPerWallet() view returns (uint256)
50
maxPerWalletAl() view returns (uint256)
4
merkleRoot() view returns (bytes32)
0x3be95c6ca0e8ceb297902b1602f9e2e30966d8fede0210c681c8e29b72b1e9a4
name() view returns (string)
AyaStellar
owner() view returns (address)
0xe24ff5a98124eff5711ae828f8e8ed9fd4b5528d
publicMintCost() view returns (uint256)
55000000000000000
symbol() view returns (string)
AYA Stellar
totalSupply() view returns (uint256)
984
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256[] quantity, address[] recipient)
allowListMint(uint256 count, bytes32[] proof) payable
approve(address operator, uint256 tokenId)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowListMintCost(uint256 mintCost)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI, string newSuffix)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxPerWalletAL(uint256 _maxPerWallet)
setMerkleRoot(bytes32 newMerkleRoot)
setPublicMintCost(uint256 mintCost)
toggleAllowList()
togglePublicSale()
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)