Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$5,749.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.78728 | $3,217.15 |
$5,749.95 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16562749 | 2 years ago | | | 0 | 0.0017633271 | |
| 14415341 | 3 years ago | | | 0 | 0.00037780681 | |
| 14226400 | 3 years ago | | | 0 | 0.0032137758 | |
| 13981247 | 3 years ago | | | 0 | 0.0090756032 | |
| 13977254 | 3 years ago | | | 0 | 0.010698405 | |
| 13956762 | 3 years ago | | | 0 | 0.0061260207 | |
| 13248478 | 3 years ago | | | 0 | 0.0020273610 | |
| 13136837 | 3 years ago | | | 0 | 0.0048333608 | |
| 13105518 | 3 years ago | | | 0 | 0.0033742520 | |
| 13035358 | 3 years ago | | | 0 | 0.0019182522 |
ABI
ABI objects
Getter at block 21184739
name() view returns (string _name)
POW NFT
symbol() view returns (string _symbol)
POW
totalSupply() view returns (uint256)
651
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
hashOf(uint256 _tokenId) view returns (bytes32)
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 _approved, uint256 _tokenId)
mine(uint256 nonce) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address _operator, bool _approved)
transferFrom(address _from, address _to, uint256 _tokenId)
withdraw(uint256 _tokenId)
withdrawMultiple(uint256[] _tokenIds)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Mined(uint256 indexed _tokenId, bytes32 hash)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Withdraw(uint256 indexed _tokenId, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.