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 "Sunrise"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19496445 | 8 months ago | | | 0 | 0.00084512765 | |
| 18083102 | a year ago | | | 0 | 0.00045186011 | |
| 18053710 | a year ago | | | 0 | 0.00056301082 | |
| 16979038 | 2 years ago | | | 0 | 0.00091714347 | |
| 16778826 | 2 years ago | | | 0 | 0.0018727924 | |
| 16662942 | 2 years ago | | | 0 | 0.0012528636 | |
| 16581967 | 2 years ago | | | 0 | 0.0010907615 | |
| 16572309 | 2 years ago | | | 0 | 0.0017278477 | |
| 16331724 | 2 years ago | | | 0 | 0.0014302780 | |
| 16266976 | 2 years ago | | | 0 | 0.00052674745 |
ABI
ABI objects
Getter at block 21209095
genesisMergeBlock() view returns (uint256)
15537394
genesisRenderer() view returns (address)
0xf2910c0f6856a2092a831494cd510f33811b43eb
mergeHasOccurred() view returns (bool)
true
name() view returns (string)
Sunrise
owner() view returns (address)
0xdc5ae75b4d2eedd4622aca256e0acb89a5e8151d
symbol() view returns (string)
SUNRISE
totalSupply() view returns (uint256)
329
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToToken(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToBlockNumber(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
assertPOS()
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setRenderer(address renderer)
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.
MergeHasNotOccurred()
TokenDoesNotExist()
TooLate()