Anatomy Science Ape Club
Verified contract
Active on
Ethereum with 6,358 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Anatomy Science Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21016003 | 21 days ago | | | 0 | 0.00043991516 | |
| 20987269 | 25 days ago | | | 0 | 0.0010573935 | |
| 20987266 | 25 days ago | | | 0 | 0.0012823519 | |
| 20972608 | a month ago | | | 0 | 0.00062032946 | |
| 20942068 | a month ago | | | 0 | 0.00070641966 | |
| 20840556 | 2 months ago | | | 0 | 0.00063441538 | |
| 20817938 | 2 months ago | | | 0 | 0.00051781685 | |
| 20742323 | 2 months ago | | | 0 | 0.00030708177 | |
| 20672494 | 2 months ago | | | 0 | 0.00014145988 | |
| 20379316 | 4 months ago | | | 0 | 0.00023345500 |
ABI
ABI objects
Getter at block 21168068
FREE_MINT_MAX_QTY() view returns (uint256)
800
GIFT_MAX_QTY() view returns (uint256)
80
MAX_QTY_PER_WALLET() view returns (uint256)
20
PAID_MINT_MAX_QTY() view returns (uint256)
7120
PRICE() view returns (uint256)
39000000000000000
TOTAL_MAX_QTY() view returns (uint256)
8000
TOTAL_MINT_MAX_QTY() view returns (uint256)
7920
giftedQty() view returns (uint256)
80
maxFreeQtyPerWallet() view returns (uint256)
1
mintedQty() view returns (uint256)
7920
name() view returns (string)
Anatomy Science Ape Club
owner() view returns (address)
0x1b68859786150127840b6639bc85383112ae1350
symbol() view returns (string)
ASAC
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToTokenQty(address) 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)
gift(address[] receivers)
mint(uint256 _mintQty) 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 URI)
setMaxFreeQtyPerTx(uint256 _maxQtyPerTx)
setProxyRegistryAddress(address proxyAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.