Alya Valley
Verified contract
Active on
Ethereum with 436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Alya Valley"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20927194 | a month ago | | | 0 | 0.00057986907 | |
| 20919894 | a month ago | | | 0 | 0.00064358193 | |
| 20918446 | a month ago | | | 0 | 0.00058433432 | |
| 20917678 | a month ago | | | 0 | 0.00043280062 | |
| 20657164 | 2 months ago | | | 0 | 0.000030749310 | |
| 20005927 | 5 months ago | | | 0 | 0.00054137202 | |
| 19693366 | 7 months ago | | | 0 | 0.00027208846 | |
| 19382514 | 8 months ago | | | 0 | 0.0025585011 | |
| 19354961 | 8 months ago | | | 0 | 0.0023549264 | |
| 19301607 | 9 months ago | | | 0 | 0.0011887650 |
ABI
ABI objects
Getter at block 21185006
MaxperWallet() view returns (uint256)
2
MaxperWalletRaffle() view returns (uint256)
1
MaxperWalletWL() view returns (uint256)
2
Price() view returns (uint256)
500000000000000000
RafflePrice() view returns (uint256)
170000000000000000
RaffleRoot() view returns (bytes32)
0x0369fd5273751a0bfcdd4ed1b3cffe7981878dfe19b0deb8a205681312e1c284
RaffleSupply() view returns (uint256)
400
WhitelistPrice() view returns (uint256)
140000000000000000
WhitelistRoot() view returns (bytes32)
0x0d4129e1ce64e29cc1f1cfdb50cf34730be2e2037765d6dcd8a3d88ec500c381
WhitelistSupply() view returns (uint256)
7400
baseURI() view returns (string)
ipfs://bafybeigc7axs76a3xiyjae2auxusff2o2cd6hj4pvufqxrwfct7axcwbmm/
maxSupply() view returns (uint256)
350
name() view returns (string)
Alya Valley
notRevealedUri() view returns (string)
ipfs://QmX2W25b8TwSUvQjCRcT7ap9Qq2gmr5pEpfSozvZVMXp44
owner() view returns (address)
0xaa399ba67ec9579f44889c4714b27ed9ff8390b9
paused() view returns (bool)
false
preSale() view returns (bool)
false
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
ALYA
totalSupply() view returns (uint256)
337
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events AirdropAlya(uint256 _mintAmount, address[] destination)
MintAlya(uint256 tokens) payable
PreMintAlya(uint256 tokens, bytes32[] merkleProof) payable
RaffleMintAlya(uint256 tokens, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId)
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _newCost)
setRaffleMaxPerWallet(uint256 _limit)
setRafflePrice(uint256 _newRFCost)
setRaffleRoot(bytes32 _merkleRoot)
setRaffleSupply(uint256 _newsupply)
setWhitelistPrice(uint256 _newWlCost)
setWhitelistRoot(bytes32 _merkleRoot)
setWhitelistSupply(uint256 _newsupply)
setWlMaxPerWallet(uint256 _limit)
togglepreSale(bool _state)
togglepublicSale(bool _state)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()