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 "Exto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20859701 | 2 months ago | | | 0 | 0.00024551868 | |
| 12328762 | 4 years ago | | | 0 | 0.0014258510 | |
| 12328537 | 4 years ago | | | 0 | 0.0011380410 | |
| 11892005 | 4 years ago | | | 0 | 0.0057441910 | |
| 11831520 | 4 years ago | | | 0 | 0.0073778600 | |
| 11768583 | 4 years ago | | | 0 | 0.0029872740 | |
| 11742807 | 4 years ago | | | 0 | 0.0026876490 | |
| 11735018 | 4 years ago | | | 0 | 0.0020727850 | |
| 11731331 | 4 years ago | | | 0 | 0.0028984450 | |
| 11730090 | 4 years ago | | | 0 | 0.0037955650 |
ABI
ABI objects
Getter at block 21307130
decimalFactor() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
initial_supply() view returns (uint256)
200000000000000000000000000
name() view returns (string)
Exto
owner() view returns (address)
0x0d2a5b1e25950750064f7021eda7a8e4182e2276
stopped() view returns (bool)
false
symbol() view returns (string)
EXTO
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
start()
stop()
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(address ownerAdrs)
This contract contains no fallback and receive objects.
This contract contains no error objects.