Somnium Space Cubes
Verified contract
Active on
Ethereum with 14,779 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,581.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.346648K | $1.002 |
$1,349.34 | |
CUBE | ERC-20 | 379.833559 | $0.553833 |
$210.36 | |
MANA | ERC-20 | 38.434516 | $0.431114 |
$16.57 | |
USDC | ERC-20 | 5.543297 | $1.00 |
$5.54 | |
dMMM | ERC-20 | 0.7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245070 | 24 minutes ago | | | 0 | 0.00067712265 | |
| 21244593 | 2 hours ago | | | 0 | 0.00070388783 | |
| 21244582 | 2 hours ago | | | 0 | 0.00066016009 | |
| 21242732 | 8 hours ago | | | 0 | 0.00036512131 | |
| 21242731 | 8 hours ago | | | 0 | 0.00069101559 | |
| 21242463 | 9 hours ago | | | 0 | 0.00048713060 | |
| 21241375 | 13 hours ago | | | 0 | 0.00041735810 | |
| 21241081 | 14 hours ago | | | 0 | 0.00047574032 | |
| 21240254 | 17 hours ago | | | 0 | 0.00065379163 | |
| 21237271 | a day ago | | | 0 | 0.0010580570 |
ABI
ABI objects
Getter at block 21245189
decimals() view returns (uint8)
8
getPriceICO1() view returns (uint256)
10000000000000000000
getPriceICO2() view returns (uint256)
719000000000000
getPriceICO3() view returns (uint256)
862000000000000
name() view returns (string)
Somnium Space Cubes
symbol() view returns (string)
CUBE
totalICO1() view returns (uint256)
993246022854183
totalICO2() view returns (uint256)
2000000000000000
totalICO3() view returns (uint256)
3000000000000000
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isOwner(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events TtoWallet() returns (bool)
addOwner(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
buyToken() payable returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwner()
renouncePauser()
setPriceICO1(uint256 price) returns (bool)
setPriceICO2(uint256 price) returns (bool)
setPriceICO3(uint256 price) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnerAdded(address indexed account)
OwnerRemoved(address indexed account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply, uint256 totalICO1, uint256 totalICO2, uint256 totalICO3, uint256 priceICO1, uint256 priceICO2, uint256 priceICO3, address wallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.