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 "Orcz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142032 | 10 days ago | | | 0 | 0.00053023739 | |
| 21077469 | 19 days ago | | | 0 | 0.00042590981 | |
| 21026590 | a month ago | | | 0 | 0.00014952226 | |
| 21023934 | a month ago | | | 0 | 0.00053043701 | |
| 20998373 | a month ago | | | 0 | 0.00042034193 | |
| 20939824 | a month ago | | | 0 | 0.00065214285 | |
| 20855049 | 2 months ago | | | 0 | 0.00036989921 | |
| 20765177 | 2 months ago | | | 0 | 0.00017422779 | |
| 20586338 | 3 months ago | | | 0 | 0.000050233658 | |
| 20483461 | 3 months ago | | | 0 | 0.00053670023 |
ABI
ABI objects
Getter at block 21212143
leftToPayCommunity() view returns (uint256)
0
name() view returns (string)
Orcz
owner() view returns (address)
0xdaf657b6708b84dd0616d22be7d4fea820c4ca4b
symbol() view returns (string)
ORCZ
totalSupply() view returns (uint256)
8798
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)
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)
burn(uint256 tokenId)
mint(uint256 amount) payable
pause()
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateOrcz(uint256 indexed id)
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.