SummerBears
Verified contract
Active on
Ethereum with 3,137 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 "SummerBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106629 | 15 days ago | | | 0 | 0.00013057200 | |
| 21030483 | a month ago | | | 0 | 0.00033779407 | |
| 20962001 | a month ago | | | 0 | 0.00067940524 | |
| 20938260 | a month ago | | | 0 | 0.00039673160 | |
| 20938259 | a month ago | | | 0 | 0.00059821160 | |
| 20651653 | 3 months ago | | | 0 | 0.000065623436 | |
| 20607025 | 3 months ago | | | 0 | 0.000045137839 | |
| 20578201 | 3 months ago | | | 0 | 0.00018051799 | |
| 20540867 | 3 months ago | | | 0 | 0.00011933312 | |
| 20540864 | 3 months ago | | | 0 | 0.00013023102 |
ABI
ABI objects
Getter at block 21214845
MAX_BEARS() view returns (uint256)
10000
name() view returns (string)
SummerBears
owner() view returns (address)
0x3163cd724b4357d3fa70b6a008152b5f244f20a5
symbol() view returns (string)
SB
totalSupply() pure returns (uint256)
10000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airDropBears(address[] owners, uint16[] tokenIds)
approve(address to, uint256 tokenId)
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)
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.