BRAINWASHED
Verified contract
Active on
Ethereum with 713 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 "BRAINWASHED"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17640512 | a year ago | | | 0 | 0.0011390153 | |
| 17515964 | a year ago | | | 0 | 0.0020302332 | |
| 16821274 | 2 years ago | | | 0 | 0.00097880301 | |
| 16769297 | 2 years ago | | | 0 | 0.0010520383 | |
| 16713058 | 2 years ago | | | 0 | 0.0018237973 | |
| 16704394 | 2 years ago | | | 0 | 0.00099474843 | |
| 16704388 | 2 years ago | | | 0 | 0.0010152548 | |
| 16704048 | 2 years ago | | | 0 | 0.0020189134 | |
| 16680910 | 2 years ago | | | 0 | 0.0018380584 | |
| 16641869 | 2 years ago | | | 0 | 0.0016327497 |
ABI
ABI objects
Getter at block 21210259
BrainMintEnabled() view returns (bool)
true
BrainPrice() view returns (uint256)
0
BrainPublicSupply() view returns (uint256)
3333
BrainTotalSupply() view returns (uint256)
6969
MaxBrainPerAddress() view returns (uint256)
5
baseURI() view returns (string)
ipfs://bafybeihyicsvpn2vb5sscptk2rzcy4vo2xcbfz7cqlxxp22r5olpu2dsna/
name() view returns (string)
BRAINWASHED
owner() view returns (address)
0xc7b8b83d89f6f3847f682ab063651ba2b8cbbed8
symbol() view returns (string)
BRAIN
totalSupply() view returns (uint256)
3333
uriSuffix() view returns (string)
.json
Read-only
BrainClaimed(address) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events PublicMint(uint256 _brainAmount) payable
adminMint(uint256 _teamAmount)
airdrop(address[] receivers)
approve(address to, uint256 tokenId) payable
cutPublicSupply(uint256 newSupply)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBrainPrice(uint256 newPrice)
setPublicMintStatus(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()