Barn Owlz
Verified contract
Active on
Ethereum with 5,387 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Barn Owlz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162298 | 4 days ago | | | 0 | 0.00066053434 | |
| 21154864 | 5 days ago | | | 0 | 0.00038201291 | |
| 21152778 | 5 days ago | | | 0 | 0.00060184975 | |
| 21143499 | 7 days ago | | | 0 | 0.0011915825 | |
| 21140993 | 7 days ago | | | 0 | 0.00044659589 | |
| 21136999 | 8 days ago | | | 0 | 0.0010285474 | |
| 21135905 | 8 days ago | | | 0 | 0.00067236865 | |
| 21105292 | 12 days ago | | | 0 | 0.00014130617 | |
| 21103767 | 12 days ago | | | 0 | 0.000080080689 | |
| 21093150 | 14 days ago | | | 0 | 0.0017148308 |
ABI
ABI objects
Getter at block 21192130
LICENSE_TEXT() view returns (string)
MAX_OWLS() view returns (uint256)
3000
OWL_PROVENANCE() view returns (string)
0e828ef8ccafa176ec275993b7879891479a0bc5d1bd1bceab144d6922d1446c
baseURI() view returns (string)
https://www.barnowlz.io/api/token?id=
maxOwlPurchase() view returns (uint256)
3
name() view returns (string)
Barn Owlz
owlPrice() view returns (uint256)
20000000000000000
owlReserve() view returns (uint256)
0
owner() view returns (address)
0xe4c49c63e3896063f2fa8579b6a1b61850724537
saleIsActive() view returns (bool)
true
symbol() view returns (string)
OWLZ
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
owlNames(uint256) view returns (string)
owlNamesOfOwner(address _owner) view returns (string[])
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewOwlName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
changeOwlName(uint256 _tokenId, string _name)
flipSaleState()
lockLicense()
mintOwl(uint256 numberOfTokens) payable
renounceOwnership()
reserveOwls(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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)
licenseisLocked(string _licenseText)
owlNameChange(address _by, uint256 _tokenId, string _name)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.