Solareum
Verified contract
Active on
Ethereum with 3,511 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
SLRM | ERC-20 | 2.115K | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14519680 | 3 years ago | | | 0 | 0.0017473293 | |
| 13220004 | 3 years ago | | | 0 | 0.0028756847 | |
| 13219795 | 3 years ago | | | 0 | 0.0019237301 | |
| 13185418 | 3 years ago | | | 0 | 0.0052064679 | |
| 13185361 | 3 years ago | | | 0 | 0.0059663426 | |
| 12708384 | 3 years ago | | | 0 | 0.00072735600 | |
| 12655801 | 3 years ago | | | 0 | 0.00087910408 | |
| 12559196 | 3 years ago | | | 0 | 0.00039320003 | |
| 12306470 | 4 years ago | | | 0 | 0.0021853390 | |
| 11754678 | 4 years ago | | | 0 | 0.0035873600 |
ABI
ABI objects
Getter at block 21161017
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
60000000000000000000000000
name() view returns (string)
Solareum
owner() view returns (address)
0xb703760134b1bcb4d22798487d306dc3d3658060
symbol() view returns (string)
SLRM
totalSupply() view returns (uint256)
60000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.