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 "Beagle Tribe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2665868 | a year ago | | | 0 | 0.000000000137184974 | |
| 2617315 | a year ago | | | 0.0001 | 0.00023748912 | |
| 2617077 | a year ago | | | 0 | 0.000082449024 | |
| 2533804 | a year ago | | | 0 | 0.000065649003 | |
| 2533516 | a year ago | | | 0 | 0.000065613003 | |
| 2533362 | a year ago | | | 0 | 0.000069831004 | |
| 2490004 | a year ago | | | 0 | 0.000065091003 | |
| 2445034 | a year ago | | | 0 | 0.00017212051 | |
| 2444897 | a year ago | | | 0 | 0.000069309003 | |
| 2444859 | a year ago | | | 0 | 0.000069867003 |
ABI
ABI objects
Getter at block 22932131
baseURI() view returns (string)
isNativeToken() view returns (bool)
true
isRevealed() view returns (bool)
false
name() view returns (string)
Beagle Tribe
owner() view returns (address)
0xbd3fcc27082563f7ccc1ad5c20d50035b77153d2
paymentCurrency() view returns (address)
0x0000000000000000000000000000000000000000
revealUrl() view returns (string)
https://beagletribe.mypinata.cloud/ipfs/QmeYprc7HrRRQmzw8jDnK1B175YtrsgB2oLmkj4rnXjUyS/1.json
symbol() view returns (string)
BEA
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSaleRoundDetail(uint256 _roundId) view returns (struct BeagleTribeSaleRound)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidateWallet(uint256 _roundId, address _userWallet, bytes32[] _proof) view returns (bool)
limitRoundOfWallets(address, uint256) view returns (uint256)
listSaleRounds(uint256) view returns (uint256 roundId, bool isPublicSale, bytes32 root, uint256 startTime, uint256 endTime, bool isMintEnabled, uint256 limitRoundNft, uint256 currentMintNft, uint256 limitPerWallet, uint256 price)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
createSaleRound(bytes32 _root, bool _isPublicSale, uint256 _startTime, uint256 _endTime, uint256 _limitRoundNft, uint256 _limitPerWallet, uint256 _price)
renounceOwnership()
safeBatchMint(uint256 _roundId, bytes32[] _proof, uint256 _amount) payable
safeMint(uint256 _roundId, 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)
setLimitNFT(uint256 _roundId, uint256 _limit)
setPaymentCurrency(address _paymentCurrency)
setRevealUrl(string _revelaUrl)
toggleCurrencyPayment()
toggleReveal()
toggleSale(uint256 _roundId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSaleRound(uint256 _roundId, bytes32 _root, bool _isPublicSale, uint256 _startTime, uint256 _endTime, uint256 _limitPerWallet, uint256 _price)
withdraw()
withdrawERC20()
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.