BloodShedBearsGen1
Verified contract
Active on
Ethereum with 2,428 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 "BloodShedBearsGen1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905421 | a month ago | | | 0 | 0.00064324618 | |
| 20905109 | a month ago | | | 0 | 0.00022310559 | |
| 19601574 | 7 months ago | | | 0 | 0.00024425071 | |
| 18899686 | a year ago | | | 0 | 0.00098695571 | |
| 18802897 | a year ago | | | 0 | 0.00078060290 | |
| 18328796 | a year ago | | | 0 | 0.00022809862 | |
| 18328667 | a year ago | | | 0 | 0.00023216331 | |
| 18292657 | a year ago | | | 0 | 0.00056112673 | |
| 18071139 | a year ago | | | 0 | 0.0010730529 | |
| 17029367 | 2 years ago | | | 0 | 0.00095091015 |
ABI
ABI objects
Getter at block 21213894
bloodTokenContract() view returns (address)
0x6d9b6821ab5b9111c64828dc7445f8c5066f0999
gameStatsContract() view returns (address)
0x6eb57d7147f26df19751575602c68d0e3886fecf
name() view returns (string)
BloodShedBearsGen1
owner() view returns (address)
0x98f6ab4799cd3626a088147d1b2a940080f0a1b7
paused() view returns (bool)
true
symbol() view returns (string)
BSBG1
totalSupply() view returns (uint256)
20080
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFactions(uint256[] tokenIds_) view returns (bool[])
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOfBatch(uint256[] tokenIds_, address address_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenFactions(uint256) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initSeedGeneration(bool seedType) returns (bytes32)
mint(uint256 mintAmount_) payable returns (uint256)
pause()
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
reserve(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBloodTokenContract(address contractAddress_)
setCost(uint256 _newCost)
setGameStatsContract(address contractAddress_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
SeedFulfilled(string seedType)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string initBaseURI_, address vrfCoordinatorAddr_, address linkTokenAddr_, bytes32 vrfKeyHash_, uint256 fee_)
This contract contains no fallback and receive objects.
This contract contains no error objects.