Dirty Bears
Verified contract
Active on
Ethereum with 2,475 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.34)
Native
Value
$0.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,375.08 |
$0.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19847680 | 6 months ago | | | 0 | 0.00028258873 | |
| 19814487 | 7 months ago | | | 0 | 0.00018489352 | |
| 19542318 | 8 months ago | | | 0 | 0.00066595859 | |
| 19469400 | 8 months ago | | | 0 | 0.0012854721 | |
| 18910357 | a year ago | | | 0 | 0.00046948116 | |
| 18859605 | a year ago | | | 0 | 0.00073801255 | |
| 18852426 | a year ago | | | 0 | 0.00080292752 | |
| 18830849 | a year ago | | | 0 | 0.0010060581 | |
| 18830847 | a year ago | | | 0 | 0.0010111414 | |
| 18758544 | a year ago | | | 0 | 0.0016462890 |
ABI
ABI objects
Getter at block 21249385
MAX_PER_ADDRESS() view returns (uint256)
2
_preRevealURI() view returns (string)
ipfs://QmaodFgs1GFaMK5VzjpDuv6kz9tZGdTDvVuW8ziscgJk5e/
baseURI() view returns (string)
ipfs://QmPWBLEHNXk49HpWsZBs7Az2dK8KUqJ5e9B5aP7c4roeKB/
getPrice() pure returns (uint256 _price)
0
maxSupply() pure returns (uint256 _supply)
1000
name() view returns (string)
Dirty Bears
owner() view returns (address)
0x221581a885578d72cfbb5b54da76a28ded608728
state() view returns (uint8)
4
symbol() view returns (string)
BEARS
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlist(address _address) view returns (bool _allowlisted)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events addWhitelist(address _newEntry)
airdrop(address _address, uint256 _quantity)
approve(address to, uint256 tokenId)
publicMint(uint256 _quantity) payable
removeWhitelist(address _newEntry)
renounceOwnership()
resetAllowList(address[] addresses)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses)
setApprovalForAll(address operator, bool approved)
setMaxMint(uint256 mintAmount)
setPrerevealURI(string _newURI)
setState(uint8 _state)
setURI(string _newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()