Brian Nfts By Braindom
Verified contract
Active on
Ethereum with 8,944 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Brian Nfts By Braindom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234099 | 5 days ago | | | 0 | 0.00025013602 | |
| 21100146 | 23 days ago | | | 0 | 0.00022741571 | |
| 21083457 | a month ago | | | 0 | 0.00034347209 | |
| 21067734 | a month ago | | | 0 | 0.00048307200 | |
| 20962684 | a month ago | | | 0 | 0.00054034144 | |
| 20960890 | a month ago | | | 0 | 0.00043682575 | |
| 20853340 | 2 months ago | | | 0 | 0.00017730089 | |
| 20569009 | 3 months ago | | | 0 | 0.000040503275 | |
| 20546545 | 3 months ago | | | 0 | 0.000025935906 | |
| 20524927 | 3 months ago | | | 0 | 0.000061140082 |
ABI
ABI objects
Getter at block 21267591
_totalSupply() view returns (uint256)
9999
baseURI() view returns (string)
https://brian.mypinata.cloud/ipfs/QmdJBsco1ciXqjbwAe5pTSZaKaPoC3yJLpnfJSEBUVVKrW
circulatingSupply() view returns (uint256)
5000
devReserved() view returns (uint256)
1
endingPrefix() view returns (string)
.json
getWalletLimit() view returns (uint256)
2
isDevSaleAllowed() view returns (bool)
false
isDevSaleStarted() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
isRaffleSaleActive() view returns (bool)
false
isRaffleSaleAllowed() view returns (bool)
false
isRevealed() view returns (bool)
true
isWhitelistActive() view returns (bool)
false
isWhitelistSaleAllowed() view returns (bool)
false
itemPrice() view returns (uint256)
250000000000000000
name() view returns (string)
Brian Nfts By Braindom
owner() view returns (address)
0x7bc5175934cfbbab096e5aee3efc0f2ea7001482
raffleSalePrice() view returns (uint256)
250000000000000000
symbol() view returns (string)
BRIAN
tokensRemaining() view returns (uint256)
4999
totalSupply() view returns (uint256)
5000
whitelistPrice() view returns (uint256)
250000000000000000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToDevList(address[] _devSaleMinters)
addToRaffleList(address[] _raffleSaleMinters)
addToWhitelistSaleList(address[] _whitelistMinters)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
devMint(uint256 _amount) payable
publicMint(uint256 _amount) payable
raffleMint(uint256 _amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setEndingPrefix(string _prefix)
toggleDevSale()
togglePublicSale()
toggleRaffleSale()
toggleReveal()
toggleWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
unlistRaffleMinter(address[] _minters)
unlistWhitelistMinter(address[] _minters)
updateDevSaleReserveds(uint256 _amount)
updatePublicSalePrice(uint256 _price)
updateRaffleSalePrice(uint256 _price)
updateWalletLimit(uint256 _newLimit)
updateWhitelistSalePrice(uint256 _price)
whitelistMint(uint256 _amount) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.