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 "Carbon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258953 | 2 days ago | | | 0 | 0.00045421529 | |
| 21246847 | 4 days ago | | | 0 | 0.00076515878 | |
| 21237457 | 5 days ago | | | 0 | 0.00085052047 | |
| 21229594 | 6 days ago | | | 0 | 0.00046875828 | |
| 21229588 | 6 days ago | | | 0 | 0.00077915813 | |
| 21223032 | 7 days ago | | | 0 | 0.0011455744 | |
| 21208770 | 9 days ago | | | 0 | 0.00060189099 | |
| 21203656 | 10 days ago | | | 0 | 0.00042520542 | |
| 21200609 | 11 days ago | | | 0 | 0.00052460640 | |
| 21184519 | 13 days ago | | | 0 | 0.0014074686 |
ABI
ABI objects
Getter at block 21276067
decimals() view returns (uint8)
18
feeContract() view returns (address)
0xadc743298f6339cd8ebc0dc58d4e19c2065d6b4f
name() view returns (string)
Carbon
owner() view returns (address)
0x2c8eeda98a84a393e2db66b013a0cdca2f3693f2
symbol() view returns (string)
CSIX
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFeeContract(address _contract)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.