Band Bears
Verified contract
Active on
Ethereum with 2,797 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 "Band Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21353290 | 4 days ago | | | 0 | 0.00065547398 | |
| 21352704 | 4 days ago | | | 0 | 0.00077103825 | |
| 21348123 | 4 days ago | | | 0 | 0.00057257145 | |
| 21345363 | 5 days ago | | | 0 | 0.0012664677 | |
| 21342794 | 5 days ago | | | 0 | 0.00078149185 | |
| 21334950 | 6 days ago | | | 0 | 0.00073973515 | |
| 21334502 | 6 days ago | | | 0 | 0.0018419835 | |
| 21330698 | 7 days ago | | | 0 | 0.0012769759 | |
| 21310779 | 9 days ago | | | 0 | 0.00079810046 | |
| 21310007 | 10 days ago | | | 0 | 0.0011780985 |
ABI
ABI objects
Getter at block 21378590
name() view returns (string)
Band Bears
symbol() view returns (string)
BANDB
totalSupply() view returns (uint256)
1162
Read-only
balanceOf(address owner) view returns (uint256)
eligibleForClaim(address user) view returns (uint256 sum)
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 airdrop(address[] addrs)
approve(address to, uint256 tokenId)
claim()
mint() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setClaim(uint256 value)
setMint(uint256 value)
setOwner(address newOwner)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.