Hashrunes
Verified contract
Active on
Ethereum with 1,226 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x47dd…1301
Balances ($0.00)
No balances found for "Hashrunes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115547 | 21 days ago | | | 0 | 0.00058272705 | |
| 20900293 | 2 months ago | | | 0 | 0.00026282669 | |
| 20875411 | 2 months ago | | | 0 | 0.00032466018 | |
| 20199209 | 5 months ago | | | 0 | 0.000088470234 | |
| 19691455 | 7 months ago | | | 0 | 0.00054912872 | |
| 19654179 | 7 months ago | | | 0 | 0.00053134911 | |
| 18907668 | a year ago | | | 0 | 0.00062145712 | |
| 18208566 | a year ago | | | 0 | 0.00034475347 | |
| 18155011 | a year ago | | | 0 | 0.00036504234 | |
| 17843505 | a year ago | | | 0 | 0.0010810420 |
ABI
ABI objects
Getter at block 21266548
baseTokenURI() pure returns (string)
https://api.hashrunes.com/v1/runes/1/
baseURI() view returns (string)
contractURI() pure returns (string)
https://api.hashrunes.com/v1/contract/1
isOwner() view returns (bool)
false
maxSupply() view returns (uint256)
1000
name() view returns (string)
Hashrunes
owner() view returns (address)
0x30dd12344ce6bb4596c37f68b507028fabfe2e0f
price() view returns (uint256)
354400000000000000
priceIncrement() view returns (uint256)
1000000000000000
symbol() view returns (string)
RUNE
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCharacters(string _name) pure returns (string)
getColors(string _name) pure returns (uint256[])
getName(uint256 _tokenId) view returns (string)
getRune(string _name) pure returns (string)
getTokenId(string _name) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
decreaseMaxSupply(uint256 _amount)
increasePriceIncrement(uint256 _amount)
mint(string _name) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
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(address _proxyRegistryAddress, address _genesisContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.