ANOME

Verified contract

Active on Ethereum with 1,726 txns
Deployed by via 0x98bd3ec5 at 18140446
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ANOME"

0xdc1da3f519c3c74fe6cb394865f0c594c99b0d5377fa19e6568062ec2df3f0c6
0xce67a75b9f9c2eeea7bce2af997b44230c1da054473f3933223e1780d89477de
0xc6ab83c5fa4e6c0c99b3c5ae5b92a373c259bf875413d216de4f82752145a19a
0xfbe8dafbdf335745cf7a9b8272714535c5b61c0dff190df274f4eb622fb578d7
0x7644802a6945179fa0ea74c6b8ae3286b62079f3c65e7ffba1e6ab45c487ad99
0x91310e824c7b4988194e6ddd23c6433ac07746e36d717441ef6a1c18c8889c75
0x67f10f711d1cf357e9f0c0a40a69f719a8ddc7e84abcc2a34739c502d4c15830
0x3a742d805ec55d2abaec0a886c525364e71ea4771229b89f34d590fddc20887f
0xe34a2a34db074e0753e70bb468c99c2b6cec37b3d218f0a1cbc331b47defd3d2
0xfdd9d3abd7db22b6de4172bcf8c2013ba2420c7d9712bb80a982fe6d7dc75429

Functions
Getter at block 21223679
MAX_ID(view returns (uint256)
2000
name(view returns (string)
ANOME
owner(view returns (address)
0x7cdf9024f7d8db94c1f74f013497e2550e1ad538
paused(view returns (bool)
false
startsAt(view returns (uint256)
1694779200
symbol(view returns (string)
ANOME
totalMinted(view returns (uint256)
2502
totalSupply(view returns (uint256)
2502
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintsOf(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(bytes32[] _proofpayable 
mint(uint256 _mintsaddress _to
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symbolstring __baseTokenUriuint256 _startsAt
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMint(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMerkle(
InvalidQueryRange(
InvalidTokenId(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(