Storyteller Card
Verified contract
Active on
Ethereum with 536 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($78,608.84)
Native
Value
$78,608.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 21.8 | $3,605.91 |
$78,608.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19139574 | 10 months ago | | | 0 | 0.00053076008 | |
| 16331911 | 2 years ago | | | 0 | 0.0013118422 | |
| 16061275 | 2 years ago | | | 0 | 0.00052609756 | |
| 15872701 | 2 years ago | | | 0 | 0.00053296308 | |
| 15846435 | 2 years ago | | | 0 | 0.00036371735 | |
| 15846027 | 2 years ago | | | 0 | 0.00024073969 | |
| 15843109 | 2 years ago | | | 0 | 0.00058151633 | |
| 15801795 | 2 years ago | | | 0 | 0.00044678178 | |
| 15801794 | 2 years ago | | | 0 | 0.00040131170 | |
| 15621209 | 2 years ago | | | 0 | 0.00047702500 |
ABI
ABI objects
Getter at block 21297369
SALE_PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
Storyteller Card
owner() view returns (address)
0x527f4624109988022318c10df40c33968b72bf8e
symbol() view returns (string)
FILMMAKER
totalSupply() view returns (uint256)
436
Read-only
balanceOf(address owner) view returns (uint256)
getAdjectives(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getArchetypes(uint256 tokenId) view returns (string)
getCities(uint256 tokenId) view returns (string)
getColor(uint256 tokenId) view returns (string)
getGenres(uint256 tokenId) view returns (string)
getLocations(uint256 tokenId) view returns (string)
getMediums(uint256 tokenId) view returns (string)
getObjects(uint256 tokenId) view returns (string)
getTitles(uint256 tokenId) view returns (string)
getVerbs(uint256 tokenId) view returns (string)
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)
mintCard(uint256 tokenId) payable
ownerClaim(uint256 tokenId)
renounceOwnership()
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)
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)
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.