Anatomy Science Club
Verified contract
Active on
Ethereum with 2,261 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 Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138776 | 23 days ago | | | 0 | 0.00091665119 | |
| 21090560 | a month ago | | | 0 | 0.00023201653 | |
| 20735706 | 3 months ago | | | 0 | 0.00034697606 | |
| 20708404 | 3 months ago | | | 0 | 0.000058771610 | |
| 20540089 | 3 months ago | | | 0 | 0.000084736198 | |
| 20128929 | 5 months ago | | | 0 | 0.00028874641 | |
| 20105357 | 5 months ago | | | 0 | 0.00027284169 | |
| 19471766 | 8 months ago | | | 0 | 0.00083265769 | |
| 19162991 | 10 months ago | | | 0 | 0.0010878219 | |
| 19104128 | 10 months ago | | | 0 | 0.00058018971 |
ABI
ABI objects
Getter at block 21305853
GIFT_MAX_QTY() view returns (uint256)
80
TOTAL_MAX_QTY() view returns (uint256)
8000
TOTAL_MINT_MAX_QTY() view returns (uint256)
7920
TYPEHASH() view returns (bytes32)
0x09d0334eb74f1b698c155152aeec1749a7d371b1f8a5095a4053767c72f8291b
asacAddress() view returns (address)
0x96fc56721d2b79485692350014875b3b67cb00eb
claimedQty() view returns (uint256)
1671
giftedQty() view returns (uint256)
0
masacAddress() view returns (address)
0xdaeecd365bcec74656bd4068879db469e815641d
maxQtyPerWallet() view returns (uint256)
0
mintedQty() view returns (uint256)
0
name() view returns (string)
Anatomy Science Club
owner() view returns (address)
0x9ed2ebf7f100d260648d636cf878c3ee2f3343be
price() view returns (uint256)
0
signer() view returns (address)
0x9ed2ebf7f100d260648d636cf878c3ee2f3343be
status() view returns (uint8)
1
symbol() view returns (string)
ASC
totalSupply() view returns (uint256)
1671
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigner(uint256 _id, uint8 _rarity, uint256 _nonce, bytes _signature) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToTokenQty(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
rarityToRarityIndex(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToRarityMatch(uint256) view returns (uint256 rarity, uint256 rarityIndex)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 asacId, struct ASCMasac masac1, struct ASCMasac masac2)
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)
setAsacAddress(address _address)
setBaseURI(string URI)
setMasacAddress(address _address)
setMaxQtyPerWallet(uint256 _qty)
setPriceInWei(uint256 _price)
setSigner(address _address)
setStatus(uint8 _status)
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.