Mission Helios
Verified contract
Active on
Ethereum with 6,757 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 |
---|---|---|---|---|---|
HELIOS | ERC-20 | 52.199772B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172408 | 12 days ago | | | 0 | 0.0014794110 | |
| 21161153 | 13 days ago | | | 0 | 0.00063489278 | |
| 21141900 | 16 days ago | | | 0 | 0.00045724173 | |
| 21131108 | 18 days ago | | | 0 | 0.0014023511 | |
| 21108957 | 21 days ago | | | 0 | 0.00027092366 | |
| 20976691 | a month ago | | | 0 | 0.00043985050 | |
| 20952264 | a month ago | | | 0 | 0.00033026431 | |
| 20894078 | 2 months ago | | | 0 | 0.00031742562 | |
| 20790234 | 2 months ago | | | 0 | 0.00059492805 | |
| 20725735 | 2 months ago | | | 0 | 0.00012103428 |
ABI
ABI objects
Getter at block 21257261
cap() view returns (uint256)
10000000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Mission Helios
owner() view returns (address)
0x560669e5f186daca4fc732725e4d83460992e228
symbol() view returns (string)
HELIOS
totalSupply() view returns (uint256)
10000000000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, 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)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 cap_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.