Anatomy Degens

Verified contract

Active on Ethereum with 2,149 txns
Deployed by via 0xa33a2dd6 at 15197627
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $56.8
0x5b391e9a64e555e1e2eb30cd45a4db6683680364766edf4ccfd687f6c86cfff9
0xaadcf2fe83663a366d8f77ce7bc49087684a615d8ccb26db418f9bc93ee8778a
0x3f02a3eb5cb70b1f8cb222ef421ae2bddf812a0d5048dce9c6acc84a1fa2111c
0x295b2ecdf7e004f6db6a9b2da4fcf781a8ebf2b06e1fc9494324e490a57a350a
0x019e3a411b607bfc1df820f57fbc405b295fd27a07622250eed63fd6c561232d
0x50dbd53374b92a0356da07a340b371703b1d98bc570e554e6d2a96ad2af40c10
0xb214b0423d3b45565b4711bb94eadb174324c33d92e3ef70f88d0d6d6252c70c
0xe2f81efa6c0b1beff8f6e8a17ff892042bedae645e0de480bddc4f1f14b6ad5b
0xcc5aa444719c51a7341ba2400a3bd6b8a8e1e49c1a0313ea8a1fbdaf8a2255e1
0x33c1f8ed93116dc4070a9636faff177f891fb6bd615f2abd2b605b6e8edef583

Functions
Getter at block 21217742
FREE_PER_WALLET(view returns (uint256)
4
MAX_PER_WALLET(view returns (uint256)
10
MINT_PRICE(view returns (uint256)
10000000000000000
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
10000
name(view returns (string)
Anatomy Degens
owner(view returns (address)
0xd7fb792d3b2e1ad5d972c51ed8f4c551e184a5bf
symbol(view returns (string)
AD
totalSupply(view returns (uint256)
6830
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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