8BITSHIELDS
Verified contract
Active on
Ethereum with 73 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 "8BITSHIELDS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16488618 | 2 years ago | | | 0 | 0.00073969548 | |
| 16347713 | 2 years ago | | | 0 | 0.00064527202 | |
| 16286703 | 2 years ago | | | 0 | 0.0013608151 | |
| 15723194 | 2 years ago | | | 0 | 0.0013388108 | |
| 15723153 | 2 years ago | | | 0 | 0.0014840680 | |
| 15007399 | 2 years ago | | | 0 | 0.0013900230 | |
| 14973632 | 3 years ago | | | 0 | 0.0026873115 | |
| 14782297 | 3 years ago | | | 0 | 0.0010019970 | |
| 14711274 | 3 years ago | | | 0 | 0.0016335469 | |
| 14652410 | 3 years ago | | | 0 | 0.0013346082 |
ABI
ABI objects
Getter at block 21430002
name() view returns (string)
8BITSHIELDS
owner() view returns (address)
0xe3fa7ada227563c938cfd6bce484098c26fe160a
symbol() view returns (string)
8BITSHIELDS
totalSupply() view returns (uint256)
41
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBackground(uint256 tokenId) pure returns (uint256 retbackground)
getCheckerPattern(uint256 tokenId) pure returns (uint256 retcheckerPattern)
getColor(uint256 tokenId) pure returns (uint256 retcolor)
getEight(uint256 tokenId) pure returns (uint256 reteight)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toString(uint256 value) pure returns (string)
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)
claim(uint8 tokenId)
ownerClaim(uint8 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.