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 "2PAWDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19482567 | 8 months ago | | | 0 | 0.00070320706 | |
| 16578062 | 2 years ago | | | 0 | 0.0018953136 | |
| 16576917 | 2 years ago | | | 0 | 0.0013105739 | |
| 16576903 | 2 years ago | | | 0 | 0.0011415154 | |
| 16576710 | 2 years ago | | | 0 | 0.0012032106 | |
| 16576610 | 2 years ago | | | 0 | 0.0011196229 | |
| 16571595 | 2 years ago | | | 0 | 0.0016892206 | |
| 16562152 | 2 years ago | | | 0 | 0.00073904099 | |
| 16549340 | 2 years ago | | | 0 | 0.0023695165 | |
| 16548174 | 2 years ago | | | 0 | 0.0010015399 |
ABI
ABI objects
Getter at block 21258125
name() view returns (string)
2PAWDAO
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
2PAWDAO
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerIds(uint256 _idsCount, address _owner) view returns (uint256[] ids)
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)
mint(address to, uint256 quantity)
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(uint256 _maxBatchSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.