florkflork

Verified contract

Active on Ethereum with 208 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "florkflork"

0x7074ec7b4d160ba80d284dfac88ef43242d76afb69c1255232d4b07745e42997
0xe8c234b8c3953108fd72e0d5bdb76706c87b6222e42265830fca77c2d86a921e
0x0871e9663c7fc249b2f4b7223ecf26a34490f6ccca3e9fad2f08973f666c789b
0x5d04c55f2c59f66fa85842ace958608052853ca3240aa47b61e097e1f85fc01d
0xb6a48496dc7f08ce4733f1038fb37e090b716b11671e00867260cd230609a087
0xd0c97961a438e75011e520dfa5c10be97acf11374d52548eeac5110776db8a74
0xd1ad307019f620a88acb93bccfa2187604fed6f68dec2bcbeb5a8c9d03ae6018
0x0bd4d724f4c3e1dba4c785ba24105af284ddabdb51534222b0b1143d340b485e
0xc9ec0ae0f7052f49c55438cb6e1cd61e8a70d2d08c4cc29df61292109d2e422d
0x444b23efb4b8b6bf1eee78cc3a2b3a8c53f1be107f176e4933fd1d3f341618f5

Functions
Getter at block 21037815
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmV7p52gAo8hcHbXMRkbeScSewPbwFpA8Ysy9iCdPKv5Bh/
maxSupply(view returns (uint256)
2000
mintCost(view returns (uint256)
2000000000000000
name(view returns (string)
florkflork
owner(view returns (address)
0x3f2ec7de5959d6cada131c37f4bbfe1e2237b26f
saleActive(view returns (bool)
true
symbol(view returns (string)
FLORK
totalSupply(view returns (uint256)
429
walletMax(view returns (uint256)
20
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 operatoruint256 tokenIdpayable 
flipSale(
florkMint(uint256 mintAmountpayable 
florkReserve(uint256 mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setCost(uint256 newCost
setWalletMax(uint256 newMax
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(