Doggos (for DOG Owners)
Verified contract
Active on
Ethereum with 4,668 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOG | ERC-20 | 1 | $0.005865 |
$0.01 | |
ANFD | ERC-20 | 120K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21181233 | 13 days ago | | | 0 | 0.0033694408 | |
| 21038611 | a month ago | | | 0 | 0.00036141049 | |
| 21013516 | a month ago | | | 0 | 0.00015704100 | |
| 21008858 | a month ago | | | 0 | 0.00041538630 | |
| 20829573 | 2 months ago | | | 0 | 0.0023017776 | |
| 20702312 | 3 months ago | | | 0 | 0.000066961068 | |
| 20369779 | 4 months ago | | | 0 | 0.00042718774 | |
| 20350084 | 4 months ago | | | 0 | 0.00014581859 | |
| 20084407 | 5 months ago | | | 0 | 0.00060356767 | |
| 20027490 | 6 months ago | | | 0 | 0.00088582956 |
ABI
ABI objects
Getter at block 21276431
name() view returns (string)
Doggos (for DOG Owners)
symbol() view returns (string)
DOGGO
token() view returns (address)
0xbaac2b4491727d78d2b78815144570b9f2fe8899
totalSupply() view returns (uint256)
3792
Read-only
balanceOf(address owner) view returns (uint256)
getAbility(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getChest(uint256 tokenId) view returns (string)
getHead(uint256 tokenId) view returns (string)
getName(uint256 tokenId) view returns (string)
getSpecies(uint256 tokenId) view returns (string)
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 adopt()
approve(address to, uint256 tokenId)
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)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.