TwoBitBears3
Verified contract
Active on
Ethereum with 1,044 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 "TwoBitBears3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19708268 | 7 months ago | | | 0 | 0.00030424240 | |
| 19707558 | 7 months ago | | | 0 | 0.00027250117 | |
| 19239268 | 9 months ago | | | 0 | 0.00097952104 | |
| 19239264 | 9 months ago | | | 0 | 0.00098095242 | |
| 19239258 | 9 months ago | | | 0 | 0.0010413855 | |
| 19239253 | 9 months ago | | | 0 | 0.0015345855 | |
| 19169894 | 9 months ago | | | 0 | 0.0016864981 | |
| 19152479 | 9 months ago | | | 0 | 0.00055396957 | |
| 19113976 | 9 months ago | | | 0 | 0.00058111795 | |
| 18936373 | 10 months ago | | | 0 | 0.0011407714 |
ABI
ABI objects
Getter at block 21163852 slotParameters() view returns (uint256 totalSlots, uint256 totalTokens)
decimals() pure returns (uint256)
0
name() view returns (string)
TwoBitBears3
owner() view returns (address)
0x164a3938ece2518bb99be3648bd215ca36059377
symbol() view returns (string)
TB3
totalSupply() view returns (uint256)
591
Read-only
balanceOf(address owner) view returns (uint256)
bearTraits(uint256 tokenId) view returns (struct IBear3TraitsTraits)
calculateSlot(uint256 slotIndex, uint256 totalTokens) view returns (uint256 slotValue)
generation4Claimed(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasGen2Mated(uint256 tokenId) view returns (bool)
imageSVG(uint256 tokenId) view returns (string)
imageURI(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
matingGas(address minter, uint256 parentOne, uint256 parentTwo) view returns (uint256 result)
ownerOf(uint256 tokenId) view returns (address)
scarColors(uint256 tokenId) view returns (uint8[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner_, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events applySlots(uint256[] slotIndices, uint256[] slotValues)
approve(address to, uint256 tokenId)
assignGen4(address gen4Contract)
claimGen4(uint256 tokenId)
mateBears(uint256 parentOne, uint256 parentTwo)
renounceOwnership()
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)
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(uint256 seed, address renderTech, address twoBitCubs)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidCaller()
InvalidParentCombination()
InvalidTokenId()
ParentAlreadyMated(uint256 tokenId)
ParentNotOwned(uint256 tokenId)
ParentTooYoung(uint256 tokenId)