BRAQ FRNDS
Verified contract
Active on
Ethereum with 2,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "BRAQ FRNDS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193310 | a month ago | | | 0 | 0.00081089901 | |
| 19760562 | 7 months ago | | | 0 | 0.00021159644 | |
| 19757720 | 7 months ago | | | 0 | 0.00023728765 | |
| 19757718 | 7 months ago | | | 0 | 0.00030082539 | |
| 19757714 | 7 months ago | | | 0 | 0.00041976336 | |
| 19559544 | 8 months ago | | | 0 | 0.00095821300 | |
| 19522797 | 8 months ago | | | 0 | 0.0010185076 | |
| 19072484 | a year ago | | | 0 | 0.00054556499 | |
| 18941338 | a year ago | | | 0 | 0.00096960438 | |
| 18805571 | a year ago | | | 0 | 0.00078995131 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) 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)
totalReleased(address token) view returns (uint256)
verify(bytes32 leaf, bytes32[] proof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
lockSupply()
mint(uint256 _quantity, bytes32[] _proof) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserve(address _address, uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] _payees, uint256[] _shares, address _owner, struct ERC721AContractInitialParameters initialParameters)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()