Jeo Exchange
Verified contract
Active on
Ethereum with 170 txns
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 "Jeo Exchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11073292 | 4 years ago | | | 0 | 0.00097462407 | |
| 11041876 | 4 years ago | | | 0 | 0.0017766860 | |
| 11001129 | 4 years ago | | | 0 | 0.00071868409 | |
| 10963694 | 4 years ago | | | 0 | 0.0048305600 | |
| 10932284 | 4 years ago | | | 0 | 0.0044998599 | |
| 10932255 | 4 years ago | | | 0 | 0.0044553509 | |
| 10932241 | 4 years ago | | | 0 | 0.0038362052 | |
| 10932226 | 4 years ago | | | 0 | 0.0026068270 | |
| 10932226 | 4 years ago | | | 0 | 0.0026068270 | |
| 10932224 | 4 years ago | | | 0 | 0.0045844270 |
ABI
ABI objects
Getter at block 21305557
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xee4efff98af87fc7124ef8a6b59754aff4cdf6da
name() view returns (string)
Jeo Exchange
owner() view returns (address)
0xee4efff98af87fc7124ef8a6b59754aff4cdf6da
symbol() view returns (string)
JEO
totalSupply() view returns (uint256)
300000000000000000000000
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)
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.