CreditCarbonRegistry
Verified contract
Active on
Ethereum with 150 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 "CreditCarbonRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11139802 | 4 years ago | | | 0 | 0.010030042 | |
| 11139504 | 4 years ago | | | 0 | 0.0097688426 | |
| 11139464 | 4 years ago | | | 0 | 0.0032373600 | |
| 11064037 | 4 years ago | | | 0 | 0.013059950 | |
| 11064030 | 4 years ago | | | 0 | 0.014367265 | |
| 11005960 | 4 years ago | | | 0 | 0.0071422080 | |
| 10960033 | 4 years ago | | | 0 | 0.0051932650 | |
| 10960033 | 4 years ago | | | 0 | 0.0051932650 | |
| 10960033 | 4 years ago | | | 0 | 0.0051932650 | |
| 10960033 | 4 years ago | | | 0 | 0.0051932650 |
ABI
ABI objects
Getter at block 21230305
CERTIFIER_ROLE() view returns (bytes32)
0x65cb1d8422cdf0328f26b49e42e9f4524474c431da623cbe0ea455f1b67c9f77
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
carbonInventoryControl() view returns (address)
0xdcf28c0e90e375098e9edec758078c4586421daf
Read-only
batches(uint256) view returns (uint256 vintageId, string serialNumber, string creditType, uint256 units, address broker, address token)
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)
projects(uint256) view returns (string name, string projectType, string certifications)
vintages(uint256) view returns (uint256 projectId, string period)
State-modifying
Events createBatch(uint256 _batchId, uint256 _vintageId, string _serialNumber, string _creditType, uint256 _units, address _broker, address _token)
createProject(uint256 _id, string _name, string _type, string _certifications)
createVintage(uint256 _vintageId, uint256 _projectId, string _period)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
BatchCreated(uint256 batchId, string serialNumber, uint256 vintageId, uint256 projectId, address certifier)
BatchMinted(uint256 batchId, uint256 units, address minter)
ProjectCreated(uint256 projectId, string name, address certifier)
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)
VintageCreated(uint256 vintageId, string period, address certifier)
constructor(address _carbonInventoryControl)
This contract contains no fallback and receive objects.
This contract contains no error objects.