PET THE DOG(ERC404)

Verified contract

Active on Ethereum with 1,146 txns
Deployed by via 0x1ffdb5d6 at 19171099
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PET THE DOG(ERC404)"

0x81485ead30d797be2a23db95109bf3d6fd295fa84f3acf1511e2b17413c4ad58
0xdfc68f6b909f1f5cbafe829c5e4309726c1e9450a4edc78d69e6d5c4e75b1a2a
0xf8b46bf0b52f3c7986e1922cefefee30ab27c983bfe24e8261c2a3020597db5a
0xffb5aae303e193abd7857a499138d0d147df7c4e992a0f510a25a3e80b73492a
0x7b8248d502e03a0d0aefe3377e09826c00153a1719a79f9d7c98641bdc13e7b0
0x56d78333603fededb8fb14f7d6fbbb844156dba45b1e9b038626ffba6d00ba40
0x030a2a035824f9c7911ef4c71f102f6fced7a20868526a11f74c140bddbf6390
0x11b840ffa6d395f13243f23b6956cbb152c784beb4cbdd3b2f6d2956054edc48
0x8a731387b78edbc7556f5e3123f7ab6612b798d4829ce0a58633ccbb6c88d239
0x50ba1b167e2d5f45d2c788d93b2f9690f9812e3cba6883e1357eaa8ef4729ac7

Functions
Getter at block 21220976
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://ipfs.io/ipfs/bafybeift3imgujnicbpdkucm3wghisbpk2viegda62bhbvni6tvb3bz6fm/
decimals(view returns (uint8)
18
minted(view returns (uint256)
6234
name(view returns (string)
PET THE DOG(ERC404)
owner(view returns (address)
0x159e88d2ff9ef1265e51bdbd77ac4c8334b2eb29
symbol(view returns (string)
DOGPET
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(