Sunrise Token
Verified contract
Active on
Ethereum with 12,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($4.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUNC | ERC-20 | 28.664422K | $0.000142 |
$4.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292642 | 6 hours ago | | | 0 | 0.00046104101 | |
| 21270612 | 3 days ago | | | 0 | 0.00047221258 | |
| 21270602 | 3 days ago | | | 0 | 0.00042787014 | |
| 21270277 | 3 days ago | | | 0 | 0.00042619429 | |
| 21263843 | 4 days ago | | | 0 | 0.00058773006 | |
| 21248183 | 6 days ago | | | 0 | 0.00054860040 | |
| 21214452 | 11 days ago | | | 0 | 0.00061282257 | |
| 21210934 | 12 days ago | | | 0 | 0.00021456333 | |
| 21210927 | 12 days ago | | | 0 | 0.00022006413 | |
| 21203479 | 13 days ago | | | 0 | 0.00049667711 |
ABI
ABI objects
Getter at block 21294301
decimals() view returns (uint8)
18
name() view returns (string)
Sunrise Token
owner() view returns (address)
0x60d9f2064f4ff0247e9b858db2d25660913ec718
symbol() view returns (string)
SUNC
totalSupply() view returns (uint256)
8000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
canSnapshot(address account) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantSnapshot(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
revokeSnapshot(address account)
snapshot() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
GrantSnapshot(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokeSnapshot(address indexed account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.