ProjectAtama

Verified contract

Active on Ethereum with 3,867 txns
Deployed by via 0x231eed34 at 15296325
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "ProjectAtama"

0x8892cac99292ac6bc099427e6aea52b2b0ba7046b01beebf3c3304599d2aa7e6
0x066eeb0aa9ceeb2e725d6c8062cd2f645948ee74bef0afdd50f113afc59f78c1
0xda0ee5fbf56038471d610a0da11984b54ac01a1c4a75f1bea85c076774c39422
0x106ded1cf082af9f133c78872c2823449457523b7c7d18d6fb5348f8ca6a87fb
0x4e2fb16b42607d309b238ea21dc1c5aa3dd426609abac60954f08c924a1976bf
0x984409c0c865f2453cdc227f9a3c47de964430dd53d2f13a4e250e92597d9aac
0x5f5f3c261dd9377643dce8fe369eae6372e48a83c4c0333645814e3f649e5e00
0xd9db87bd1ee099cdd9a4440c92685392d7209231a30817bc4f59c55f30bd1467
0x89d49d83279dbe7f354cb22c810dd6da91d4060a8d504b183bd4241fa2128c9f
0x9f3932225480bc8fc198ae38e426105e1ede549bd3bd67ecbf9a32fd8ca972b6

Functions
Getter at block 21217843
hiddenMetadataUri(view returns (string)
https://ipfs.io/ipfs/QmSfdAAEnAMqbuVjQxkKwgPFyKB4FKGpajFUbnbyYGiCV1/hidden.json
maxPublicMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
666
maxTeamMintAmountPerWallet(view returns (uint256)
350
maxWhitelistMintAmountPerWallet(view returns (uint256)
350
merkleRoot1(view returns (bytes32)
0xf86e588c8a6dd0a8bb7db11283f73785e967a2d353670c7ee7f38dbe95fd1ee6
merkleRoot2(view returns (bytes32)
0x429fad122ec909bd3c0a3da4dd3b04b9a8b7409ae1e2cd3e4f39ec2cef6f928d
name(view returns (string)
ProjectAtama
owner(view returns (address)
0x2a45765517c41bbea6376b1fff96939a6f8bf35a
paused(view returns (bool)
true
publicMintCost(view returns (uint256)
180000000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
PA
teamMintCost(view returns (uint256)
0
teamMintEnabled(view returns (bool)
false
totalSupply(view returns (uint256)
666
uriPrefix(view returns (string)
https://ipfs.io/ipfs/QmPNonCBvFuX3N2w4nSX9ZEk2573iodP3h8jHA19eqs6N7/
uriSuffix(view returns (string)
.json
whitelistMintCost(view returns (uint256)
180000000000000000
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxPublicMintAmountPerTx(uint256 _maxPublicMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setMaxTeamMintAmountPerWallet(uint256 _maxTeamMintAmountPerWallet
setMaxWhitelistMintAmountPerWallet(uint256 _maxWhitelistMintAmountPerWallet
setMerkleRoot1(bytes32 _merkleRoot
setMerkleRoot2(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setTeamMintEnabled(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
teamMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(