Fast Food Okay Bears
Verified contract
Active on
Ethereum with 1,557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Fast Food Okay Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16900777 | 2 years ago | | | 0 | 0.0012620513 | |
| 16875431 | 2 years ago | | | 0 | 0.00061991935 | |
| 16664568 | 2 years ago | | | 0 | 0.0012512702 | |
| 16592517 | 2 years ago | | | 0 | 0.0010072233 | |
| 16587409 | 2 years ago | | | 0 | 0.0011522395 | |
| 16407394 | 2 years ago | | | 0 | 0.00087098848 | |
| 16235519 | 2 years ago | | | 0 | 0.00064004422 | |
| 15904644 | 2 years ago | | | 0 | 0.00070569847 | |
| 15888107 | 2 years ago | | | 0 | 0.0010855977 | |
| 15678585 | 2 years ago | | | 0 | 0.00049541085 |
ABI
ABI objects
Getter at block 21287065
MAX_FREE_MINTS_PER_WALLET() view returns (uint16)
5
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
4444
MAX_SUPPLY_FROZEN() view returns (bool)
false
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
5000000000000000
SALE_IS_ACTIVE() view returns (bool)
true
name() view returns (string)
Fast Food Okay Bears
owner() view returns (address)
0x222882d4dd954197308604fea98d7c7fcac11f03
paused() view returns (bool)
false
symbol() view returns (string)
FFOB
totalFreeMinted() view returns (uint256)
3890
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getFreeMints(address addy) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freezeMaxSupply()
freezeMetadata()
mint(uint32 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet)
setMaxMintPerTx(uint256 maxMint)
setMaxSupply(uint256 newMaxSupply)
setPrice(uint256 price)
setSaleState(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 price, uint256 maxSupply, uint256 maxMintPerTx, uint16 maxFreeMintsPerWallet, string baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()