BearTings
Verified contract
Active on
Ethereum with 12,315 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 "BearTings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20996751 | a month ago | | | 0 | 0.00023609103 | |
| 20981839 | a month ago | | | 0 | 0.00033621133 | |
| 20715640 | 2 months ago | | | 0 | 0.000084948796 | |
| 20586558 | 3 months ago | | | 0 | 0.000023500639 | |
| 20586079 | 3 months ago | | | 0 | 0.000026024629 | |
| 20573277 | 3 months ago | | | 0 | 0.000024550935 | |
| 20573272 | 3 months ago | | | 0 | 0.000022482767 | |
| 20511858 | 3 months ago | | | 0 | 0.00014342727 | |
| 20451800 | 3 months ago | | | 0 | 0.000030862238 | |
| 20396127 | 4 months ago | | | 0 | 0.000086132828 |
ABI
ABI objects
Getter at block 21210912
maxMintsPerWallet() view returns (uint16)
1
maxSupply() view returns (uint16)
5000
mintCost() view returns (uint256)
0
mintMode() view returns (uint8)
2
name() view returns (string)
BearTings
owner() view returns (address)
0xd2b0275140bbf7db17db82fb77b77063573f1ab9
symbol() view returns (string)
BEART
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
cost(address account, uint16 nfts) view returns (uint256)
freeMinters(address) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minter(address _account) view returns (uint16)
mintsLeft(address account) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
mint(uint16 _mintAmount) payable
mintByOwner(address to, uint16 mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newbaseURI)
setExtension(string newbaseExtension)
setFreeMinters(address[] accounts, uint16 amount)
setMaxMintsPerWallet(uint16 _newMaxMintAmount)
setMaxSupply(uint16 _maxSupply)
setMintCost(uint256 _mintCost)
setMintMode(uint8 _mintMode)
setRoyalties(address _recipient, uint96 _basepoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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.
This contract contains no error objects.