bearmarketwtf
Verified contract
Active on
Ethereum with 4,942 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "bearmarketwtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748213 | 2 months ago | | | 0 | 0.00010861771 | |
| 20711754 | 2 months ago | | | 0 | 0.00014340500 | |
| 20651935 | 3 months ago | | | 0 | 0.000027437443 | |
| 20246198 | 4 months ago | | | 0 | 0.000049634000 | |
| 20246164 | 4 months ago | | | 0 | 0.000049802000 | |
| 20246133 | 4 months ago | | | 0 | 0.000044447502 | |
| 20243242 | 4 months ago | | | 0 | 0.000065135813 | |
| 19863861 | 6 months ago | | | 0 | 0.00013120835 | |
| 19863044 | 6 months ago | | | 0 | 0.00027539251 | |
| 19819688 | 6 months ago | | | 0 | 0.00016378471 |
ABI
ABI objects
Getter at block 21204683
baseURI() view returns (string)
https://bearmarketwtf.s3.amazonaws.com/
chanceFreeMintsAvailable() view returns (uint256)
0
isPublicLive() view returns (bool)
false
isWhitelistLive() view returns (bool)
false
maxPerTransaction() view returns (uint256)
100
maxPerWallet() view returns (uint256)
100
maxTotalSupply() view returns (uint256)
4444
mintPrice() view returns (uint256)
30000000000000000
name() view returns (string)
bearmarketwtf
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x1a66f593ec0353b448cd87d9a497eef49e2238a4
symbol() view returns (string)
BMWTF
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsPerWallet(address) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
whitelistMintsPerWallet(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleState()
flipWhitelistSaleState()
mintPrivate(address _receiver, uint256 _amount)
mintPublic(uint256 _amount) payable
mintWhitelist(bytes32[] _proof)
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)
setChanceFreeMintsAvailable(uint256 _chanceFreeMintsAvailable)
setMaxPerTransaction(uint256 _maxPerTransaction)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxTotalSupply(uint256 _maxTotalSupply)
setMerkleTreeRoot(bytes32 _merkleTreeRoot)
setMintPrice(uint256 _mintPrice)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.