Brainoids
Verified contract
Active on
Ethereum with 613 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($240.82)
Native
Value
$240.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.075 | $3,210.93 |
$240.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18945797 | 10 months ago | | | 0 | 0.00029485803 | |
| 16613811 | 2 years ago | | | 0 | 0.00047530499 | |
| 16206753 | 2 years ago | | | 0 | 0.00054796650 | |
| 15762835 | 2 years ago | | | 0 | 0.00066302031 | |
| 15577593 | 2 years ago | | | 0 | 0.00048342044 | |
| 15475784 | 2 years ago | | | 0 | 0.00026058318 | |
| 15286631 | 2 years ago | | | 0 | 0.00042308049 | |
| 15198779 | 2 years ago | | | 0 | 0.00033980000 | |
| 14990107 | 2 years ago | | | 0 | 0.00083859536 | |
| 14617486 | 3 years ago | | | 0 | 0.0037996471 |
ABI
ABI objects
Getter at block 21184949
MAX_BRAIN() view returns (uint256)
5555
getPreMintAddrNums() view returns (uint256)
0
getPrePrice() view returns (uint256)
45000000000000000
getPrice() view returns (uint256)
10000000000000000
getSoldNum() view returns (uint256)
626
name() view returns (string)
Brainoids
owner() view returns (address)
0x1c0d31c8af2af2ca688d479310365cb71f64ed95
preMintNums() view returns (uint256)
100
prePrice() view returns (uint256)
45000000000000000
preSale() view returns (bool)
false
price() view returns (uint256)
10000000000000000
publicSale() view returns (bool)
true
symbol() view returns (string)
BD
totalSupply() view returns (uint256)
626
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)
preMintAddrs(address) view returns (uint256)
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)
changePrePrice(uint256 newPrice)
changePrice(uint256 newPrice)
flipPreSaleState()
flipSaleState()
mint(uint256 nums) payable
ownerMint(uint256 nums)
preMint(uint256 nums) 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 _uri)
setPreMintAddr(address[] addr)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.