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 "Urlz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20130932 | 5 months ago | | | 0 | 0.00022311494 | |
| 19901226 | 6 months ago | | | 0 | 0.00014802185 | |
| 19732482 | 7 months ago | | | 0 | 0.00056366824 | |
| 19712393 | 7 months ago | | | 0 | 0.00032940710 | |
| 19712391 | 7 months ago | | | 0 | 0.00033893975 | |
| 18962002 | a year ago | | | 0 | 0.00075105818 | |
| 18388288 | a year ago | | | 0 | 0.00061981321 | |
| 18210771 | a year ago | | | 0 | 0.00020017421 | |
| 18063331 | a year ago | | | 0.025 | 0.0021829962 | |
| 17568250 | a year ago | | | 0.025 | 0.0032046456 |
ABI
ABI objects
Getter at block 21265791
_isPresale() view returns (bool)
false
_paused() view returns (bool)
false
baseTokenURI() view returns (string)
https://api.urlz.com/api/traits/
getPausedState() view returns (bool isPaused)
false
getPresaleState() view returns (bool isPresale)
false
maxMint() view returns (uint256)
4
name() view returns (string)
Urlz
owner() view returns (address)
0x059abeb5bd821e3cd58985cd97de2ac36d2f32fb
price() view returns (uint256)
25000000000000000
priceExtra() view returns (uint256)
25000000000000000
symbol() view returns (string)
Urlz
totalSupply() view returns (uint256)
1416
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNameFromToken(uint256 id) view returns (string)
getPrice(string[] _usernames) view returns (uint256 totalPrice)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verifyUser(address _presaleAddress) view returns (bool)
State-modifying
Events addUsers(address[] _addressesToPresaleList)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(string[] _usernames, uint256[] _hashes) payable
pauseSale()
preSaleStart()
preSaleStop()
renounceOwnership()
reserveNames(string[] _usernames, uint256[] _hashes)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMaxMint(uint256 _maxMint)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseSale()
withdraw()
withdrawAmount(uint256 amount)
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.
This contract contains no error objects.