The latest block we've processed for this chain is 21213264, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

Owlabama

Verified contract

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

No balances found for "Owlabama"

0x92ba3bacdacf1e5d2c70fb6fcc125b4a7545686a3a4c0b1baaa7ef2c83283ed7
0x45fbd12b1fde6c734b489f4f2c22fd732f87ab96fbe5c524412f8a008736d0fd
0x40e04b182dbc5568e42ad3c31b1b64e67797ec5486ac6c362e95b268bb5c8135
0xe05603dc416185ec935ab1c05af8e5854ac152f97c186603f10265cafc0b2373
0x213117d62f875081779b32ff4818da4242e4c44172e99f45f8f9dd8326ea4445
0x1d965659173265050336e81c9b148eeaaa1b0abdf1babd858c4c5679bae07ffc
0xe32190b9837f94752eb2bef392fb0f480b6c44cc98274a20259e3033df287db3
0x3034604734ce125208ad2b1715efb00935ccf37c2beb7047f745d53d4e3f8bc2
0x0a7ba24e65c5402b918f6fe1b02f3031526e4107dd21bf7dcf3c39fdb67f92f2
0xf75db43fd32a814665b46c7f81f843a04e1e38f03529a10695c105c0923d1f59

Functions
Getter at block 21213263
NUM_FREE_MINTS(view returns (uint256)
8888
cost(view returns (uint256)
2000000000000000
freeNFTAlreadyMinted(view returns (uint256)
624
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
5
maxMintAmountPerWallet(view returns (uint8)
10
maxSupply(view returns (uint16)
1111
name(view returns (string)
Owlabama
owner(view returns (address)
0x1f2b15503c95c3d82c2f668000f6a029b9c2a1c0
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
OWL
totalSupply(view returns (uint256)
924
Read-only
NFTPerPublicAddress(addressview returns (uint8)
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
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setNumFreeMints(uint256 _numfreemints
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
seturiSuffix(string _uriSuffix
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(string _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(