Silly Old Bear
Verified contract
Active on
Ethereum with 2,765 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 "Silly Old Bear"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884562 | 2 months ago | | | 0 | 0.00052963148 | |
| 20884550 | 2 months ago | | | 0 | 0.00047293515 | |
| 20877630 | 2 months ago | | | 0 | 0.00032754166 | |
| 19708250 | 7 months ago | | | 0 | 0.00026933564 | |
| 19630071 | 8 months ago | | | 0 | 0.00034562495 | |
| 18911370 | a year ago | | | 0 | 0.00025463115 | |
| 18889329 | a year ago | | | 0 | 0.0010086139 | |
| 18730045 | a year ago | | | 0 | 0.0031340014 | |
| 18371776 | a year ago | | | 0 | 0.00033282493 | |
| 18327129 | a year ago | | | 0 | 0.00086952186 |
ABI
ABI objects
Getter at block 21327330
MAX_NFT_PURCHASE() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10000
NFT_PRICE() view returns (uint256)
64000000000000000
name() view returns (string)
Silly Old Bear
owner() view returns (address)
0xa4a7757d12c2a59a65238255d3934431aaa9e665
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SOB
totalSupply() view returns (uint256)
1885
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintSOB(uint256 numberOfTokens) payable
mintSOBForFree()
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
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.