POW NFT
Verified contract
Active on
Ethereum with 13,446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($290,848.67)
Native
Value
$290,848.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 87.80841 | $3,312.31 |
$290,848.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227328 | 4 days ago | | | 0 | 0.00043529200 | |
| 21226924 | 5 days ago | | | 0 | 0.00092773966 | |
| 21225778 | 5 days ago | | | 0 | 0.00042639044 | |
| 21223484 | 5 days ago | | | 0 | 0.0015220231 | |
| 21223397 | 5 days ago | | | 0 | 0.0010559415 | |
| 21217388 | 6 days ago | | | 0 | 0.0029676476 | |
| 21217385 | 6 days ago | | | 0 | 0.0012483543 | |
| 21122434 | 19 days ago | | | 0 | 0.00072462562 | |
| 21112159 | 21 days ago | | | 0 | 0.00020862967 | |
| 21109019 | 21 days ago | | | 0 | 0.00033080519 |
ABI
ABI objects
Getter at block 21259277
PREV_CHAIN_LAST_HASH() view returns (bytes32)
0x6bfd09a67152d17adc9c08034b1903eacdd1b13695ca908055b90fe1a1641903
UNMIGRATED() view returns (uint256)
40
V2_TOTAL() view returns (uint256)
651
name() view returns (string _name)
POW NFT
symbol() view returns (string _symbol)
POW
totalSupply() view returns (uint256)
5874
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)
migrate(uint256 _tokenId, uint256 _withdrawEthUntil)
migrateMultiple(uint256[] _tokenIds, uint256[] _withdrawUntil)
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, uint256 _withdrawUntil)
withdrawMultiple(uint256[] _tokenIds, uint256[] _withdrawUntil)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Migrate(uint256 indexed _tokenId)
Mined(uint256 indexed _tokenId, bytes32 hash)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Withdraw(uint256 indexed _tokenId, uint256 value)
constructor(address contract_v2)
This contract contains no fallback and receive objects.
This contract contains no error objects.