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 "STAR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17778701 | a year ago | | | 0 | 0.0012645498 | |
| 17778698 | a year ago | | | 0 | 0.0021569341 | |
| 17778690 | a year ago | | | 0 | 0.0021050800 | |
| 17778688 | a year ago | | | 0 | 0.0019008361 | |
| 17778650 | a year ago | | | 0 | 0.0021057300 | |
| 17778623 | a year ago | | | 0 | 0.0026967047 | |
| 17778604 | a year ago | | | 0 | 0.0018246222 | |
| 17778582 | a year ago | | | 0 | 0.0014952832 | |
| 17778576 | a year ago | | | 0 | 0.0014761375 | |
| 17778571 | a year ago | | | 0 | 0.0014657509 |
ABI
ABI objects
Getter at block 21380255
decimals() view returns (uint8)
18
name() view returns (string)
STAR
owner() view returns (address)
0x6826eeeccf2a84385fff51662f425f45661abe09
symbol() view returns (string)
STAR
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAllowance(address account) view returns (uint256)
State-modifying
Events Executed(address account, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceownership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
ownershipTransferred(address indexed previousowner, address indexed newowner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.