LocalWeather
Verified contract
Active on
Ethereum with 2,234 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 "LocalWeather"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19859292 | 7 months ago | | | 0 | 0.000099699944 | |
| 19495495 | 8 months ago | | | 0 | 0.00042791266 | |
| 19105085 | 10 months ago | | | 0 | 0.00072199105 | |
| 19105080 | 10 months ago | | | 0 | 0.0012740672 | |
| 19080429 | 10 months ago | | | 0 | 0.00028627460 | |
| 18991640 | a year ago | | | 0 | 0.00082948490 | |
| 18898503 | a year ago | | | 0 | 0.00071491601 | |
| 18893507 | a year ago | | | 0 | 0.00088602823 | |
| 18822176 | a year ago | | | 0 | 0.0015084083 | |
| 18802788 | a year ago | | | 0 | 0.00081103697 |
ABI
ABI objects
Getter at block 21320774
maxPerTransaction() view returns (uint8)
3
maxPerWallet() view returns (uint8)
3
merkleRoot() view returns (bytes32)
0xdb357b70b1437f8e7495d0c1be50d1f2b7a77183eb15e5d0f98351ac42ac78f1
name() view returns (string)
LocalWeather
nftPrice() view returns (uint256)
149500000000000000
owner() view returns (address)
0x6fe2fc293e439f12918195ec50c41fbde486cbac
preReveal() view returns (bool)
true
publicSaleStarted() view returns (bool)
false
reservedNFTsAmount() view returns (uint16)
0
saleStarted() view returns (bool)
false
symbol() view returns (string)
LW
totalNFTs() view returns (uint16)
18888
totalSupply() view returns (uint256)
2459
Read-only
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 approve(address to, uint256 tokenId)
mint(bytes32[] proof, bytes32 leaf, uint8 amount) payable
pauseSale()
renounceOwnership()
reserveNFT(address to, uint16 amount)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setMerkleRoot(bytes32 _root)
setNFTPrice(uint256 price)
setPreRevealBaseURI(string _preRevealBaseUri)
startSale()
togglePublicSale()
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 name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()