Not Fungible Poem
Verified contract
Active on
Base with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.22)
Native
Value
$2.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0006 | $3,708.27 |
$2.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4267385 | a year ago | | | 0 | 0.0000025124034 | |
| 4266800 | a year ago | | | 0.0002 | 0.000014544801 | |
| 4266460 | a year ago | | | 0.0002 | 0.0000030177351 | |
| 4266300 | a year ago | | | 0.0002 | 0.0000024570617 | |
| 4265536 | a year ago | | | 0 | 5.1386164e-7 |
ABI
ABI objects
Getter at block 23081910
maxSupply() view returns (uint256)
4150
mintPrice() view returns (uint256)
200000000000000
name() view returns (string)
Not Fungible Poem
owner() view returns (address)
0xe4ff4635421d849d1e4949de3d3f96c9604dffbc
paused() view returns (bool)
true
symbol() view returns (string)
NFP
totalSupply() view returns (uint256)
4
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
mint() payable
pause()
renounceOwnership()
safeMint(address to) 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)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.