Celsius
Verified contract
Active on
Ethereum with 693,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($87,522.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CEL | ERC-20 | 306.881854K | $0.228673 |
$70,175.59 | |
CORE | ERC-20 | 3.323895 | $4,535.82 |
$15,076.59 | |
USDC | ERC-20 | 1.975K | $1.00 |
$1,975 | |
BRD | ERC-20 | 15.00702K | $0.009966 |
$149.56 | |
JASMY | ERC-20 | 2.604167K | $0.020327 |
$52.93 | |
SAND | ERC-20 | 100 | $0.354943 |
$35.49 | |
DAI | ERC-20 | 24.350612 | $0.999771 |
$24.35 | |
XDATA | ERC-20 | 483.821 | $0.038378 |
$18.57 | |
APE | ERC-20 | 10 | $1.16 |
$11.6 | |
HEX | ERC-20 | 1K | $0.003076 |
$3.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242099 | 3 hours ago | | | 0 | 0.00063551497 | |
| 21241851 | 4 hours ago | | | 0 | 0.00046109711 | |
| 21241025 | 7 hours ago | | | 0 | 0.00042819625 | |
| 21240549 | 9 hours ago | | | 0 | 0.00056285672 | |
| 21240490 | 9 hours ago | | | 0 | 0.00050245711 | |
| 21240245 | 10 hours ago | | | 0 | 0.00068872776 | |
| 21240196 | 10 hours ago | | | 0 | 0.00045241063 | |
| 21240041 | 10 hours ago | | | 0 | 0.00035895749 | |
| 21239958 | 11 hours ago | | | 0 | 0.00069695945 | |
| 21239957 | 11 hours ago | | | 0 | 0.00036504694 |
ABI
ABI objects
Getter at block 21243118
decimals() pure returns (uint8 result)
4
name() pure returns (string result)
Celsius
symbol() pure returns (string result)
CEL
totalSupply() view returns (uint256 supply)
357191259003
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _currentValue, uint256 _newValue) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
burnTokens(uint256 _value) returns (bool success)
freezeTransfers()
setOwner(address _newOwner)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreezeTransfers()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freeze()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze()
constructor(uint256 _tokenCount)
This contract contains no fallback and receive objects.
This contract contains no error objects.