Just an ETH Guy
Verified contract
Active on
Ethereum with 10 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 "Just an ETH Guy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252964 | 2 days ago | | | 0 | 0.00046890559 | |
| 21252942 | 2 days ago | | | 0 | 0.00052787860 | |
| 21252907 | 2 days ago | | | 0 | 0.00077160873 | |
| 21252898 | 2 days ago | | | 0 | 0.00085365779 | |
| 21252855 | 2 days ago | | | 0 | 0.00096193525 | |
| 21252852 | 2 days ago | | | 0 | 0.00078656730 | |
| 21252838 | 2 days ago | | | 0 | 0.00042233003 | |
| 21252835 | 2 days ago | | | 0 | 0.0054329994 | |
| 21252813 | 2 days ago | | | 0 | 0.00074741758 | |
| 21252813 | 2 days ago | | | 0.5 | 0.00033554109 |
ABI
ABI objects
Getter at block 21268298
decimals() view returns (uint8)
18
name() view returns (string)
Just an ETH Guy
owner() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x9afaa565fd91328e2b91fb0cee7b3e6f0f8cd0dd
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
ETHGUY
totalSupply() view returns (uint256)
963086308690917736168035945
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
livePools(address) view returns (bool)
State-modifying
Events StartTrading()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
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()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)