Bloodshed Bears TokenGenerator
Verified contract
Active on
Ethereum with 4,002 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 "Bloodshed Bears TokenGenerator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20898543 | a month ago | | | 0 | 0.00016340450 | |
| 19826977 | 6 months ago | | | 0 | 0.00020190118 | |
| 19826969 | 6 months ago | | | 0 | 0.00021804888 | |
| 19826963 | 6 months ago | | | 0 | 0.00021493109 | |
| 19826961 | 6 months ago | | | 0 | 0.00021122963 | |
| 19826958 | 6 months ago | | | 0 | 0.00018678074 | |
| 19601572 | 7 months ago | | | 0 | 0.00022731947 | |
| 19242596 | 9 months ago | | | 0 | 0.00059619917 | |
| 18908693 | 10 months ago | | | 0 | 0.00055624200 | |
| 18804606 | a year ago | | | 0 | 0.00074554473 |
ABI
ABI objects
Getter at block 21158832
bloodTokenContract() view returns (address)
0x6d9b6821ab5b9111c64828dc7445f8c5066f0999
name() view returns (string)
Bloodshed Bears TokenGenerator
owner() view returns (address)
0x98f6ab4799cd3626a088147d1b2a940080f0a1b7
paused() view returns (bool)
false
symbol() view returns (string)
BSBTG
totalSupply() view returns (uint256)
7000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
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)
mint(uint256 mintAmount_) payable
pause()
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)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.