BRAQ Fractional Assets
Verified contract
Active on
Ethereum with 109 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 "BRAQ Fractional Assets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17709591 | a year ago | | | 0 | 0.00067096390 | |
| 17547155 | a year ago | | | 0 | 0.00032959430 | |
| 17152117 | 2 years ago | | | 0 | 0.0018757313 | |
| 17054909 | 2 years ago | | | 0 | 0.0013378106 | |
| 17049068 | 2 years ago | | | 0 | 0.0010306093 | |
| 17024016 | 2 years ago | | | 0 | 0.00098309558 | |
| 17023817 | 2 years ago | | | 0 | 0.0011635060 | |
| 17023811 | 2 years ago | | | 0 | 0.0012232238 | |
| 17023806 | 2 years ago | | | 0 | 0.00097891614 | |
| 17023799 | 2 years ago | | | 0 | 0.00088467524 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
fiatMinters(address) view returns (bool)
hasClaimed(uint256, address) view returns (uint16)
hasMinted(uint256, address) view returns (uint16)
isApprovedForAll(address account, address operator) view returns (bool)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royalties(uint256) view returns (address recipient, uint24 basisPoints)
royaltyInfo(uint256 _id, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (uint16 maxSupply, bool pubPerWallet, uint16 pubMaxMint, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool pubSaleIsActive, bool claimIsActive, bool supplyLock, bool refer2earn, uint16 totalSupply, bool transferrable)
totalReleased(address token) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events airdrop(address[] _addresses, uint16[] _ids, uint16[] _quantities)
burnForAddress(uint256 _id, uint256 _quantity, address _address)
mint(address _address, uint256 _id, uint256 _quantity, uint256 _maxMint, bytes32[] _proof, address _referrer) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBurnerAddress(address _address)
setClaimRoot(bytes32 _root)
setFiatMinter(address _address, bool _allowed)
setRoyalties(uint256 _id, address recipient, uint256 _basisPoints)
setSaleRoot(bytes32 _root)
setType(uint256 _id, uint16 _maxSupply, bool _pubPerWallet, uint16 _pubMaxMint, uint72 _preSalePrice, uint72 _pubSalePrice, bool _supplyLock, bool _refer2earn)
setURI(string _uri)
transferOwnership(address newOwner)
updateSaleState(uint256 _id, bool _preSaleIsActive, bool _pubSaleIsActive, bool _claimIsActive)
ApprovalForAll(address indexed account, 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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(uint16 _id, string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address _r2eAddress, address _dcAddress, address[] _fiatMinters, struct ERC1155ContractToken _type)
receive()
OperatorNotAllowed(address operator)