Etherpoems
Verified contract
Active on
Ethereum with 514 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 "Etherpoems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675580 | 2 months ago | | | 0 | 0.000042016797 | |
| 20675575 | 2 months ago | | | 0 | 0.000038804307 | |
| 19776033 | 6 months ago | | | 0 | 0.00044465849 | |
| 19172212 | 9 months ago | | | 0 | 0.00058982846 | |
| 18597602 | a year ago | | | 0 | 0.0019918079 | |
| 18322437 | a year ago | | | 0 | 0.00039978898 | |
| 17779445 | a year ago | | | 0 | 0.0016837928 | |
| 17417957 | a year ago | | | 0 | 0.00086638518 | |
| 17361017 | a year ago | | | 0 | 0.0032308834 | |
| 17010992 | 2 years ago | | | 0 | 0.00060055917 |
ABI
ABI objects
Getter at block 21185561
MAX_NFT_SUPPLY() view returns (uint256)
206
baseURI() view returns (string)
communityGrant() view returns (bool)
true
currentPrice() view returns (uint256)
100000000000000000
getNFTPrice() pure returns (uint256)
100000000000000000
name() view returns (string)
Etherpoems
owner() view returns (address)
0x467d6e1579b9e020cc48bf4ec2336e295fef11db
symbol() view returns (string)
ETHP
totalSupply() view returns (uint256)
206
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAuthor(uint256 _tokenID) view returns (string)
getName(uint256 _tokenID) view returns (string)
getPoem(uint256 _tokenID) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
myTokenName(string) view returns (uint8)
myTokenURI(string) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
poems(uint256) view returns (string name, string text, string author)
rarefractalsNFTClaimed(uint256) view returns (uint256)
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(string _myTokenURI, string _poemName, string _poemText, string _poemAuthor) payable
mintWithRareFractals(uint256 _rareFractalsTokenID, string _myTokenURI, string _poemName, string _poemText, string _poemAuthor)
ownerMint(string _myTokenURI, string _poemName, string _poemText, string _poemAuthor)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleCommunityGrant()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenBought(uint256 mintedTokenID, string poemName, string poemText, string author)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _rareFractals, address _paymentSplitter)
receive()
This contract contains no error objects.