Carbon Utility Token Classic
Verified contract
Active on
Ethereum with 334 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 |
---|---|---|---|---|---|
CUTC | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15731943 | 2 years ago | | | 0 | 0.0020800022 | |
| 15731942 | 2 years ago | | | 0 | 0.00076957696 | |
| 15018894 | 2 years ago | | | 0 | 0.0080215952 | |
| 14891525 | 2 years ago | | | 0 | 0.0031552732 | |
| 14879512 | 2 years ago | | | 0 | 0.0071518103 | |
| 14749052 | 3 years ago | | | 0 | 0.0032479080 | |
| 14634534 | 3 years ago | | | 0 | 0.0022630342 | |
| 14567615 | 3 years ago | | | 0 | 0.0034846929 | |
| 14483725 | 3 years ago | | | 0 | 0.0039336462 | |
| 14457948 | 3 years ago | | | 0 | 0.0022435826 |
ABI
ABI objects
Getter at block 21160993
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOGGER_ROLE() view returns (bytes32)
0x566c814873eed56a69b28c40ab27cc2cb150d74068bae3e884ccd44f8de60f8a
decimals() view returns (uint8)
5
getProductionLibrary() view returns (address)
0xd961f279c1205f5c7a3e74a7708e50eb1eb1d571
name() view returns (string)
Carbon Utility Token Classic
symbol() view returns (string)
CUTC
totalSupply() view returns (uint256)
54117372650000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events announceDispersed(address recipient, uint256 amount) returns (bool)
announceRetirement(address contributor, uint256 amount) returns (bool)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setProductionLibrary(address newLibrary)
signalRetireIntent(uint256 retirementAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.