Alpha Apes
Verified contract
Active on
Ethereum with 324 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 "Alpha Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19994733 | 6 months ago | | | 0 | 0.00022346726 | |
| 18469572 | a year ago | | | 0 | 0.0012822965 | |
| 18442915 | a year ago | | | 0 | 0.00082733618 | |
| 18071014 | a year ago | | | 0 | 0.0010868537 | |
| 18070811 | a year ago | | | 0 | 0.0011272460 | |
| 18060298 | a year ago | | | 0 | 0.00062778896 | |
| 18058764 | a year ago | | | 0 | 0.00072533502 | |
| 17474153 | a year ago | | | 0 | 0.00086609103 | |
| 16942560 | 2 years ago | | | 0 | 0.0015326003 | |
| 16915650 | 2 years ago | | | 0 | 0.00097467992 |
ABI
ABI objects
Getter at block 21221489
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
22500000000000000
hiddenMetadataUri() view returns (string)
https://alphaapes-app.herokuapp.com/json/reveal.json
mainSale() view returns (bool)
true
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
1077
name() view returns (string)
Alpha Apes
owner() view returns (address)
0xf61577e39151dc72ae2c4581bedb0f394c662a7f
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
AA
totalSupply() view returns (uint256)
777
uriPrefix() view returns (string)
https://alphaapes-app.herokuapp.com/json/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
splitSignature(bytes signature) pure returns (uint8, bytes32, bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verify(bytes signature, address target) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId)
freeMint(uint256 _mintAmount, bytes signature) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
mintWL(uint256 _mintAmount, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWalletSignature(address _wallet)
setWalletTreasury(address _wallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMainSaleStatus(bool _mainSale)
withdraw()
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(address walletTreasury_, address walletSignature_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)