TwoBitBears
Verified contract
Active on
Ethereum with 5,860 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 17 additional slots
-
variable spans 17 additional slots
Balances ($0.00)
No balances found for "TwoBitBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262209 | 7 days ago | | | 0 | 0.00037976700 | |
| 21260015 | 7 days ago | | | 0 | 0.00020647192 | |
| 21239470 | 10 days ago | | | 0 | 0.00061777419 | |
| 20962604 | 2 months ago | | | 0 | 0.00066749094 | |
| 20902826 | 2 months ago | | | 0 | 0.00014269523 | |
| 20883878 | 2 months ago | | | 0 | 0.00074279361 | |
| 20740210 | 3 months ago | | | 0 | 0.00010675955 | |
| 20637962 | 3 months ago | | | 0 | 0.00013315851 | |
| 20634269 | 3 months ago | | | 0 | 0.00012711430 | |
| 20587553 | 3 months ago | | | 0 | 0.000047601839 |
ABI
ABI objects
Getter at block 21310168
bearPrice() view returns (uint256)
50000000000000000
decimals() view returns (uint8)
0
maximumMintQuantity() view returns (uint256)
10
name() view returns (string)
TwoBitBears
owner() view returns (address)
0x164a3938ece2518bb99be3648bd215ca36059377
symbol() view returns (string)
TBB
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
details(uint256 tokenId) view returns (struct IBearDetailDetail detail)
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)
State-modifying
Events approve(address to, uint256 tokenId)
createBear(uint256 quantity) payable
giftBear(uint256 tokenId, string tokenUri)
renounceOwnership()
revealBears()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.