the locals

Verified contract

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

No balances found for "the locals"

0x7a9fa7ef1f0a0b40b0e69fcebad8cdf01fc8c20d5c4a8edb9affad79557d62c9
0x79dc47c6f5633b93eff006b76dccf449ac208cb16d7381cf42f16731ee296866
0x5cd0ea0558fdcbdf5b7d074efd074e27b71f77c4b910a4cc204560b313c04185
0x4068a3a52b07713abda945736cd4ff4bdf0e7bc9c43e59856883992bfbc891ea
0x199dc2104f45823d164a7dd29b7746b06d06c6df5f1380eb62a48bd515aad1c9
0x0f03baca8ea258cff53104c4341cdbfa78eb2ea04727e568748f211c1e30d04b
0x9f2c73b6988838168b0f8c5f9c7d6b7aa35f05f6816f8e9d0d5daf13a2038d47
0xcbd396e90bac2b7395953d2e689f791581592f3346a0253eca84cb0a1318369e
0x007302c4de93f56764de206aba77609b361f5fd4ebc2789cc03b1c86cfcfd359
0x91bb053c5465bea472f39d5f0487ab058aa58fc91462def0fe8cbd21b82f5efe

Functions
Getter at block 21058727
MAX_PER_WALLET(view returns (uint256)
10
contractURI(pure returns (string)
maxSupply(view returns (uint256)
5000
name(view returns (string)
the locals
owner(view returns (address)
0xdb8fe80cc847241bf2656181f3039039f527aee5
symbol(view returns (string)
TL
totalSupply(view returns (uint256)
4992
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(