CryptoWhalesNFT
Verified contract
Active on
Ethereum with 3,003 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 "CryptoWhalesNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170716 | 8 days ago | | | 0 | 0.0014425551 | |
| 21081010 | 20 days ago | | | 0 | 0.00074894415 | |
| 20998187 | a month ago | | | 0 | 0.00022519775 | |
| 20903235 | a month ago | | | 0 | 0.00058104711 | |
| 20453646 | 4 months ago | | | 0 | 0.000045730975 | |
| 20385845 | 4 months ago | | | 0 | 0.00017938435 | |
| 20254049 | 4 months ago | | | 0 | 0.000070377987 | |
| 19833403 | 6 months ago | | | 0 | 0.00041652319 | |
| 19707278 | 7 months ago | | | 0 | 0.00038388861 | |
| 19622214 | 7 months ago | | | 0 | 0.00067033733 |
ABI
ABI objects
Getter at block 21225488
baseExtension() view returns (string)
.json
isOpenSeaProxyActive() view returns (bool)
true
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
7777
mintCost() view returns (uint256)
30000000000000000
name() view returns (string)
CryptoWhalesNFT
notRevealedUri() view returns (string)
https://cryptowhalesnft.s3.us-west-2.amazonaws.com/prereveal/prereveal.json
openSeaProxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0x8053272e9236f65c57bd7eb5cee11186db10c101
pausedMint() view returns (bool)
true
revealed() view returns (bool)
true
signerAddress() view returns (address)
0x3cbab70b8a61e3b400c7eb7b5df95add5ff349d4
symbol() view returns (string)
CryptoWhalesNFT
totalSupply() view returns (uint256)
3770
Read-only
addressMintedBalance(address) view returns (uint256)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifySender(bytes signature, uint256 _maxAllowed) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount, bytes signature, uint256 _maxAllowed) payable
mintForAddress(uint256 _mintAmount, address _receiver)
pauseMint(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMintCost(uint256 _newCost)
setNotRevealedURI(string _notRevealedURI)
setOpenSeaProxyRegistryAddress(address _openSeaProxyRegistryAddress)
setSignerAddress(address _newSignerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 _percentWithdrawl) payable
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(string _name, string _symbol, address _openSeaProxyRegistryAddress, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.