Space.Cloud.Unit
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Space.Cloud.Unit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14238669 | 3 years ago | | | 0 | 0.0034906318 | |
| 14238659 | 3 years ago | | | 0 | 0.0033039267 | |
| 13779991 | 3 years ago | | | 0 | 0.0033581610 | |
| 13779521 | 3 years ago | | | 0 | 0.0074991090 | |
| 13779514 | 3 years ago | | | 0 | 0.0074918730 | |
| 12051015 | 4 years ago | | | 0 | 0.0078533450 | |
| 12051003 | 4 years ago | | | 0 | 0.0064359750 | |
| 12050897 | 4 years ago | | | 0 | 0.0083065000 | |
| 12050865 | 4 years ago | | | 0 | 0.0095188000 | |
| 12050848 | 4 years ago | | | 0 | 0.014654920 |
ABI
ABI objects
Getter at block 21222159
cap() view returns (uint256)
150000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Space.Cloud.Unit
owner() view returns (address)
0x7d615f992804df8c392fd640ddcfab6e85252e73
paused() view returns (bool)
false
symbol() view returns (string)
SCU
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
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)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.