BigBrainZ
Verified contract
Active on
Ethereum with 704 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 "BigBrainZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16484401 | 2 years ago | | | 0 | 0.00076395121 | |
| 16419419 | 2 years ago | | | 0 | 0.00078834990 | |
| 16217943 | 2 years ago | | | 0 | 0.00058764598 | |
| 16212689 | 2 years ago | | | 0 | 0.00042734606 | |
| 16212352 | 2 years ago | | | 0 | 0.00057070335 | |
| 16157922 | 2 years ago | | | 0 | 0.00058757009 | |
| 16111860 | 2 years ago | | | 0 | 0.00060867741 | |
| 16106522 | 2 years ago | | | 0 | 0.00055057017 | |
| 16105319 | 2 years ago | | | 0 | 0.00066815042 | |
| 16104746 | 2 years ago | | | 0 | 0.0027945640 |
ABI
ABI objects
Getter at block 21310666
MAX_MINTS_PER_TX() view returns (uint256)
3
NUM_FREE_MINTS() view returns (uint256)
1500
PUBLIC_SALE_PRICE() view returns (uint256)
5000000000000000
getBaseURI() view returns (string)
ipfs://QmWfFhxeK2zgqGvin3wuTNVi8SDqXAxWz86GoRh74edMce
getLastTokenId() view returns (uint256)
1501
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
3000
name() view returns (string)
BigBrainZ
owner() view returns (address)
0xf8267a3843076d1b8bb97d87310418ab58be1cc2
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
1501
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumFreeMints(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.