Ethereum Gold
Verified contract
Active on
Ethereum with 4,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($99.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 99.256655 | $1.00 |
$99.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20892148 | a month ago | | | 0 | 0.00031376874 | |
| 20719315 | 2 months ago | | | 0 | 0.00011745443 | |
| 20645874 | 3 months ago | | | 0 | 0.000035182107 | |
| 20453656 | 3 months ago | | | 0 | 0.000061563049 | |
| 19966780 | 6 months ago | | | 0 | 0.00065235719 | |
| 19951255 | 6 months ago | | | 0 | 0.00013076899 | |
| 19622916 | 7 months ago | | | 0 | 0.00067452253 | |
| 19622896 | 7 months ago | | | 0 | 0.00043082525 | |
| 19622299 | 7 months ago | | | 0 | 0.00085172163 | |
| 19590529 | 7 months ago | | | 0 | 0.0013362231 |
ABI
ABI objects
Getter at block 21208138
blackHole() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
deployer() view returns (address)
0xca2329b03b3cd04c916a3177b866ea68d477ccbf
dexPool() view returns (address)
0x0000000000000000000000000000000000000000
feeBuyBurn() view returns (uint256)
10
feeBuyFund() view returns (uint256)
10
feeBuyPool() view returns (uint256)
10
feeSellBurn() view returns (uint256)
10
feeSellFund() view returns (uint256)
10
feeSellPool() view returns (uint256)
10
fund() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Ethereum Gold
symbol() view returns (string)
ETHG
totalSupply() view returns (uint256)
210700000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
setBlackHole(address _b)
setDeployer(address _dep)
setDexPool(address _pool)
setFeeBuyBurn(uint256 _fee)
setFeeBuyFund(uint256 _fee)
setFeeBuyPool(uint256 _fee)
setFeeSellBurn(uint256 _fee)
setFeeSellFund(uint256 _fee)
setFeeSellPool(uint256 _fee)
setFund(address _fund)
setNofees(address _from, bool _flag)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.