Rich Bears
Verified contract
Active on
Ethereum with 1,687 txns
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 "Rich Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20521647 | 3 months ago | | | 0 | 0.000072846000 | |
| 19753725 | 6 months ago | | | 0 | 0.00048680951 | |
| 19739860 | 6 months ago | | | 0 | 0.00046850274 | |
| 19675641 | 6 months ago | | | 0 | 0.00075327752 | |
| 19434310 | 8 months ago | | | 0 | 0.0026988609 | |
| 18997510 | 10 months ago | | | 0 | 0.00033714039 | |
| 18799607 | a year ago | | | 0 | 0.0013292825 | |
| 18798674 | a year ago | | | 0 | 0.0019676605 | |
| 18371246 | a year ago | | | 0 | 0.00033153387 | |
| 17918828 | a year ago | | | 0 | 0.00073271892 |
ABI
ABI objects
Getter at block 21094886
baseURI() view returns (string)
https://rich-bears.nyc3.digitaloceanspaces.com/meta/
maxPerWallet() view returns (uint256)
7
maxSupply() view returns (uint256)
3333
mintEnabled() view returns (bool)
true
name() view returns (string)
Rich Bears
owner() view returns (address)
0x29ba1f5c62f45f2a85f20e8d1d69a6fcb05c9fb8
price() view returns (uint256)
20000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
RICH
totalFree() view returns (uint256)
3333
totalSupply() view returns (uint256)
3333
w1() view returns (address)
0x897e4e5303f6634515daebdda948bd841705cca2
w2() view returns (address)
0xbbae93a5109357674cf749b6f294ad47c12bacbe
w3() view returns (address)
0x15b6214f182841226b9991cd88873defe616da11
w4() view returns (address)
0x810fff32ce88e660c0a5ead643e829ec0a59228b
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amt) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxPerWallet(uint256 maxPerWallet_)
setPrice(uint256 price_)
setTotalFree(uint256 totalFree_)
setmaxSupply(uint256 maxSupply_)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()