Beagle Tribe
Verified contract
Active on
Base with 4,966 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22792014 | 3 days ago | | | 0 | 1.5784600e-7 | |
| 22440315 | 11 days ago | | | 0 | 0.000000701807600000 | |
| 22399589 | 12 days ago | | | 0 | 0.000000700173130800 | |
| 22389269 | 12 days ago | | | 0 | 5.3424800e-7 | |
| 22312575 | 14 days ago | | | 0 | 1.8213000e-7 | |
| 22220503 | 16 days ago | | | 0 | 2.3798320e-7 | |
| 22197434 | 17 days ago | | | 0 | 5.1270377e-7 | |
| 22146783 | 18 days ago | | | 0 | 8.6435649e-7 | |
| 22007915 | 21 days ago | | | 0 | 0.000000082565600000 | |
| 21941848 | 23 days ago | | | 0 | 1.1656320e-7 |
ABI
ABI objects
Getter at block 22916975
LIMIT_NUMBER_MINT_PER_WALLET() view returns (uint256)
50
MAX_TOTAL_SUPPLY() view returns (uint256)
10000
TREASURY_MINT_LIMIT() view returns (uint256)
1000
baseURI() view returns (string)
ipfs://QmRmBZv79c5uFxFvnzAaEYGE5QCT2DeMuF2zkL1QKsRAHZ/
endTime() view returns (uint256)
1692968400
merkleRoot() view returns (bytes32)
0xdc46b662ec08be86e7a664db3dee091875cc2dafbcf7f51364ce1a1d00e226c1
mintPublicPrice() view returns (uint256)
9500000000000000
mintWhiteListPrice() view returns (uint256)
8500000000000000
name() view returns (string)
Beagle Tribe
owner() view returns (address)
0x686936e82cb37f738e5cfaa7cfbd94b548312f78
startTime() view returns (uint256)
1692709200
symbol() view returns (string)
BEA
totalSupply() view returns (uint256)
2136
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidateWallet(address _userWallet, bytes32[] _proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, 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)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeBatchPublicMint(uint256 _amount) payable
safeBatchWhiteListMint(uint256 _amount, bytes32[] _proof) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setDefaultRoyalty(address receiver, uint96 numerator)
setMerkelRoot(bytes32 _merkleRoot)
setMintPrice(bool _isPublic, uint256 _mintPrice)
setRangeTime(uint256 _startTime, uint256 _endTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 _amount)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.