Urk Town

Verified contract

Active on Ethereum with 1,051 txns
Deployed by via 0xd430e15b at 14880212
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Urk Town"

0x3e67c3d5fad28a6e80a0287fa14a18c1b1c1f3aca5bd84535359d5ff3f361cf0
0x146b701fcf16f254b6d5b131baf381ca450e7a75ad0a2a2921a3471b42d12e8a
0x84867792ba619614a2f0124e81345d725ca2a3bab9f8b546fa0d3366f2adef53
0x5d0f16c63378b834d97f5d223aad8b1cf4d41c1140ea038e0701842ff9651c8d
0x34a6d87516b9bbf73bdbe1c62aa3c282ce8b6928c110d68a1a95d13cce11d83e
0xebd82c77745cc35a5eadc3c4e6831f87c2b57d9a19a45cbeb06600cef3908380
0xc71ac2152188d400784240785883efcff97641f5e55938cfb8f3f87bc85d6cfd
0xbc7895077d9283904a4c16d921b82b100c2e3de1296771bb35e83132ab2f1f88
0x4e6f4c2d5638f0cb947e8e10de40d0f344deb38ff3c08340e23770f106fe62b4
0x8ac401a72dc68ebb1eb272ffe78b80d98039a360722a12ef05b9d36e1dee3360

Functions
Getter at block 21283490
MAX_MINT_WALLET(view returns (uint256)
15
MAX_SUPPLY(view returns (uint256)
10000
MAX_TOKENS_PER_MINT(view returns (uint256)
15
contractURI(view returns (string)
ipfs://bafybeiaciys24h6cipuf3bamqu6tfaubdgtitt77xh2ivzt7gjutthrqxu/contract.json
minstatus(view returns (bool)
true
name(view returns (string)
Urk Town
owner(view returns (address)
0x0c686cf0c7f386475ed810bf80e47c8c971da32b
rev(view returns (bool)
true
symbol(view returns (string)
URK
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
howmanyurks(addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
makeUrk(uint256 _urks
makeurksfly(address lorduint256 _urks
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURIbool _rev
setMintStatus(bool _minstatus
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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 baseURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(