Anatomy Degens
Verified contract
Active on
Ethereum with 2,149 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($56.80)
Native
Value
$56.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.018 | $3,155.29 |
$56.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20496766 | 3 months ago | | | 0 | 0.000061233923 | |
| 20496746 | 3 months ago | | | 0 | 0.000065306942 | |
| 20496710 | 3 months ago | | | 0 | 0.000064336907 | |
| 20496673 | 3 months ago | | | 0 | 0.000054630439 | |
| 20496640 | 3 months ago | | | 0 | 0.000059224701 | |
| 19645696 | 7 months ago | | | 0 | 0.00046692289 | |
| 19206669 | 9 months ago | | | 0 | 0.0028008090 | |
| 18198209 | a year ago | | | 0 | 0.00017674808 | |
| 17472473 | a year ago | | | 0 | 0.0024018272 | |
| 17472102 | a year ago | | | 0 | 0.0023930931 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
devMint(address to, uint256 count)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string url)
setMaxSupply(uint256 newMaxSupply)
start()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()