ERC721AContract
Verified contract
Active on
Ethereum with 172 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 "ERC721AContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20585467 | 2 months ago | | | 0 | 0.00011850435 | |
| 20582922 | 2 months ago | | | 0 | 0.000063741608 | |
| 20380086 | 3 months ago | | | 0 | 0.00013346402 | |
| 20271309 | 4 months ago | | | 0 | 0.00027749999 | |
| 20191129 | 4 months ago | | | 0 | 0.00054406704 | |
| 19977071 | 5 months ago | | | 0 | 0.00078336507 | |
| 19952785 | 5 months ago | | | 0 | 0.00076008647 | |
| 19897581 | 6 months ago | | | 0 | 0.00079850955 | |
| 19897558 | 6 months ago | | | 0 | 0.00081801639 | |
| 19893442 | 6 months ago | | | 0 | 0.00083977819 |
ABI
ABI objects
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 maxSupply, bool pubPerWallet, uint16 pubMaxMint, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool pubSaleIsActive, bool claimIsActive, uint8 preSalePhase, bool supplyLock, bool refer2earn, bool 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 owner) view returns (uint256)
fiatMinters(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
royaltyInfo(uint256 _id, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address[] _addresses, uint16[] _quantities)
approve(address operator, uint256 tokenId) payable
lockSupply()
mint(address _address, uint256 _quantity, uint256 _maxMint, bytes32[] _proof, address _referrer) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setFiatMinter(address _address, bool _allowed)
setMintPass(address _address)
setPrice(uint72 _preSalePrice, uint72 _pubSalePrice)
setRoyalties(uint256 _id, address recipient, uint256 _basisPoints)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateConfig(uint16 _maxSupply, uint16 _pubMaxMint, bool _pubPerWallet)
updateSaleState(bool _preSaleIsActive, bool _pubSaleIsActive, bool _claimIsActive, uint8 _preSalePhase, bool _refer2earn)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address[] _interfaces, string _provenance, struct ERC721AContractToken _token, struct ERC721AContractRoyaltyInfo _royalties)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()