FrogsOverDogs

Verified contract

Active on Ethereum with 22 txns
Deployed by via 0xd0644b86 at 17117480
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x38bb9eaa9f8a0f6c28371f709b6eab3682acd1655b0b0dc76b775b4fb60fd3ff
0xdbca122f1ee2a36ddc448a394509c3ed05b59932deada0826d76b82137604b73
0xa0ede672d567db81e6e71224761b2230bbee78c478d5cac11de6fa44937b4fe9
0x8e0c5080ef47cc3dd7b48aa7b9983a5dba2b18c21fe8693214636ea93191db68
0xeb4e6bac8e98d8dd49f9fedbfcca3d96145f33f663b00b4390948c32d6e13b1d
0xe7961a71c0f9028e9545eb580b97f8a513e148aec2f7a1f85de9013550072ff7
0x58edef6d23e0380bfa8c7f5d435ee8120b34d5dd2837543e742a546d33b708cd
0x5dd1c15c8a8d2b49bf9b04d40cee2b881ac3718f95a8ee4e5ea7f97b825357c8
0xb6437d01105ea72d5e2070de9af3b98deabea7ebd9266f5e7a916438faa84810
0xd0692eeb19dc12dcb26e12830fc634a192225566d9e3837051edaea5a1e1de92

Functions
Getter at block 20908894
isRegistryActive(view returns (bool)
false
maxSupply(view returns (uint256)
6969
name(view returns (string)
FrogsOverDogs
owner(view returns (address)
0x81397472ae54f2b69d7d8611cf2f573d34a329d4
pepeAddress(view returns (address)
0x6982508145454ce325ddbe47a25d4ec3d2311933
price(view returns (uint256)
69420000000000000000000000
provenance(view returns (string)
813bfc627bc774b979790a0c16c47db0543d55cc9bf042f98fa6f4a242406da1
registryAddress(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FROGS
totalSupply(view returns (uint256)
84
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
Mint(uint256 quantity
approve(address operatoruint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setIsRegistryActive(bool isActive
setPepeAddress(address _pepeAddress
setPrice(uint256 newPrice
setProvenance(string provenanceValue
setRegistryAddress(address _registryAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
withdrawPEPE(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
QueryForNonexistentToken(
RegistryAddressIsNotSet(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(