Halloween Bears
Verified contract
Active on
Ethereum with 661 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTC | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20759386 | 2 months ago | | | 0 | 0.000070499538 | |
| 18573946 | a year ago | | | 0 | 0.0015230129 | |
| 17307813 | a year ago | | | 0 | 0.0019968788 | |
| 17186690 | 2 years ago | | | 0 | 0.0015159363 | |
| 17186688 | 2 years ago | | | 0 | 0.0014412975 | |
| 16733298 | 2 years ago | | | 0 | 0.00056976176 | |
| 16524442 | 2 years ago | | | 0 | 0.00044372339 | |
| 16280918 | 2 years ago | | | 0 | 0.00084984450 | |
| 15899717 | 2 years ago | | | 0 | 0.00034525017 | |
| 14652810 | 3 years ago | | | 0 | 0.00074734099 |
ABI
ABI objects
Getter at block 21205822
contractURI() pure returns (string)
https://mw9spidhbc.execute-api.us-east-1.amazonaws.com/dev/contract/halloween-bears
getCost() view returns (uint256)
50000000000000000
getCurrentSupply() view returns (uint256)
2496
getMintStatus() view returns (bool)
true
name() view returns (string)
Halloween Bears
owner() view returns (address)
0xc053c5eb36a55fc542172e0ce60730465bfc10f1
symbol() view returns (string)
HB
totalSupply() view returns (uint256)
9500
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowPublicMint()
approve(address to, uint256 tokenId)
denyPublicMint()
mintTokens(address[] recipients) payable
mintTokens(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 cost)
setMaxSupply(uint256 max)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string tokenName, string symbol, uint256 cost, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.