Fruglys

Verified contract

Active on Ethereum with 642 txns
Deployed by via 0x5b76e33b at 14589298
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fruglys"

0xdc124fe6ae778036c78df6b515c04d012cd206b19eaa9f9f94dd8d5d92c6f575
0x69ed82253c715c69176c6d360a54afffaba39bde2461fdab1099755bbc50f16c
0xb655c17ee617b8d38636295e151ab1c8b1c2120a84860f2a4bed8aa9ec8f8fa9
0x340d47ea75e179b99f40dc7cf248bbc19e0ddeb3830be51995c15e41755fe58c
0x59e0bcf619268b8de95ea2566a457941db35571fcba0b876a6a4122cd8df459f
From
0x22e04d52cf470c4f42ed29c44a2995cac327a1a37c4d903d500096221220da95
0x26e92a6445d82f0f021e2e9a5edd19b5aa9ebbfb46c7a89974adcd0128f13fd1
0x2bfd80b87035afcf8364280c38596f2ed186cf45b2a8037896c045a0a7333a04
0xa2944454ea0897cd82f2e58b0c604a171daae20fb8b015daaf35bb3cd5695e8c
0xa2c390d2893569873f80620890f5d881424272c80da6a2e1050fccca91fa3d4d

Functions
Getter at block 21195930
BASE_URI(view returns (string)
ipfs://QmTCVoLkQZANUkKhCAWVNNrKTttjBQvT7FD3C6cfCeYjVD/
MAX_PER_TX(view returns (uint256)
20
MAX_PER_WALLET(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
5000
PROVENANCE(view returns (string)
3553b1316dbfa5daf14c47f0db257cc0
name(view returns (string)
Fruglys
owner(view returns (address)
0x0f2ad6b3200c0e182ca5aedae4099dda99b32051
paused(view returns (bool)
false
price(view returns (uint256)
0
symbol(view returns (string)
FRUGLY
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
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)
State-modifying
approve(address touint256 tokenId
flipPause(
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(