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 "Blank."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19831694 | 6 months ago | | | 0 | 0.00019734524 | |
| 19246077 | 9 months ago | | | 0 | 0.00039890176 | |
| 19068251 | 10 months ago | | | 0 | 0.00034211333 | |
| 18896390 | 10 months ago | | | 0 | 0.00065534375 | |
| 18281388 | a year ago | | | 0 | 0.00028831749 | |
| 17462219 | a year ago | | | 0 | 0.00093603228 | |
| 17348482 | a year ago | | | 0 | 0.0011443746 | |
| 17161899 | 2 years ago | | | 0 | 0.0016800136 | |
| 17115714 | 2 years ago | | | 0 | 0.0018159883 | |
| 17115709 | 2 years ago | | | 0 | 0.0016445962 |
ABI
ABI objects
Getter at block 21184989
DEV_SUPPLY() view returns (uint256)
4
FREE_SUPPLY() view returns (uint256)
25
GEN2_SUPPLY() view returns (uint256)
3200
GENESIS_SUPPLY() view returns (uint256)
400
MINT_PRICE() view returns (uint256)
290000000000000000
contractURI() view returns (string)
https://api.canvas.blankstudio.art/metadata/contract.json
devMints() view returns (uint256)
4
freeMints() view returns (uint256)
25
gen2Mints() view returns (uint256)
0
mintStartTimestamp() view returns (uint256)
1653987600
name() view returns (string)
Blank.
owner() view returns (address)
0x206795e06cb6d4fe633f5eed0449a36edf7aba16
symbol() view returns (string)
BLNK
totalSupply() view returns (uint256)
400
whitelistMintDuration() view returns (uint256)
43200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address owner) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
blankListMint(bytes signature) payable
burnIntoGenesis(address ascendant)
devMint()
freeMint(bytes signature)
renounceOwnership()
reserveListMint(bytes signature) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setBlankApprover(address approver)
setFreeMintApprover(address approver)
setGen2(address gen2)
setMintStartTimestamp(uint256 timestamp)
setReserveApprover(address approver)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()