nobraincells
Verified contract
Active on
Ethereum with 5,992 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 "nobraincells"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20979958 | 2 months ago | | | 0 | 0.00066445870 | |
| 20560030 | 4 months ago | | | 0 | 0.000033595178 | |
| 18898700 | a year ago | | | 0 | 0.00069884576 | |
| 18327942 | a year ago | | | 0 | 0.00061594007 | |
| 16750867 | 2 years ago | | | 0 | 0.0011567151 | |
| 16591204 | 2 years ago | | | 0 | 0.0012574231 | |
| 16585870 | 2 years ago | | | 0 | 0.0019487349 | |
| 16554553 | 2 years ago | | | 0 | 0.00091757458 | |
| 16307402 | 2 years ago | | | 0 | 0.00076546042 | |
| 16301863 | 2 years ago | | | 0 | 0.00099549206 |
ABI
ABI objects
Getter at block 21389509
currentIndex() view returns (uint256)
5001
freeMintPrice() view returns (uint256)
0
getMaxSupply() view returns (uint256)
5000
getTotalSupply() view returns (uint256)
5000
maxFreePerTx() view returns (uint256)
1
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
5000
name() view returns (string)
nobraincells
owner() view returns (address)
0xc5f8fca008480f98d4702a230030a5769b502460
price() view returns (uint256)
6900000000000000
saleStatus() view returns (bool)
true
symbol() view returns (string)
NBC
totalSupply() view returns (uint256)
5000
Read-only
_freeminted(address) view returns (uint256)
_minted(address) view returns (uint256)
_stakedTokens(uint256) view returns (bool staked, bool usedForMint, uint256 duration)
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 approve(address to, uint256 tokenId)
freemint(uint256 amount) payable
paidmint(uint256 amount) 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)
setMaxFreePerTx(uint256 amount)
setMaxFreePerWallet(uint256 amount)
setMaxPerTx(uint256 amount)
setMaxPerWallet(uint256 amount)
setMaxSupply(uint256 supply)
setPrice(uint256 amount)
setSaleStatus()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.