Hashflow Ethereum NFT
Verified contract
Active on
Ethereum with 1,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Hashflow Ethereum NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20589454 | 3 months ago | | | 0 | 0.000026164737 | |
| 20539559 | 3 months ago | | | 0 | 0.000035340283 | |
| 20523184 | 3 months ago | | | 0 | 0.000050747188 | |
| 20350173 | 4 months ago | | | 0 | 0.000061259590 | |
| 20349824 | 4 months ago | | | 0 | 0.000057751410 | |
| 20260668 | 4 months ago | | | 0 | 0.00023895937 | |
| 20123977 | 5 months ago | | | 0 | 0.000065994570 | |
| 19856936 | 6 months ago | | | 0 | 0.000076693221 | |
| 19856936 | 6 months ago | | | 0 | 0.000076631123 | |
| 19743318 | 7 months ago | | | 0 | 0.00013307739 |
ABI
ABI objects
Getter at block 21200889
baseURI() view returns (string)
https://graphigo.prd.galaxy.eco/metadata/0x71ec7986247914b28e983d63066eae42eb38a020/
getNumMinted() view returns (uint256)
2316
name() view returns (string)
Hashflow Ethereum NFT
owner() view returns (address)
0xff918a3ff6ccc3722197b555a7a30de9a37906db
symbol() view returns (string)
HASH
totalSupply() view returns (uint256)
2316
transferable() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
minters(address) 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 id) view returns (string)
State-modifying
Events addMinter(address minter)
approve(address to, uint256 tokenId)
burn(address account, uint256 id)
burnBatch(address account, uint256[] ids)
mint(address account, uint256 powah) returns (uint256)
mintBatch(address account, uint256 amount, uint256[] powahArr) returns (uint256[])
removeMinter(address minter)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setName(string _name)
setSymbol(string _symbol)
setTransferable(bool _transferable)
setURI(string newURI)
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)
EventMinterAdded(address indexed newMinter)
EventMinterRemoved(address indexed oldMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.