Carbon Credit Inventory
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Carbon Credit Inventory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12641430 | 3 years ago | | | 0 | 0.00050148000 | |
| 12641421 | 3 years ago | | | 0 | 0.0014130360 | |
| 11421236 | 4 years ago | | | 0 | 0.0033473700 | |
| 11367400 | 4 years ago | | | 0 | 0.0044779441 | |
| 11321894 | 4 years ago | | | 0 | 0.0031414800 | |
| 11246158 | 4 years ago | | | 0 | 0.0010469200 | |
| 11185176 | 4 years ago | | | 0 | 0.0031407600 | |
| 11139392 | 4 years ago | | | 0 | 0.0027638688 | |
| 11025347 | 4 years ago | | | 0 | 0.0032938400 | |
| 11025319 | 4 years ago | | | 0 | 0.0035754400 |
ABI
ABI objects
Getter at block 21285346
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
decimals() view returns (uint8)
18
name() view returns (string)
Carbon Credit Inventory
symbol() view returns (string)
CCI
totalSupply() view returns (uint256)
2789769387756627123382104
totalSupplyRetired() view returns (uint256)
296248612243372876617896
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)
retiredBalanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forcedTransfer(address _from, address _to, uint256 _value)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _value)
renounceRole(bytes32 role, address account)
retireCredits(address _from, uint256 _value)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CreditRetired(address holder, uint256 amount)
ForcedBurn(address requester, address wallet, uint256 value)
ForcedTransfer(address requester, address from, address to, 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(string _registryName, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.