OnceUponATime
Verified contract
Active on
Ethereum with 7,798 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0996…2747
Balances ($0.00)
No balances found for "OnceUponATime"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18888562 | a year ago | | | 0 | 0.0016295760 | |
| 18853853 | a year ago | | | 0 | 0.00092288924 | |
| 18795415 | a year ago | | | 0 | 0.0019442334 | |
| 18674865 | a year ago | | | 0 | 0.0014788143 | |
| 18674722 | a year ago | | | 0 | 0.0015605371 | |
| 18334355 | a year ago | | | 0 | 0.00053149066 | |
| 17609987 | a year ago | | | 0 | 0.00056710591 | |
| 17005855 | 2 years ago | | | 0 | 0.0010378495 | |
| 16852200 | 2 years ago | | | 0 | 0.00077624604 | |
| 16663119 | 2 years ago | | | 0 | 0.0019902763 |
ABI
ABI objects
Getter at block 21248210
name() view returns (string)
OnceUponATime
owner() view returns (address)
0xa64d0d6d160d32b18eedbb71e74662a06560cd41
symbol() view returns (string)
OUAT
totalSupply() view returns (uint256)
4903
Read-only
balanceOf(address owner) view returns (uint256)
getAdjective(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getClimax(uint256 tokenId) view returns (string)
getConclusion(uint256 tokenId) view returns (string)
getDescription(uint256 tokenId) view returns (string)
getEnemy(uint256 tokenId) view returns (string)
getEnemyAdjective(uint256 tokenId) view returns (string)
getEvent(uint256 tokenId) view returns (string)
getExternalConsequence(uint256 tokenId) view returns (string)
getHero(uint256 tokenId) view returns (string)
getPersonalConsequence(uint256 tokenId) view returns (string)
getRoutine(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)
claim(uint256 tokenId)
ownerClaim(uint256 tokenId)
renounceOwnership()
robotoClaim(uint256 tokenId)
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(address dependentContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.