3DBears
Verified contract
Active on
Ethereum with 8,009 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 "3DBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250947 | 9 days ago | | | 0 | 0.00050378883 | |
| 21211491 | 15 days ago | | | 0 | 0.00024737573 | |
| 21031036 | a month ago | | | 0 | 0.00022967916 | |
| 21030501 | a month ago | | | 0 | 0.00035813002 | |
| 20651658 | 3 months ago | | | 0 | 0.000096029349 | |
| 20624867 | 3 months ago | | | 0 | 0.000057165444 | |
| 20624862 | 3 months ago | | | 0 | 0.000057645787 | |
| 20607017 | 3 months ago | | | 0 | 0.000052992185 | |
| 20551414 | 3 months ago | | | 0 | 0.000037791793 | |
| 20540728 | 4 months ago | | | 0 | 0.00023204526 |
ABI
ABI objects
Getter at block 21317663
MAX_BEARS() view returns (uint256)
10000
MAX_BEARS_PER_MINT() view returns (uint256)
20
checkPresaleList() view returns (bool)
false
discountPrice() view returns (uint256)
50000000000000000
fullPrice() view returns (uint256)
50000000000000000
isDiscountSaleActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
isSaleActive() view returns (bool)
true
name() view returns (string)
3DBears
owner() view returns (address)
0x3163cd724b4357d3fa70b6a008152b5f244f20a5
summerAddress() view returns (address)
0xe5ba25f22a20a22fb47dadf137f33fe2e9ab22ac
symbol() view returns (string)
3DB
totalSupply() view returns (uint256)
10000
winterAddress() view returns (address)
0xc8bcbe0e8ae36d8f9238cd320ef6de88784b1734
Read-only
balanceOf(address owner) view returns (uint256)
claimed(uint256) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToPresaleList(address[] _wallets)
approve(address to, uint256 tokenId)
discountSaleMint(uint256[] tokenIds) payable
flipDiscountSaleStatus()
flipPresaleStatus()
flipSaleStatus()
mint(uint256 _count) payable
presaleMint(uint256 _count) payable
removeFromPresaleList(address[] _wallets)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setDiscountPrice(uint256 _newPrice)
setFullPrice(uint256 _newPrice)
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.