HedgeTrade
Verified contract
Active on
Ethereum with 34,141 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ISP | ERC-20 | 1.6K | $0.00108 |
$1.73 | |
0xf129…654f | ERC-20 | 310.8 | $0.005543 |
$1.72 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CCOG | ERC-20 | 19.13 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
BITTO | ERC-20 | 1 | -- | -- | |
BITTO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20981091 | 25 days ago | | | 0 | 0.00068601426 | |
| 20897585 | a month ago | | | 0 | 0.00011050965 | |
| 20890899 | a month ago | | | 0 | 0.00041094490 | |
| 20890778 | a month ago | | | 0 | 0.00037197025 | |
| 20890778 | a month ago | | | 0 | 0.00037187080 | |
| 20890670 | a month ago | | | 0 | 0.00019141754 | |
| 20890651 | a month ago | | | 0 | 0.00041288821 | |
| 20890651 | a month ago | | | 0 | 0.00041298023 | |
| 20890487 | a month ago | | | 0 | 0.00022291299 | |
| 20890480 | a month ago | | | 0 | 0.00018296811 |
ABI
ABI objects
Getter at block 21161277
authority() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (bytes32)
0x4865646765547261646500000000000000000000000000000000000000000000
owner() view returns (address)
0xf70af0e370094d4fa912e9f75e32f1f33b70fe56
stopped() view returns (bool)
false
symbol() view returns (bytes32)
0x4845444700000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
trusted(address src, address guy) view returns (bool)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
burn(address guy, uint256 wad)
burn(uint256 wad)
mint(address guy, uint256 wad)
mint(uint256 wad)
move(address src, address dst, uint256 wad)
pull(address src, uint256 wad)
push(address dst, uint256 wad)
setAuthority(address authority_)
setName(bytes32 name_)
setOwner(address owner_)
start() payable
stop() payable
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
trust(address guy, bool wat)
Approval(address indexed src, address indexed guy, uint256 wad)
Burn(address indexed guy, uint256 wad)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Mint(address indexed guy, uint256 wad)
Transfer(address indexed src, address indexed dst, uint256 wad)
Trust(address indexed src, address indexed guy, bool wat)
constructor(bytes32 symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.