Urk Town
Verified contract
Active on
Ethereum with 1,051 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 "Urk Town"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19864964 | 6 months ago | | | 0 | 0.000089013011 | |
| 19135026 | 10 months ago | | | 0 | 0.00082609580 | |
| 19134984 | 10 months ago | | | 0 | 0.00067256632 | |
| 16905613 | 2 years ago | | | 0 | 0.00062094946 | |
| 16905583 | 2 years ago | | | 0 | 0.0013309592 | |
| 16622205 | 2 years ago | | | 0 | 0.0012102513 | |
| 15848602 | 2 years ago | | | 0 | 0.00045419411 | |
| 15709259 | 2 years ago | | | 0 | 0.0016508234 | |
| 15681980 | 2 years ago | | | 0 | 0.00040302577 | |
| 15455423 | 2 years ago | | | 0 | 0.0010256701 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
howmanyurks(address) view returns (uint256)
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)
makeUrk(uint256 _urks)
makeurksfly(address lord, uint256 _urks)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI, bool _rev)
setMintStatus(bool _minstatus)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 baseURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()