BlankArt
Verified contract
Active on
Ethereum with 1,374 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 "BlankArt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903003 | 10 months ago | | | 0 | 0.00059730471 | |
| 18886020 | 10 months ago | | | 0 | 0.0012894313 | |
| 18878421 | 10 months ago | | | 0 | 0.0019681274 | |
| 18720082 | a year ago | | | 0 | 0.0012586657 | |
| 18651122 | a year ago | | | 0 | 0.0011304658 | |
| 18572852 | a year ago | | | 0 | 0.0016707677 | |
| 17034962 | 2 years ago | | | 0 | 0.00094310493 | |
| 16976228 | 2 years ago | | | 0 | 0.0016767572 | |
| 16945542 | 2 years ago | | | 0 | 0.00099461770 | |
| 16943234 | 2 years ago | | | 0 | 0.0016351764 |
ABI
ABI objects
Getter at block 21078729
active() view returns (bool)
true
availableToWithdraw() view returns (uint256)
0
blankRoyalty() view returns (address recipient, uint24 bps)
(recipient=0x0e871cccd4bedb96b8e5feba032b70c182c3ace5, bps=0)
foundationAddress() view returns (address)
0x0e871cccd4bedb96b8e5feba032b70c182c3ace5
getChainID() view returns (uint256)
1
maxTokenSupply() view returns (uint256)
10000
memberMaxMintCount() view returns (uint8)
55
mintPrice() view returns (uint256)
0
name() view returns (string)
BlankArt
owner() view returns (address)
0x0e871cccd4bedb96b8e5feba032b70c182c3ace5
publicMint() view returns (bool)
false
symbol() view returns (string)
BLANK
tokenIndex() view returns (uint256)
4865
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMember(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURILocked(uint256) view returns (uint256)
State-modifying
Events addBaseURI(string baseURI)
addVoucherSigner(address newVoucherSigner)
approve(address to, uint256 tokenId)
lockTokenURI(uint256 tokenId)
mint(uint256 amount) payable returns (uint256[])
redeemVoucher(uint256 amount, struct BlankArtBlankNFTVoucher voucher) payable returns (uint256[])
removeVoucherSigner(address oldVoucherSigner)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address recipient, uint16 bps)
toggleActivation()
togglePublicMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFoundationAddress(address newFoundationAddress)
updateMaxMintCount(uint8 _maxMint)
updateMintPrice(uint256 price)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseTokenUriUpdated(string baseTokenURI)
BlankRoyaltySet(address recipient, uint16 bps)
FoundationAddressUpdated(address foundationAddress)
Initialized(address controller, address signer, string baseURI, uint256 mintPrice, uint256 maxTokenSupply, bool active, bool publicMint)
Minted(uint256 tokenId, address member, string tokenURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VoucherSignersUpdated(address foundationAddress, bool active)
constructor(address _foundationAddress, address _signer, uint256 _maxTokenSupply, string baseURI, uint16 _royaltyBPS)
This contract contains no fallback and receive objects.
This contract contains no error objects.