Flipped Frank

Verified contract

Active on Ethereum with 290 txns
Deployed by via 0x7163eeb8 at 14522455
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $73.03
0x38270823c98a9ea59de468b011a97bc5e2ac2c4db76a094e0c24b27302671c27
0x4982503ef6dabd2a15a7d45bdfd1491fe777742e51894bada125374787b3ab4d
0x01a6b81d1a68907f6b27f89c5657bdd0a70baf0af240dd156032b47d432592c6
0x3a0b72347a99492468b57c0e15c730141c8036f5c95255ed56e1b950f762f8eb
0xc17e89e76c29d17f477aeecc34ab704b2103b0d5ba21c72596a0a23d5ce9297c
0xa1417eeadd77b42bc8de8c94e76e4c304fbc8d37b285ea2d4c56e98212387177
0x071a35e9730690e8db64920e527a3eb784351d89fc71db8a23c756c2f2072b96
0xfc00c3e67e7318fd616573d702e83f31a7c1d5ad2183a6eeebf2af5c3a4c8ab6
0xad0c99d766e46125216bad5e3dffd45eda087433b8ff93194af28a9f31efbe5b
0x5be7482213bec956503adb51b3a47448665adf228f95d5fc8b29dfcca0eca93f

Functions
Getter at block 20926471
MAX_MINT(view returns (uint256)
3333
MAX_MINT_PER_TX(view returns (uint256)
20
baseURI(view returns (string)
ipfs://Qme2tyrZMbZbMjNxYfiDGJv68w8YnKSD76e6FHBDP1TGfA/
cost(view returns (uint256)
10000000000000000
name(view returns (string)
Flipped Frank
owner(view returns (address)
0x95115676b2d292b891c5c7fc46c331d41b416f35
paused(view returns (bool)
false
symbol(view returns (string)
FLIPPEDFRANK
totalSupply(view returns (uint256)
588
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(uint256 quantity
mintflippedFrank(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(uint256 _newCost
setBaseURI(string uri
setCost(uint256 _newCost
toggleSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(