Mutant Anatomy Science Ape Club
Verified contract
Active on
Ethereum with 9,629 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 "Mutant Anatomy Science Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21038509 | 25 days ago | | | 0 | 0.00040368134 | |
| 21025297 | a month ago | | | 0 | 0.00022681747 | |
| 20884535 | 2 months ago | | | 0 | 0.00035501240 | |
| 20801576 | 2 months ago | | | 0 | 0.00047439597 | |
| 20755486 | 2 months ago | | | 0 | 0.000089371234 | |
| 20634044 | 3 months ago | | | 0 | 0.00015775782 | |
| 20593814 | 3 months ago | | | 0 | 0.000081611949 | |
| 20593811 | 3 months ago | | | 0 | 0.000079334766 | |
| 20593802 | 3 months ago | | | 0 | 0.000092701200 | |
| 20586934 | 3 months ago | | | 0 | 0.000074190545 |
ABI
ABI objects
Getter at block 21214206
GIFT_MAX_QTY() view returns (uint256)
160
MAX_MINT_PER_WALLET() view returns (uint256)
20
PRICE() view returns (uint256)
55000000000000000
TOTAL_MAX_QTY() view returns (uint256)
16000
TOTAL_MINT_MAX_QTY() view returns (uint256)
15840
WHITELIST_TYPEHASH() view returns (bytes32)
0x940a52669dc9fded2f965dea80d65bf40e8f29bcf1a4a3258a2c387da1b99cd9
claimedQty() view returns (uint256)
5057
giftedQty() view returns (uint256)
160
mintedQty() view returns (uint256)
10783
name() view returns (string)
Mutant Anatomy Science Ape Club
owner() view returns (address)
0x1b68859786150127840b6639bc85383112ae1350
status() view returns (uint8)
2
symbol() view returns (string)
MASAC
totalSupply() view returns (uint256)
16000
whitelistSigner() view returns (address)
0x1f78fc09f987cf02b565f90980f21460c75a0d38
Read-only
balanceOf(address owner) view returns (uint256)
claimerToTokenQty(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigner(address _buyer, uint256 _signedQty, 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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 _mintQty, uint256 _signedQty, uint256 _nonce, bytes _signature) payable
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)
setProxyRegistryAddress(address proxyAddress)
setStatus(uint8 _code)
setWhitelistSigner(address _address)
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.