beartown
Verified contract
Active on
Ethereum with 2,618 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($123.52)
Native
Value
$123.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,088.04 |
$123.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20158306 | 5 months ago | | | 0 | 0.00011099262 | |
| 19620547 | 7 months ago | | | 0 | 0.0010794381 | |
| 16836484 | 2 years ago | | | 0 | 0.0011381419 | |
| 15928233 | 2 years ago | | | 0 | 0.0021977095 | |
| 15434300 | 2 years ago | | | 0 | 0.00087008987 | |
| 15400172 | 2 years ago | | | 0 | 0.00068016830 | |
| 15230369 | 2 years ago | | | 0 | 0.00030308516 | |
| 15209458 | 2 years ago | | | 0 | 0.00042037252 | |
| 15209458 | 2 years ago | | | 0 | 0.00041961787 | |
| 15197578 | 2 years ago | | | 0 | 0.00032695600 |
ABI
ABI objects
Getter at block 21209552
FREE_SUPPLY() view returns (uint256)
4444
LOCKED() view returns (uint256)
222
LOCKED_MINTED() view returns (uint256)
28
MAX_MINT_FREE_TRANSACTION() view returns (uint256)
2
MAX_MINT_TRANSACTION() view returns (uint256)
10
MINT_PRICE() view returns (uint256)
10000000000000000
NUM_FREE() view returns (uint256)
10
TOTAL_MAX_MINT() view returns (uint256)
1000
TOTAL_SUPPLY() view returns (uint256)
9999
baseTokenURI() view returns (string)
ipfs://bafybeibfquyhkalfmjzcqvdnf2zckt7caam5hsbgsz2rlibd36ypgxpiai/metadata/
canMint() view returns (int256)
1
getFreeRemaining() view returns (uint256)
0
getMaxMint() view returns (uint256)
10
getMintedSupply() view returns (uint256)
4832
getSupplyRemaining() view returns (uint256)
5361
mintEnabled() view returns (bool)
true
name() view returns (string)
beartown
owner() view returns (address)
0x6f4e85a28b21d1281e5e02831539d5fc042b8aef
symbol() view returns (string)
BEARTOWN
totalSupply() view returns (uint256)
4638
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintPrice(uint256 numMint) view returns (uint256, uint256)
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)
userNumMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
buildABear(uint256 numMint) payable
buildBearArmy(address recipient, uint256 num)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMintEnabled(bool _mintEnabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC(address _tokenContract) payable
withdrawFunds() 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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()