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 "BitDegree"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14881805 | 2 years ago | | | 0 | 0.0020933780 | |
| 14688762 | 3 years ago | | | 0 | 0.0047844667 | |
| 13527993 | 3 years ago | | | 0 | 0.0089697286 | |
| 13330678 | 3 years ago | | | 0 | 0.0028515600 | |
| 13136546 | 3 years ago | | | 0 | 0.0078269906 | |
| 13033020 | 3 years ago | | | 0 | 0.0028096750 | |
| 12987718 | 3 years ago | | | 0 | 0.0015477320 | |
| 12942798 | 3 years ago | | | 0 | 0.0012832020 | |
| 12898654 | 3 years ago | | | 0 | 0.0012832020 | |
| 12853825 | 3 years ago | | | 0 | 0.00099329340 |
ABI
ABI objects
Getter at block 21223970
name() view returns (string)
BitDegree
owner() view returns (address)
0x509806d1e4c2c29ad88786c136fd3b13eabe4676
version() view returns (string)
2.2.0
Read-only
getIssuedBlock(bytes32 document) view returns (uint256)
isIssued(bytes32 document) view returns (bool)
isIssuedBefore(bytes32 document, uint256 blockNumber) view returns (bool)
isRevoked(bytes32 document) view returns (bool)
isRevokedBefore(bytes32 document, uint256 blockNumber) view returns (bool)
State-modifying
Events issue(bytes32 document)
renounceOwnership()
revoke(bytes32 document) returns (bool)
transferOwnership(address _newOwner)
DocumentIssued(bytes32 indexed document)
DocumentRevoked(bytes32 indexed document)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.