BRAQ FRNDS

Verified contract

Active on Ethereum with 2,297 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "BRAQ FRNDS"

0x6df7b1d8d790c9511267a8e0bead636a6b2e2a72df8d9c9afd81804bdf4cbbdf
0xba8ee5ec71cdc3f2d6c14ea17f2f771d9b0d3acd3eefb4d242562d6d7e2acbfa
0x9cd87d71ffbcad7b2be4969046e785f0a52feb3ce7f34a8f835e7c299485e1a1
0xbee88d962475aa4a284e05ec23123c52005ca80b084229a9306f26fa0fcc60e6
0xa09aa3c7f351af0cc4f46003283a8ebef29414fc885c2e6da925d6b71479192f
0xd4316a197f7fc0d2a1a71653eb8aadc033493c13023e9b33231943cbd31c188d
0xd635bee6119378624293a52fe16b14b79c1dccfc9f892d46ca05582eadf8ae28
0x4066b142b7d6509c637aa1fa7b148a48553ee0806a22d74a7f54c17823d9b196
0x897ad7ad98682663b92d33b80093684fdeb68a195577e01efd2dcf0db0d8f414
0xf1961cefef61dace1a2ac7dc3bb9976b4cd6ba5374f65ef56eee895a1fcc2b76

Functions
Getter at block 21378930
baseTokenURI(view returns (string)
https://api.wenmint.com/braq/
launchpassId(view returns (uint256)
58
maxPerTransaction(view returns (uint24)
50
maxPerWallet(view returns (uint24)
50
maxSupply(view returns (uint24)
3333
merkleRoot(view returns (bytes32)
0xd6bdf5ffaff7068c6677fc28b418abd73f15bc14f0b02ba221bda635afb916d5
name(view returns (string)
BRAQ FRNDS
owner(view returns (address)
0x136c5687772c6799714477d3887028ec69163364
preSaleIsActive(view returns (bool)
false
preSalePrice(view returns (uint72)
65000000000000000
pubSalePrice(view returns (uint72)
75000000000000000
saleIsActive(view returns (bool)
true
supplyLock(view returns (bool)
false
symbol(view returns (string)
FRNDS
totalReleased(view returns (uint256)
136040000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMinted(addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
verify(bytes32 leafbytes32[] proofview returns (bool)
State-modifying
approve(address touint256 tokenId
lockSupply(
mint(uint256 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
reserve(address _addressuint256 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setMaxPerTransaction(uint24 _quantity
setMaxPerWallet(uint24 _quantity
setMaxSupply(uint24 _supply
setPreSalePrice(uint72 _price
setPreSaleState(bool _isActive
setPubSaleState(bool _isActive
setPublicSalePrice(uint72 _price
setRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractInitialParameters initialParameters
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(