ProjectAtama
Verified contract
Active on
Ethereum with 3,867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "ProjectAtama"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21215745 | 7 hours ago | | | 0 | 0.0011952758 | |
| 21215739 | 7 hours ago | | | 0 | 0.0010713118 | |
| 21155526 | 9 days ago | | | 0 | 0.00058567647 | |
| 21119764 | 14 days ago | | | 0 | 0.00018082302 | |
| 21093099 | 17 days ago | | | 0 | 0.00038835712 | |
| 21092506 | 17 days ago | | | 0 | 0.00040345488 | |
| 21074233 | 20 days ago | | | 0 | 0.00021331583 | |
| 21051889 | 23 days ago | | | 0 | 0.00032255132 | |
| 21051739 | 23 days ago | | | 0 | 0.00026294864 | |
| 21038618 | 25 days ago | | | 0 | 0.00033659320 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 _mintAmount, bytes32[] _merkleProof) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()