TwoBitCubs
Verified contract
Active on
Ethereum with 3,306 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,067.78)
Native
Value
$1,067.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.3 | $3,559.28 |
$1,067.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20208787 | 5 months ago | | | 0 | 0.00014721860 | |
| 20200719 | 5 months ago | | | 0 | 0.00012579430 | |
| 19721647 | 7 months ago | | | 0 | 0.00046711275 | |
| 19625907 | 8 months ago | | | 0 | 0.00075241002 | |
| 19317524 | 9 months ago | | | 0 | 0.0019702296 | |
| 19288229 | 9 months ago | | | 0 | 0.0016029666 | |
| 19243068 | 9 months ago | | | 0 | 0.0014844466 | |
| 19215630 | 10 months ago | | | 0 | 0.0014560440 | |
| 19158244 | 10 months ago | | | 0 | 0.0011436314 | |
| 19113963 | 10 months ago | | | 0 | 0.00067625781 |
ABI
ABI objects
Getter at block 21290142
ADOPTION_PRICE() view returns (uint256)
150000000000000000
ADULT_AGE() view returns (uint256)
44000
MAX_ADOPT_QUANTITY() view returns (uint256)
10
MAX_CUBS() view returns (uint256)
7500
TOTAL_ADOPTIONS() view returns (uint256)
2500
decimals() pure returns (uint256)
0
name() view returns (string)
TwoBitCubs
owner() view returns (address)
0x164a3938ece2518bb99be3648bd215ca36059377
remainingAdoptions() view returns (uint256)
2170
symbol() view returns (string)
TBC
totalSupply() view returns (uint256)
1690
Read-only
balanceOf(address owner) view returns (uint256)
familyForTraits(struct ICubTraitsTraitsV1 traits) pure returns (string)
getApproved(uint256 tokenId) view returns (address)
imageSVG(uint256 tokenId) view returns (string)
imageURI(uint256 tokenId) view returns (string)
isAdopted(struct ICubTraitsDNA dna) pure returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
moodForType(uint8 moodType) pure returns (string)
moodFromParents(uint256 firstParentTokenId, uint256 secondParentTokenId) view returns (uint8)
nameForTraits(struct ICubTraitsTraitsV1 traits) pure returns (string)
ownerOf(uint256 tokenId) view returns (address)
speciesForType(uint8 speciesType) pure returns (string)
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)
traitsV1(uint256 tokenId) view returns (struct ICubTraitsTraitsV1 traits)
State-modifying
Events adoptCub(uint256 quantity) payable
approve(address to, uint256 tokenId)
mateBears(uint256 parentBearOne, uint256 parentBearTwo)
renounceOwnership()
revealCubs()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintingBlock(uint256 wenMint)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
wakeCub(uint256 tokenId)
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(address twoBitHoney)
This contract contains no fallback and receive objects.
AdoptionLimitReached()
AgingAlreadyStarted()
BearNotOwned(uint256 tokenId)
CubNotOwned(uint256 tokenId)
InvalidAdoptionQuantity()
InvalidParentCombination()
InvalidPriceSent()
NoMoreCubs()
NonexistentCub()
NotOpenForMinting()
NotYetRevealed()
RatioInvalid()