BRAQ Fractional Assets

Verified contract

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

No balances found for "BRAQ Fractional Assets"

0xfc988dd553fc1f920d8390664d34230f2ac677052133d46890f50c647b50f451
0x8d8cf1f361215dd3d44b9a93a113a9490363174e8746cd9db41ea8b77594140c
0x03004f61eae0b8b520a4a162d3c14df7ea216bc8ff1c4b2fed081da31cb9ee96
0xd12588c13f3e1cad412b60c2e85d66eefa11dfdaec7962d0a0fedbe3ffe92a0f
0x300f990b648011e5a9b78a7792388e84ff9caaedcb3f7575a8e18589abbcbb48
0x07bf5e829ca2695c74ffc8fe5d84c65e1c2d6ecf743b72258425055691280a08
0xd7a619f4c76368fbf4212fa96913deeeee6954d2e19b5b0efbeefa047517fe1b
0xb14cc9c8e39debd0b338fb370e097c22d7f678dd416d0cf7c6fdbc965f06ad52
0xcaa72c8ad52bf08e1cda48203aa02359d7c47186a34c66e8891dc44837d2ec29
0xc8757336f85f7e0ddcc65c7f8ebe9b07665d75f4640122289587512c7d350e2f

Functions
Getter at block 21189493
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
BRAQ Fractional Assets
owner(view returns (address)
0xfa814245ee6dbaf0bfd416f4d93da7e06d610802
r2eAddress(view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot(view returns (bytes32)
0x70c309b8906d182bbbf6a2cbc326998362de9de27c2130c7fa9d03c7490890d4
symbol(view returns (string)
BRAQFA
totalReleased(view returns (uint256)
3052800000000000000
totalShares(view returns (uint256)
100
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
fiatMinters(addressview returns (bool)
hasClaimed(uint256addressview returns (uint16)
hasMinted(uint256addressview returns (uint16)
isApprovedForAll(address accountaddress operatorview returns (bool)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
royalties(uint256view returns (address recipientuint24 basisPoints)
royaltyInfo(uint256 _iduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokens(uint256view returns (uint16 maxSupplybool pubPerWalletuint16 pubMaxMintuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActivebool supplyLockbool refer2earnuint16 totalSupplybool transferrable)
totalReleased(address tokenview returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
airdrop(address[] _addressesuint16[] _idsuint16[] _quantities
burnForAddress(uint256 _iduint256 _quantityaddress _address
mint(address _addressuint256 _iduint256 _quantityuint256 _maxMintbytes32[] _proofaddress _referrerpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBurnerAddress(address _address
setClaimRoot(bytes32 _root
setFiatMinter(address _addressbool _allowed
setRoyalties(uint256 _idaddress recipientuint256 _basisPoints
setSaleRoot(bytes32 _root
setType(uint256 _iduint16 _maxSupplybool _pubPerWalletuint16 _pubMaxMintuint72 _preSalePriceuint72 _pubSalePricebool _supplyLockbool _refer2earn
setURI(string _uri
transferOwnership(address newOwner
updateSaleState(uint256 _idbool _preSaleIsActivebool _pubSaleIsActivebool _claimIsActive
Events
ApprovalForAll(address indexed accountaddress 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
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(uint16 _idstring _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _owneraddress _r2eAddressaddress _dcAddressaddress[] _fiatMintersstruct ERC1155ContractToken _type
Fallback and receive
receive(
Errors
OperatorNotAllowed(address operator