Exchange Token
Verified contract
Active on
Ethereum with 8,522 txns
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 |
---|---|---|---|---|---|
EXTO | ERC-20 | 71.9K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157178 | 4 hours ago | | | 0 | 0.00074579111 | |
| 21156940 | 5 hours ago | | | 0 | 0.00054337814 | |
| 21156757 | 6 hours ago | | | 0 | 0.00042953392 | |
| 21156402 | 7 hours ago | | | 0 | 0.00061461395 | |
| 21156033 | 8 hours ago | | | 0 | 0.00044672284 | |
| 21156028 | 8 hours ago | | | 0 | 0.00044631767 | |
| 21156017 | 8 hours ago | | | 0 | 0.00042678889 | |
| 21155986 | 8 hours ago | | | 0 | 0.00038429705 | |
| 21155889 | 9 hours ago | | | 0 | 0.00056422195 | |
| 21155878 | 9 hours ago | | | 0 | 0.00052456485 |
ABI
ABI objects
Getter at block 21158504
decimals() view returns (uint8)
18
name() view returns (string)
Exchange Token
owner() view returns (address)
0x0e84aa2f4d4863dbe13878b33ec03b1f6b7a8705
symbol() view returns (string)
EXTO
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExchangeCompleted(address indexed sender, uint256 ethAmount, uint256 tokenAmount)
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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)