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 "Owlabama"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16336600 | 2 years ago | | | 0 | 0.0025446595 | |
| 16334641 | 2 years ago | | | 0 | 0.0015148860 | |
| 16330103 | 2 years ago | | | 0 | 0.0039941546 | |
| 16330017 | 2 years ago | | | 0.004 | 0.0011040855 | |
| 16329973 | 2 years ago | | | 0.006 | 0.0015206241 | |
| 16329828 | 2 years ago | | | 0 | 0.0013044997 | |
| 16329716 | 2 years ago | | | 0 | 0.0015033948 | |
| 16329714 | 2 years ago | | | 0 | 0.0014026623 | |
| 16329711 | 2 years ago | | | 0.01 | 0.0016695007 | |
| 16329708 | 2 years ago | | | 0 | 0.0016248939 |
ABI
ABI objects
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(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()