Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($978.33)
Native
Value
$978.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.27 | $3,623.45 |
$978.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16927063 | 2 years ago | | | 0.01 | 0.032028766 | |
| 16927063 | 2 years ago | | | 0.01 | 0.027444131 | |
| 16927036 | 2 years ago | | | 0 | 0.00083810087 | |
| 16926647 | 2 years ago | | | 0 | 0.00087985457 | |
| 16922357 | 2 years ago | | | 0 | 0.00060373259 | |
| 16776838 | 2 years ago | | | 0 | 0.0011145999 | |
| 16771524 | 2 years ago | | | 0 | 0.0022312627 | |
| 15857794 | 2 years ago | | | 0 | 0.00036692970 | |
| 15857732 | 2 years ago | | | 0.025 | 0.0068213174 | |
| 15857708 | 2 years ago | | | 0.025 | 0.0073809394 |
ABI
ABI objects
Getter at block 21316734
MAX_SUPPLY() view returns (uint256)
7500
getSupplyData() view returns (uint256 _maxSupply, uint256 _totalSupply, uint256 _mintPrice, bool _saleIsActive, uint16 _minSeedLength, uint16 _minStoryLength, uint16 _numBurnedTokens)
(_maxSupply=7500, _totalSupply=17, _mintPrice=10000000000000000, _saleIsActive=true, _minSeedLength=20, _minStoryLength=250, _numBurnedTokens=0)
minSeedLength() view returns (uint16)
20
minStoryLength() view returns (uint16)
250
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
AuthorMe
owner() view returns (address)
0xe8d9ad4bfcd008cd7c2cad26c0f13b2bfcf5d588
saleIsActive() view returns (bool)
true
symbol() view returns (string)
AUTHME
totalSupply() view returns (uint256)
17
Read-only
additionalContractInfo(uint8) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getStory(uint256 tokenId) view returns (string fullStory)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
storySeeds(uint256) view returns (string)
storyTexts(uint256) view returns (string)
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)
changeMinSeedLength(uint16 _newLength)
changeMinStoryLength(uint16 _newLength)
changeMintPrice(uint256 _newPrice)
mint(string _seedText, string _storyText) payable
ownerBurn(uint256 tokenId)
ownerMint(string _seedText, string _storyText)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdditionalContractInfo(uint8 infoIndex, string info)
setApprovalForAll(address operator, bool approved)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds(address recipient, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintPriceChanged(uint256 newPrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleStateChange(bool isActive)
TokenMinted(uint256 tokenIndex, address minter, string seed, string text)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.