Reveries of Ymatar
Verified contract
Active on
Ethereum with 179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Reveries of Ymatar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19178934 | 10 months ago | | | 0 | 0.0036118248 | |
| 17630526 | a year ago | | | 0 | 0.0041717892 | |
| 16250028 | 2 years ago | | | 0 | 0.00062491432 | |
| 15955065 | 2 years ago | | | 0 | 0.0010649728 | |
| 15882909 | 2 years ago | | | 0 | 0.00098519892 | |
| 15713003 | 2 years ago | | | 0 | 0.0013190194 | |
| 15403974 | 2 years ago | | | 0 | 0.0022463572 | |
| 15355562 | 2 years ago | | | 0 | 0.00087375609 | |
| 15328071 | 2 years ago | | | 0 | 0.0015446543 | |
| 15237902 | 2 years ago | | | 0.02 | 0.0056294328 |
ABI
ABI objects
Getter at block 21338513
CANNOT_TRANSFER_TO_ZERO_ADDRESS() view returns (string)
018002
NOT_CURRENT_OWNER() view returns (string)
018001
PRICE() view returns (uint256)
20000000000000000
name() view returns (string _name)
Reveries of Ymatar
owner() view returns (address)
0x0a5c4e9473f22a9fd6439c73a50f637e7ac5c38d
symbol() view returns (string _symbol)
RoY
totalSupply() view returns (uint256)
148
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isValidAccessMessage(address _add, uint8 _v, bytes32 _r, bytes32 _s, uint256 tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
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 _approved, uint256 _tokenId)
burn(uint256 _tokenId)
mint(address _to, uint256 _tokenId, string _uri, uint8 _v, bytes32 _r, bytes32 _s) 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)
withdrawMoney()
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.