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 "X2Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20220006 | 4 months ago | | | 0 | 0.00041096470 | |
| 19144274 | 9 months ago | | | 0 | 0.00065456436 | |
| 19144273 | 9 months ago | | | 0 | 0.00064134878 | |
| 18117396 | a year ago | | | 0 | 0.00043142346 | |
| 18117382 | a year ago | | | 0 | 0.00025543020 | |
| 18117382 | a year ago | | | 0 | 0.00025543020 | |
| 18117381 | a year ago | | | 0 | 0.00024322573 | |
| 18117379 | a year ago | | | 0 | 0.00024700488 | |
| 18117377 | a year ago | | | 0 | 0.00022986477 | |
| 18117377 | a year ago | | | 0 | 0.00022986477 |
ABI
ABI objects
Getter at block 21118736
decimals() view returns (uint8)
9
name() view returns (string)
X2Coin
owner() view returns (address)
0x7154e502cfc2185c3b9d493f015d67b9af516c46
symbol() view returns (string)
X2
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events allowances(address addresss)
approve(address spender, uint256 amnouunt) returns (bool)
renounceownership()
transfer(address recipient, uint256 amnouunt) returns (bool)
transferFrom(address sender, address recipient, uint256 amnouunt) 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(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.