SYLTARE, Dawn of East
Verified contract
Active on
Ethereum with 15,302 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 "SYLTARE, Dawn of East"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20518392 | 3 months ago | | | 0 | 0.000038731857 | |
| 20202299 | 5 months ago | | | 0 | 0.000033145610 | |
| 20202298 | 5 months ago | | | 0 | 0.000034840031 | |
| 20182490 | 5 months ago | | | 0 | 0.000092217402 | |
| 20151735 | 5 months ago | | | 0 | 0.000049477924 | |
| 20097987 | 5 months ago | | | 0 | 0.00023889974 | |
| 20097926 | 5 months ago | | | 0 | 0.00019202575 | |
| 20079633 | 5 months ago | | | 0 | 0.00027101863 | |
| 20061284 | 6 months ago | | | 0 | 0.00010953661 | |
| 19890238 | 6 months ago | | | 0 | 0.00014087066 |
ABI
ABI objects
Getter at block 21284735
name() view returns (string)
SYLTARE, Dawn of East
owner() view returns (address)
0x4d3d05a62276e9736b387a9b94fa7bbae5ca20c3
paused() view returns (bool)
true
symbol() view returns (string)
SYL
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 tokenId)
pause()
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)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.