Barbearian
Verified contract
Active on
Ethereum with 3,659 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 "Barbearian"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19884990 | 6 months ago | | | 0 | 0.00010328925 | |
| 19884985 | 6 months ago | | | 0 | 0.00019697184 | |
| 19779848 | 6 months ago | | | 0 | 0.00022886444 | |
| 19158650 | 9 months ago | | | 0 | 0.00034184258 | |
| 19114243 | 10 months ago | | | 0 | 0.00069126458 | |
| 18913359 | 10 months ago | | | 0 | 0.00041556866 | |
| 18776741 | a year ago | | | 0 | 0.0014860142 | |
| 18758110 | a year ago | | | 0 | 0.0010839998 | |
| 18723423 | a year ago | | | 0 | 0.0012349087 | |
| 18723356 | a year ago | | | 0 | 0.0013142984 |
ABI
ABI objects
Getter at block 21202850
COLLECTION_SIZE() view returns (uint256)
10000
hibernationStatus() view returns (bool)
true
name() view returns (string)
Barbearian
owner() view returns (address)
0xbecca544da77c293e1017a621da5f44374500317
symbol() view returns (string)
BEAR
totalSupply() view returns (uint256)
3531
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hibernationPeriod(uint256 tokenId) view returns (bool resting, uint256 current, uint256 total)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rewardOf(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenOfRewardByIndex(address owner, uint256 index) view returns (struct Reward)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addWhitelist(uint256[] tokenIds, address[] accounts)
approve(address to, uint256 tokenId)
changeHibernationStatus(bool status)
claimBears(uint256[] rewardIndexes)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
toggleHibernation(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.