The Brainiacs
Verified contract
Active on
Ethereum with 1,127 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 Brainiacs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20622477 | 3 months ago | | | 0 | 0.000073935402 | |
| 20321184 | 4 months ago | | | 0 | 0.00045035433 | |
| 18847173 | a year ago | | | 0 | 0.0010473431 | |
| 18741050 | a year ago | | | 0 | 0.0013578623 | |
| 18729005 | a year ago | | | 0 | 0.0028457338 | |
| 18623168 | a year ago | | | 0 | 0.0021474921 | |
| 18432572 | a year ago | | | 0 | 0.00075556292 | |
| 17809259 | a year ago | | | 0 | 0.0011940990 | |
| 17809255 | a year ago | | | 0 | 0.0010886357 | |
| 17809252 | a year ago | | | 0 | 0.0012312951 |
ABI
ABI objects
Getter at block 21283521
MAX_TOKENS() view returns (uint256)
8888
PROVENANCE() view returns (string)
baseExtension() view returns (string)
.json
maxPresalePurchase() view returns (uint256)
4
maxTokenPerWallet() view returns (uint256)
8888
maxTokenPurchase() view returns (uint256)
8
name() view returns (string)
The Brainiacs
notRevealedUri() view returns (string)
ipfs://QmYNFvLgGZaARksHq1pWvhHs4Xwed8PGBBvaYTBVJBF6FL/preview.json
owner() view returns (address)
0x6e00203fd08d8a9db93e6c26380945cce8622034
preSaleIsActive() view returns (bool)
false
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
TB
tokenPrice() view returns (uint256)
80000000000000000
totalSupply() view returns (uint256)
1064
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addWhiteListWallet(address _wallet)
approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mintToken(uint256 numberOfTokens) payable
preSaleToken(uint256 numberOfTokens) payable
removeWhiteListWallet(address _wallet)
renounceOwnership()
reserveTokens()
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)
setProvenance(string provenance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AddWhiteListWallet(address _wallet)
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)
RemoveWhiteListWallet(address _wallet)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.