Powerphant
Verified contract
Active on
Ethereum with 1,006 txns
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 "Powerphant"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16889607 | 2 years ago | | | 0 | 0.00087584249 | |
| 16596657 | 2 years ago | | | 0 | 0.0013369696 | |
| 16519237 | 2 years ago | | | 0 | 0.0011049870 | |
| 16519235 | 2 years ago | | | 0 | 0.0010437407 | |
| 16519233 | 2 years ago | | | 0 | 0.0010666832 | |
| 16519231 | 2 years ago | | | 0 | 0.0010510393 | |
| 16054493 | 2 years ago | | | 0 | 0.00071985692 | |
| 16054491 | 2 years ago | | | 0 | 0.00075988929 | |
| 16054489 | 2 years ago | | | 0 | 0.00070191593 | |
| 16054487 | 2 years ago | | | 0 | 0.00072843734 |
ABI
ABI objects
Getter at block 21428063
ERC712_VERSION() view returns (string)
1
baseTokenURI() view returns (string)
ipfs://bafybeibfqmqlivk2w23rkakssnj265ul7lhn6mdgdf57x7ubkd5vvslwae/
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x7a5eea22ca6a8865e4d081ebb39ac1ee9e0e7459e690319feca494c14f0ef168
name() view returns (string)
Powerphant
owner() view returns (address)
0xed5c00132ae1ec02a4efae1b4dd8fb84e969e347
symbol() view returns (string)
PwP
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
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.