SpaceChainV2
Verified contract
Active on
Ethereum with 10,834 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPC | ERC-20 | 164.914515K | $0.026541 |
$4,377.06 | |
VEE | ERC-20 | 12.956899K | $0.009047 |
$117.23 | |
Cake | ERC-20 | 52.832024 | $2.05 |
$108.31 | |
SPC | ERC-20 | 56.802818K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158281 | 20 minutes ago | | | 0 | 0.00097467657 | |
| 21157644 | 2 hours ago | | | 0 | 0.00077095523 | |
| 21157575 | 3 hours ago | | | 0 | 0.00060925419 | |
| 21157554 | 3 hours ago | | | 0 | 0.00094946955 | |
| 21157530 | 3 hours ago | | | 0 | 0.0010402326 | |
| 21157011 | 5 hours ago | | | 0 | 0.00074486746 | |
| 21156945 | 5 hours ago | | | 0 | 0.00065059137 | |
| 21155700 | 9 hours ago | | | 0 | 0.00032989046 | |
| 21155649 | 9 hours ago | | | 0 | 0.00033230947 | |
| 21153939 | 15 hours ago | | | 0 | 0.00067703846 |
ABI
ABI objects
Getter at block 21158379
decimals() view returns (uint8)
18
name() view returns (string)
SpaceChainV2
symbol() view returns (string)
SPC
totalSupply() view returns (uint256)
600240649077989573563216409
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokenUpgrader(address) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
createUpgrader()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrateV1tokens()
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.