Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XTK | ERC-20 | 92.075018M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18061995 | a year ago | | | 0 | 0.00063640562 | |
| 15555169 | 2 years ago | | | 0 | 0.00016099828 | |
| 14366385 | 3 years ago | | | 0 | 0.0014763315 | |
| 12783280 | 3 years ago | | | 0 | 0.0012744900 | |
| 12754360 | 3 years ago | | | 0 | 0.00014545000 | |
| 12562542 | 4 years ago | | | 0 | 0.0015013380 | |
| 12524483 | 4 years ago | | | 0 | 0.0016300900 | |
| 12333587 | 4 years ago | | | 0 | 0.0017465250 | |
| 12324048 | 4 years ago | | | 0 | 0.0032788096 | |
| 12291624 | 4 years ago | | | 0 | 0.0061011940 |
ABI
ABI objects
Getter at block 21419306
DECIMALS() view returns (uint8)
6
INITIAL_SUPPLY() view returns (uint256)
25000000000
decimals() view returns (uint8)
6
name() view returns (string)
XTAKE
symbol() view returns (string)
XTK
totalSupply() view returns (uint256)
51507000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.