Blockchain Art Institute
Verified contract
Active on
Ethereum with 1,730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Blockchain Art Institute"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21117951 | 13 days ago | | | 0 | 0.00021951258 | |
| 21102828 | 15 days ago | | | 0 | 0.00015327124 | |
| 21102828 | 15 days ago | | | 0 | 0.00014020015 | |
| 21025409 | a month ago | | | 0 | 0.00032155675 | |
| 21007911 | a month ago | | | 0 | 0.00082172163 | |
| 20785744 | 2 months ago | | | 0 | 0.0011989619 | |
| 20737398 | 2 months ago | | | 0 | 0.00013540058 | |
| 20723388 | 2 months ago | | | 0 | 0.00020051117 | |
| 20660064 | 3 months ago | | | 0 | 0.000051966150 | |
| 20645405 | 3 months ago | | | 0 | 0.000059844785 |
ABI
ABI objects
Getter at block 21210921 getBAIPrice() view returns (uint256)
BAI_PROVENANCE() view returns (string)
84a93e3caaedb17ff20f43091f98b3778d88a7b2f8c90766ffb899859d13a773
BAI_SUPPLY() view returns (uint256)
8893
SALE_REVEAL_BLOCK() view returns (uint256)
12147200
SALE_START_BLOCK() view returns (uint256)
12077900
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTZte2TYaHB99wBJ3JhFGqPxinrEsmdbyTFwiFic4RcwK/
name() view returns (string)
Blockchain Art Institute
owner() view returns (address)
0x03180053dd710798041db050f747f852e22860fa
startingIndex() view returns (uint256)
737
startingIndexBlock() view returns (uint256)
12146404
symbol() view returns (string)
BAI
totalSupply() view returns (uint256)
8893
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintedBeforeReveal(uint256 index) view returns (bool)
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)
changeBaseURI(string baseURI)
finalizeStartingIndex()
mintBAI(uint256 requestedAmount) payable
mintBAIByOwner(uint256 requestedAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProvenanceHash(string provenanceHash)
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, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.