The Blanks
Verified contract
Active on
Ethereum with 2,044 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 "The Blanks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006001 | a month ago | | | 0 | 0.00020428650 | |
| 20446557 | 3 months ago | | | 0 | 0.000088052037 | |
| 20126010 | 5 months ago | | | 0 | 0.00020262241 | |
| 19103780 | 10 months ago | | | 0 | 0.00056252056 | |
| 18891819 | a year ago | | | 0 | 0.0010679387 | |
| 18188806 | a year ago | | | 0 | 0.00037067621 | |
| 17882912 | a year ago | | | 0 | 0.00032163708 | |
| 17536876 | a year ago | | | 0 | 0.00038248053 | |
| 17349792 | a year ago | | | 0 | 0.0010803151 | |
| 17024449 | 2 years ago | | | 0 | 0.00085550678 |
ABI
ABI objects
Getter at block 21207531
maxPerAddress() view returns (uint256)
2
maxPerTx() view returns (uint256)
2
maxToken() view returns (uint256)
5555
name() view returns (string)
The Blanks
nextOwnerToExplicitlySet() view returns (uint256)
0
notRevealedUri() view returns (string)
ipfs://QmcpMKzas5UfLc9K89G7PgBL8cXUZMRX6Xxc14BWcRKqgt/
owner() view returns (address)
0xc9150f9b9701b180d71691f1abb60903531db0d3
price() view returns (uint256)
30000000000000000
publicSale() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
TBL
totalSupply() view returns (uint256)
2235
whitelistSale() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
freeMintedTwo(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleState()
flipWhitelistState()
mint(uint256 quantity, bytes32[] proof) payable
ownerMint(address _address, uint256 quantity)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _PriceInWEI)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _NAME, string _SYMBOL)
This contract contains no fallback and receive objects.
This contract contains no error objects.