Cloudbit Token
Verified contract
Active on
Ethereum with 1,080 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 |
---|---|---|---|---|---|
Cloudbit Token | ERC-20 | 499.4K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
dMMM | ERC-20 | 0.7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19454205 | 8 months ago | | | 0 | 0.0011622495 | |
| 19134996 | 9 months ago | | | 0 | 0.0026535405 | |
| 19095355 | 10 months ago | | | 0 | 0.00063863228 | |
| 19080791 | 10 months ago | | | 0 | 0.00048060456 | |
| 19064403 | 10 months ago | | | 0 | 0.0027320313 | |
| 18593191 | a year ago | | | 0 | 0.0032325577 | |
| 18239395 | a year ago | | | 0 | 0.00096762400 | |
| 17932371 | a year ago | | | 0 | 0.00081896596 | |
| 17895711 | a year ago | | | 0 | 0.00055428386 | |
| 17198042 | 2 years ago | | | 0 | 0.0032511663 |
ABI
ABI objects
Getter at block 21168419
_totalSupply() view returns (uint256)
10000000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Cloudbit Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x50b589e81d8f5bb5fcab3ad44b8cea148b0e0e8b
symbol() view returns (string)
Cloudbit Token
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _symbol, string _name, uint8 _decimals, uint256 totalSupply, address _owner)
fallback()
This contract contains no error objects.