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 "b"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19521049 | 7 months ago | | | 0 | 0.00092115127 | |
| 18565975 | a year ago | | | 0 | 0.0011145151 | |
| 16585953 | 2 years ago | | | 0 | 0.0016363348 | |
| 16524588 | 2 years ago | | | 0 | 0.00035109836 | |
| 16308782 | 2 years ago | | | 0 | 0.00074661612 | |
| 16287663 | 2 years ago | | | 0 | 0.00067209763 | |
| 16227363 | 2 years ago | | | 0 | 0.00079500529 | |
| 16117128 | 2 years ago | | | 0 | 0.00063287186 | |
| 15570780 | 2 years ago | | | 0 | 0.00027306263 | |
| 15570775 | 2 years ago | | | 0 | 0.00028181212 |
ABI
ABI objects
Getter at block 21161140
claimIsActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
b
owner() view returns (address)
0xe02e9eff1cdca627aaede6b9790a934222581ec6
symbol() view returns (string)
b
totalSupply() view returns (uint256 supply)
1000
Read-only
addressClaimed(address) view returns (uint256)
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 approve(address to, uint256 tokenId)
claim()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setClaimState(bool newState)
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.