ERC721AContract

Verified contract

Active on Ethereum with 172 txns
Deployed by via 0xed4fb886 at 19273899
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 "ERC721AContract"

0x57fb0674b6053b9e598ce2df8de723800dbb533f2d79532445e65b76f19cc896
0x789ef7dbdaf1d6d07ef73259f134a5d64cfb8afa6d7c176204ac7359fb562673
0xa8c39eecfefb665b790789f7afafa2336bbf0812989148659732ee3f9d2fdbd9
0x014decabb97b3dd403ecdcdf4f6e74ff323374f192ef884375f83ef334a5ae44
0x769fbf8b08ed599de1cae42065e0f6fc9b476184eca071c6bedb6405f372a62c
0x50ef19f43c0ba4992f813ccf8af12b5d4e49ac2d0c6d70aea8eaa9f2e8c96da7
0xf5986e1e34d1d418be90c304445f5556f073460b14e150ddd603d090f61da6da
0xa4ffddaa7d3674c0c70867dda5370b7bcc0b4c63d7cca2763f44025574f8e407
0x065b29cf7671a4e26ee6a99bc5977afa14ff28e418ebac2dbe7d7c55bd92f285
0x001df5327d79c129a04bcce4573e57100ba7f69db89e085714fe82b746cbcf94

Functions
Getter at block 21124565
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot(view returns (bytes32)
0x75cdd70c3fe0263851455845ffbf88155f0f616b1a5acbf19482c3442b2a69d0
mintpass(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
Bullion Bulls
owner(view returns (address)
0x548ae0b8b5ec089129e5e9c00c5c779ba8d978f9
provenance(view returns (string)
r2eAddress(view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
BB
token(view returns (uint16 maxSupplybool pubPerWalletuint16 pubMaxMintuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActiveuint8 preSalePhasebool supplyLockbool refer2earnbool soulbound)
(maxSupply=9776, pubPerWallet=false, pubMaxMint=10, preSalePrice=0, pubSalePrice=0, preSaleIsActive=false, pubSaleIsActive=false, claimIsActive=true, preSalePhase=0, supplyLock=false, refer2earn=false, soulbound=false)
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
3874
Read-only
balanceOf(address ownerview returns (uint256)
fiatMinters(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
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)
royaltyInfo(uint256 _iduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address[] _addressesuint16[] _quantities
approve(address operatoruint256 tokenIdpayable 
lockSupply(
mint(address _addressuint256 _quantityuint256 _maxMintbytes32[] _proofaddress _referrerpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setFiatMinter(address _addressbool _allowed
setMintPass(address _address
setPrice(uint72 _preSalePriceuint72 _pubSalePrice
setRoyalties(uint256 _idaddress recipientuint256 _basisPoints
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _pubMaxMintbool _pubPerWallet
updateSaleState(bool _preSaleIsActivebool _pubSaleIsActivebool _claimIsActiveuint8 _preSalePhasebool _refer2earn
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _owneraddress[] _interfacesstring _provenancestruct ERC721AContractToken _tokenstruct ERC721AContractRoyaltyInfo _royalties
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(