Space.Gem
Verified contract
Active on
Ethereum with 1,375 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24,947.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 24.947K | $1.00 |
$24,947 | |
SG | ERC-20 | 193.7573 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19624841 | 7 months ago | | | 0 | 0.00067135669 | |
| 19624829 | 7 months ago | | | 0 | 0.0010035348 | |
| 15365773 | 2 years ago | | | 0 | 0.0012300560 | |
| 15365766 | 2 years ago | | | 0 | 0.0017957150 | |
| 12935979 | 3 years ago | | | 0 | 0.00073449750 | |
| 12935973 | 3 years ago | | | 0 | 0.0013842873 | |
| 12935757 | 3 years ago | | | 0 | 0.0019995261 | |
| 12935626 | 3 years ago | | | 0 | 0.0025634950 | |
| 12365683 | 4 years ago | | | 0 | 0.0013570828 | |
| 11952023 | 4 years ago | | | 0 | 0.0020609297 |
ABI
ABI objects
Getter at block 21219495
decimals() view returns (uint8)
18
governance() view returns (address)
0xcacc9ab22185d12f71396162a6f260adcdad540c
name() view returns (string)
Space.Gem
symbol() view returns (string)
SG
totalSupply() view returns (uint256)
1000028209927601886033813039
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.