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 "X STAR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262698 | 18 days ago | | | 0 | 0.00018356965 | |
| 19396850 | 9 months ago | | | 0 | 0.0022009726 | |
| 18929586 | a year ago | | | 0 | 0.00054184532 | |
| 18928990 | a year ago | | | 0 | 0.0010441147 | |
| 18520915 | a year ago | | | 0 | 0.0016841149 | |
| 18075145 | a year ago | | | 0 | 0.00054634366 | |
| 18006388 | a year ago | | | 0 | 0.00042490337 | |
| 17974409 | a year ago | | | 0 | 0.00071815650 | |
| 17956213 | a year ago | | | 0 | 0.0010403404 | |
| 17954933 | a year ago | | | 0 | 0.00058728224 |
ABI
ABI objects
Getter at block 21394651
_name() view returns (string)
X STAR
_symbol() view returns (string)
XSR
decimals() view returns (uint8)
18
name() view returns (string)
X STAR
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
XSR
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool bValue)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketingWallet(address newWallet)
setRate(uint256 newTaxRate)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.