Square Bears
Verified contract
Active on
Ethereum with 1,449 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($260.61)
Native
Value
$260.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.099 | $2,632.41 |
$260.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20851758 | a month ago | | | 0 | 0.00043308842 | |
| 18802950 | 10 months ago | | | 0 | 0.00085552443 | |
| 18645968 | a year ago | | | 0 | 0.00047180332 | |
| 18229592 | a year ago | | | 0 | 0.00029494446 | |
| 18005556 | a year ago | | | 0 | 0.00027209843 | |
| 17841738 | a year ago | | | 0 | 0.0015315805 | |
| 17017776 | 2 years ago | | | 0 | 0.00095796489 | |
| 16986042 | 2 years ago | | | 0 | 0.00076639321 | |
| 16986017 | 2 years ago | | | 0 | 0.00064493193 | |
| 16986016 | 2 years ago | | | 0 | 0.00064797512 |
ABI
ABI objects
Getter at block 21085312
MAX_PUBLIC_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
6665
MAX_WHITELIST_MINT() view returns (uint256)
3
PUBLIC_SALE_PRICE() view returns (uint256)
99000000000000000
WHITELIST_SALE_PRICE() view returns (uint256)
79900000000000000
getMerkleRoot() view returns (bytes32)
0xf9b4bf537399bf8e95f23dd42fe576a3a5fb64652a3a41476a5fc33ccdfb4412
isRevealed() view returns (bool)
true
name() view returns (string)
Square Bears
owner() view returns (address)
0xc01b874a162e57a2f89335e2dcb5b28a7d135f48
pause() view returns (bool)
false
placeholderTokenUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYfwAsnkaYyWiag6YWvyVUFkjvxmNuNyWnjNmHrHtV3Bv
publicSale() view returns (bool)
true
symbol() view returns (string)
SQB
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
1161
walletOf() view returns (uint256[])
[]
whiteListSale() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setPlaceHolderUri(string _placeholderTokenUri)
setTokenUri(string _baseTokenUri)
teamMint()
togglePause()
togglePublicSale()
toggleReveal()
toggleWhiteListSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()