FatFingers

Verified contract

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

No balances found for "FatFingers"

0xa7324eb4936e8b46e1b97be2f25e0f95f02b54cadab63a697a34a271ee77f096
0xbfcde9ebce7cd6b5e09df9db0bb53b8b64c6076b160ab816184c69a66c238f08
0x4f1514fd60f4b3950bd1fcf17a7074f4dc2e55c8f4711a19d1e44bd03c2f9cba
0x6259e934506e256b09072505cf96c17b69c2526bdbfeb6e8b83eaf2dbf4d8d84
0xe5e62cf12392e52c5216a8b8d3b53b84ccd4ebc28e34999bbaf48376e46caa8d
0xcbf4679a18a027a6974156a961a4a5768feab7e6c0687d366bdc703b6e84f872
0x262367e0cc7e4fc287462c2bd0241845c7fb8398f386639d2a66568d4e71e89b
From
0x4b810e95a7b07e3372f57a935f37c65587877aec6f7f28af2beb41b49a8227dc
0x07c32ca857d97a36a2d8765829cccc7e66156d9c8bd5be4f9cb069f09e0c9b24
0xa80f6d90fb621d6e2cf55b8ad57df5e527f466ad34e7b3d8b0cdc4e52d25654f

Functions
Getter at block 21089789
FREE_MINT_LIMIT(view returns (uint256)
1
FREE_TOKEN_PRICE(view returns (uint256)
0
MAX_SUPPLY(view returns (uint256)
5555
PAID_MINT_LIMIT(view returns (uint256)
10
PAID_TOKEN_PRICE(view returns (uint256)
1000000000000000
baseURI(view returns (string)
https://ipfs.io/ipfs/bafybeicgjegspnyjfseodteb73zbste4bpqpvj6f6tsdvz5cykpcpfisai/
mintState(view returns (uint8)
1
name(view returns (string)
FatFingers
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x28c8ee1869b70d37ad2fdb46a189923cf616d768
symbol(view returns (string)
FF
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
freeTokensRemainingForAddress(address whoview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
paidTokensRemainingForAddress(address whoview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
batchMint(address[] recipientsuint256[] quantities
mintFree(
mintPaid(uint256 quantitypayable 
renounceOwnership(
repeatRegistration(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeLimit(uint256 _newLimit
setMintState(uint256 newState
setOperatorFilteringEnabled(bool value
setPaidLimit(uint256 _newLimit
setPrice(uint256 _newPrice
setSupply(uint256 _newSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawToRecipients(
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(string baseURI_address recipientuint256 allocation
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(