Electriq Network
Verified contract
Active on
Ethereum with 576 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 |
---|---|---|---|---|---|
Eleq | ERC-20 | 183.100376M | -- | -- | |
PGT | ERC-20 | 35.921602K | -- | -- | |
POMP | ERC-20 | 5.936024K | -- | -- | |
ICEB | ERC-20 | 157.579674 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12185587 | 4 years ago | | | 0 | 0.0038929800 | |
| 11320847 | 4 years ago | | | 0 | 0.0043673760 | |
| 11094551 | 4 years ago | | | 0 | 0.0025956450 | |
| 10814655 | 4 years ago | | | 0.00030587588 | 0.0026250000 | |
| 10719593 | 4 years ago | | | 0 | 0.0019410560 | |
| 10689218 | 4 years ago | | | 0 | 0.0062377290 | |
| 10689213 | 4 years ago | | | 0 | 0.0062358210 | |
| 10689203 | 4 years ago | | | 0 | 0.0061966020 | |
| 10685350 | 4 years ago | | | 0 | 0.0042861421 | |
| 10685107 | 4 years ago | | | 0 | 0.0076316400 |
ABI
ABI objects
Getter at block 21259698
DENOMINATOR() view returns (uint256)
10000
RATE() view returns (uint256)
2500000000
_totalSupply() view returns (uint256)
45000000000001002300000000000000000000000000
decimals() view returns (uint8)
18
isStopped() view returns (bool)
false
name() view returns (string)
Electriq Network
owner() view returns (address)
0xb4d8f78a9e403e50016623ed11bec00b89411311
symbol() view returns (string)
Eleq
totalSupply() view returns (uint256)
45000000000001002300000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
changeRate(uint256 _rate)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
getTokens() payable
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
resumeICO()
stopICO()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ChangeRate(uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.