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 "Demuto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13451285 | 3 years ago | | | 0 | 0.0038495780 | |
| 13451285 | 3 years ago | | | 0 | 0.0043527618 | |
| 13438525 | 3 years ago | | | 0 | 0.0041343587 | |
| 13432144 | 3 years ago | | | 0 | 0.0040916401 | |
| 13432144 | 3 years ago | | | 0 | 0.0040916401 | |
| 13406732 | 3 years ago | | | 0 | 0.0037419004 | |
| 13406732 | 3 years ago | | | 0 | 0.0037474588 | |
| 13406732 | 3 years ago | | | 0 | 0.0037428454 | |
| 13406732 | 3 years ago | | | 0 | 0.0037428454 | |
| 13402409 | 3 years ago | | | 0 | 0.0048823690 |
ABI
ABI objects
Getter at block 21173105
name() view returns (string)
Demuto
owner() view returns (address)
0xe3a1f54429ea7ee6a75a5a8a8d816496fab75baf
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.