Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Xtera | ERC-20 | 20 | -- | -- | |
MACH | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10173024 | 4 years ago | | | 0 | 0.00087860000 | |
| 9635845 | 5 years ago | | | 0 | 0.00021010000 | |
| 9498493 | 5 years ago | | | 0 | 0.00022920000 | |
| 9405324 | 5 years ago | | | 0 | 0.000038200000 | |
| 9400156 | 5 years ago | | | 0 | 0.00019106000 | |
| 9385291 | 5 years ago | | | 0 | 0.000038212000 | |
| 9358040 | 5 years ago | | | 0 | 0.00030560000 | |
| 9284589 | 5 years ago | | | 0 | 0.00011078001 | |
| 9244464 | 5 years ago | | | 0 | 0.000023200000 | |
| 9237201 | 5 years ago | | | 0 | 0.000034800000 |
ABI
ABI objects
Getter at block 21289981
decimals() view returns (uint256)
8
initialSupply() view returns (uint256)
6800000000000000
locked() view returns (bool)
false
name() view returns (string)
XTerato
owner() view returns (address)
0x08c5f4c5cca7bb43f45cfba8803da91077980548
symbol() view returns (string)
Xtera
totalSupply() view returns (uint256)
6800000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowedAddresses(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
canTransfer(address _addr) view returns (bool)
lockedAddresses(address) view returns (bool)
State-modifying
Events allowAddress(address _addr, bool _allowed)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockAddress(address _addr, bool _locked)
setLocked(bool _locked)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, 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.